Home
last modified time | relevance | path

Searched refs:php (Results 1 – 25 of 76) sorted by relevance

1234

/thrift-3.4.0/lib/php/
DMakefile.am32 phpmoduledir = `php-config --extension-dir`
43 lib/TMultiplexedProcessor.php
47 lib/Base/TBase.php
51 lib/ClassLoader/ThriftClassLoader.php
55 lib/Exception/TApplicationException.php \
56 lib/Exception/TException.php \
57 lib/Exception/TProtocolException.php \
58 lib/Exception/TTransportException.php
62 lib/Factory/TBinaryProtocolFactory.php \
63 lib/Factory/TCompactProtocolFactory.php \
[all …]
DREADME.md30 1. Copy all of thrift/lib/php/lib into your PHP codebase
37 require_once 'packages/Service/Service.php';
38 require_once 'packages/Service/Types.php';
58 1. [PSR-4](https://www.php-fig.org/psr/psr-4/) loader is now the default. If you want to use class …
Dcoding_standards.md5 * [PSR-2](http://www.php-fig.org/psr/psr-2/)
DREADME.apache.md33 <?php
45 require_once $THRIFT_ROOT . '/Thrift/ClassLoader/ThriftClassLoader.php';
/thrift-3.4.0/tutorial/php/
DMakefile.am20 gen-php/tutorial/Calculator.php gen-php/shared/SharedService.php: $(top_srcdir)/tutorial/tutorial.t…
21 $(THRIFT) --gen php:server -r $<
23 all-local: gen-php/tutorial/Calculator.php
29 ${PHP} PhpClient.php --http
35 PhpServer.php \
36 PhpClient.php \
/thrift-3.4.0/tutorial/haxe/
DMakefile.am21 BIN_PHP = bin/php/Main-debug.php
22 BIN_PHP_WEB = bin/php-web-server/Main-debug.php
41 $(HAXE) --cwd . php.hxml
47 $(HAXE) --cwd . php-web-server.hxml
53 php -f $(BIN_PHP) server
59 php -f $(BIN_PHP)
65 php -f $(BIN_PHP) server secure
71 php -f $(BIN_PHP) secure
74 php -S 127.0.0.1:9090 router.php
89 php-web-server.hxml \
[all …]
Dphp-web-server.hxml29 -php bin/php-web-server/
30 -D php-front=Main-debug.php
Dphp.hxml29 -php bin/php/
30 -D php-front=Main-debug.php
/thrift-3.4.0/test/haxe/
DMakefile.am24 BIN_PHP = bin/php/Main-debug.php
25 BIN_PHP_WEB = bin/php-web-server/Main-debug.php
49 $(HAXE) --cwd . php.hxml
55 $(HAXE) --cwd . php-web-server.hxml
75 timeout 20 php -f $(BIN_PHP) server &
77 php -f $(BIN_PHP) client
81 timeout 20 php -S 127.0.0.1:9090 router.php &
95 php.hxml \
97 router.php \
99 php-web-server.hxml \
Dphp-web-server.hxml29 -php bin/php-web-server
30 -D php-front=Main-debug.php
Dphp.hxml29 -php bin/php
30 -D php-front=Main-debug.php
/thrift-3.4.0/test/php/
DMakefile.am21 $(THRIFT) --gen php ../v0.16/ThriftTest.thrift
22 $(THRIFT) --gen php:inlined ../v0.16/ThriftTest.thrift
23 $(MKDIR_P) gen-php-classmap
24 $(THRIFT) -out gen-php-classmap --gen php:classmap ../v0.16/ThriftTest.thrift
28 ln -s ../../../lib/php/src/ext/thrift_protocol/modules/thrift_protocol.so php_ext_dir/
45 php TestClient.php
/thrift-3.4.0/lib/php/test/
DMakefile.am20 PHPUNIT=php $(top_srcdir)/vendor/bin/phpunit
23 mkdir -p ./packages/php
24 $(THRIFT) --gen php -r --out ./packages/php ../../../test/v0.16/ThriftTest.thrift
28 $(THRIFT) --gen php:validate -r --out ./packages/phpv TestValidators.thrift
29 $(THRIFT) --gen php:validate,oop -r --out ./packages/phpvo TestValidators.thrift
30 $(THRIFT) --gen php:json -r --out ./packages/phpjs TestValidators.thrift
/thrift-3.4.0/lib/haxe/test/
DMakefile.am26 BIN_PHP = bin/php/Main-debug.php
53 $(HAXE) --cwd . php.hxml
70 php -f $(BIN_PHP)
80 php.hxml \
Dphp.hxml34 -php bin/php/
35 #--php-front Main-debug.php
Dproject.hide27 "pathToHxml" : "php.hxml"
/thrift-3.4.0/
D.gitignore266 /lib/php/src/ext/thrift_protocol/Makefile.*
267 /lib/php/src/ext/thrift_protocol/build/
268 /lib/php/src/ext/thrift_protocol/config.*
269 /lib/php/src/ext/thrift_protocol/configure
270 /lib/php/src/ext/thrift_protocol/configure.ac
271 /lib/php/src/ext/thrift_protocol/configure.in
272 /lib/php/src/ext/thrift_protocol/install-sh
273 /lib/php/src/ext/thrift_protocol/libtool
274 /lib/php/src/ext/thrift_protocol/ltmain.sh
275 /lib/php/src/ext/thrift_protocol/missing
[all …]
Dbootstrap.sh26 if test -d lib/php/src/ext/thrift_protocol ; then
28 (cd lib/php/src/ext/thrift_protocol && phpize)
/thrift-3.4.0/contrib/
Dthrift.spec149 %package lib-php
153 %description lib-php
156 %files lib-php
158 /usr/lib/php/*
176 %{?without_php: --without-php } \
177 %{!?without_php: PHP_PREFIX=${RPM_BUILD_ROOT}/usr/lib/php } \
/thrift-3.4.0/debian/
Dsubstvars1 php:Depends=phpapi-20121212
/thrift-3.4.0/lib/haxe/
DREADME.md109 ```php
110 require_once dirname(__FILE__) . '/bin/php-web-server/Main-debug.php';
134 - to allow thrift server to read/write HTTP request/response, it should be pointed out to php strea…
138 new TFileStream("php://input", Read),
139 new TFileStream("php://output", Append)
/thrift-3.4.0/test/
DMakefile.am44 SUBDIRS += php subdir
45 PRECROSS_TARGET += precross-php
135 php \
DManyTypedefs.thrift25 thrift --gen cpp --gen java --gen php --gen phpi --gen py --gen rb --gen xsd --gen perl --gen ocaml…
27 ../compiler/cpp/thrift --gen cpp --gen java --gen php --gen phpi --gen py --gen rb --gen xsd --gen …
/thrift-3.4.0/contrib/fb303/
DMakefile.am35 SUBDIRS += php subdir
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/helper/
DZigZag.hx32 #if php
48 #if php
90 #if php
117 #if php

1234