Home
last modified time | relevance | path

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

12345678910>>...24

/external/protobuf/kokoro/linux/32-bit/
DDockerfile12 # Apt source for php
13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
61 RUN mv mirror php-5.5.38.tar.bz2
62 RUN tar -xvf php-5.5.38.tar.bz2
63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \
65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \
68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
69 RUN mv mirror php-5.6.30.tar.bz2
70 RUN tar -xvf php-5.6.30.tar.bz2
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile25 # Install php dependencies
47 RUN curl -sS https://getcomposer.org/installer | php
50 # Download php source code
51 RUN git clone https://github.com/php/php-src
53 # php 5.5
54 RUN cd php-src \
57 RUN cd php-src \
62 --prefix=/usr/local/php-5.5 \
66 RUN cd php-src \
71 --prefix=/usr/local/php-5.5-zts \
[all …]
/external/protobuf/php/tests/
Dtest.sh5 export PATH=/usr/local/php-$VERSION/bin:$PATH
6 export C_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/php:…
7 export CPLUS_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/
12 …_test.php encode_decode_test.php generated_class_test.php map_field_test.php well_known_test.php d…
19php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.ph…
28 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_te…
Dcompatibility_test.sh10 export PATH=/usr/local/php-${VERSION}/bin:$OLD_PATH
11 …export CPLUS_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/inc…
12 …export C_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/include…
40 …$PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descri…
107 rm -rf protobuf/php/ext
108 rm -rf protobuf/php/src
109 cp -r ../ext protobuf/php/ext/
110 cp -r ../src protobuf/php/src/
118 cd protobuf/php
122 tests=( array_test.php encode_decode_test.php generated_class_test.php map_field_test.php well_know…
[all …]
Dgdb_test.sh5 export PATH=/usr/local/php-$VERSION/bin:$PATH
6 export C_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/php:…
7 export CPLUS_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/
9 php -i | grep "Configuration"
15 gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap a…
/external/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile25 # Install php dependencies
49 RUN curl -sS https://getcomposer.org/installer | php
52 # Download php source code
53 RUN git clone https://github.com/php/php-src
55 # php 5.5
56 RUN cd php-src \
59 RUN cd php-src \
65 --prefix=/usr/local/php-5.5 \
69 RUN cd php-src \
75 --prefix=/usr/local/php-5.5-zts \
[all …]
/external/protobuf/kokoro/linux/64-bit/
DDockerfile26 # Apt source for php
27 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
143 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
144 RUN mv mirror php-5.5.38.tar.bz2
145 RUN tar -xvf php-5.5.38.tar.bz2
146 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \
148 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \
151 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
152 RUN mv mirror php-5.6.30.tar.bz2
153 RUN tar -xvf php-5.6.30.tar.bz2
[all …]
/external/protobuf/
DMakefile.am704 php/README.md \
705 php/composer.json \
706 php/ext/google/protobuf/array.c \
707 php/ext/google/protobuf/builtin_descriptors.inc \
708 php/ext/google/protobuf/config.m4 \
709 php/ext/google/protobuf/def.c \
710 php/ext/google/protobuf/encode_decode.c \
711 php/ext/google/protobuf/map.c \
712 php/ext/google/protobuf/message.c \
713 php/ext/google/protobuf/package.xml \
[all …]
Dtests.sh402 pushd php/tests
426 ./protoc --php_out=../php/tests/generated -I../php/tests -I. \
427 ../php/tests/proto/test_import_descriptor_proto.proto
434 export PATH=/usr/local/php-${VERSION}/bin:$PATH
435 …export CPLUS_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/inc…
436 …export C_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/include…
442 export PATH=/usr/local/php-${VERSION}-zts/bin:$PATH
443 …export CPLUS_INCLUDE_PATH=/usr/local/php-${VERSION}-zts/include/php/main:/usr/local/php-${VERSION}…
444 …export C_INCLUDE_PATH=/usr/local/php-${VERSION}-zts/include/php/main:/usr/local/php-${VERSION}-zts…
450 export PATH=/usr/local/php-${VERSION}-bc/bin:$PATH
[all …]
D.gitignore132 conformance/conformance-php
133 conformance/conformance-php-c
136 # php test output
138 php/tests/generated/
139 php/tests/old_protoc
140 php/tests/protobuf/
141 php/ext/google/protobuf/.libs/
142 php/ext/google/protobuf/Makefile.fragments
143 php/ext/google/protobuf/Makefile.global
144 php/ext/google/protobuf/Makefile.objects
[all …]
/external/protobuf/conformance/
DMakefile.am108 Conformance/ConformanceRequest.php \
109 Conformance/ConformanceResponse.php \
110 Conformance/FailureSet.php \
111 Conformance/WireFormat.php \
112 GPBMetadata/Conformance.php \
113 GPBMetadata/Google/Protobuf/Any.php \
114 GPBMetadata/Google/Protobuf/Duration.php \
115 GPBMetadata/Google/Protobuf/FieldMask.php \
116 GPBMetadata/Google/Protobuf/Struct.php \
117 GPBMetadata/Google/Protobuf/TestMessagesProto3.php \
[all …]
/external/flatbuffers/tests/docker/
DTODO.Dockerfile.testing.php.hhvm_2019_01_163 …ter 1 by reference, but the call was not annotated with '&'. in /code/php/FlatbufferBuilder.php:971
5 # #0 /code/tests/phpTest.php(277): Google\FlatBuffers\FlatbufferBuilder->sizedByteArray()
6 # #1 /code/tests/phpTest.php(79): fuzzTest1()
7 # #2 /code/tests/phpTest.php(86): main()
9 # thrown in in /code/php/FlatbufferBuilder.php:971
16 RUN hhvm phpTest.php
17 RUN ../flatc --php -o php union_vector/union_vector.fbs
18 RUN hhvm phpUnionVectorTest.php
/external/grpc-grpc/src/php/
DREADME.md6 tutorials can be seen at [grpc.io](https://grpc.io/docs/quickstart/php.html).
8 [cloud.google.com](https://cloud.google.com/php/grpc).
14 * `php` 5.5 or above, 7.0 or above
24 $ sudo apt-get install php5 php5-dev php-pear phpunit
30 $ sudo apt-get install php7.0 php7.0-dev php-pear phpunit
34 $ sudo apt-get install php php-dev php-pear phpunit
41 $ sudo yum install php56w php56w-devel php-pear phpunit gcc zlib-devel
46 $ brew install homebrew/php/php56-grpc
47 $ curl -O http://pear.php.net/go-pear.phar
48 $ sudo php -d detect_unicode=0 go-pear.phar
[all …]
/external/flatbuffers/docs/source/
DPHPUsage.md19 The code for FlatBuffers PHP library can be found at `flatbuffers/php`. You
21 GitHub page](https://github.com/google/flatbuffers/tree/master/php).
26 The test code itself is located in [phpTest.php](https://github.com/google/
27 flatbuffers/blob/master/tests/phpTest.php).
29 You can run the test with `php phpTest.php` from the command line.
32 [PHP](http://php.net/manual/en/install.php) to be installed.*
42 with the `--php` option to `flatc`. Then you can include both FlatBuffers and
50 ~~~{.php}
58 // Contains the `*.php` files for the FlatBuffers library and the `flatc` generated files.
59 $paths = array(join(DIRECTORY_SEPARATOR, array($root_dir, "php")),
[all …]
/external/grpc-grpc/src/php/bin/
Drun_php_cs_fixer.sh17 command -v php-cs-fixer > /dev/null || {
22 php-cs-fixer fix lib/Grpc || true
23 php-cs-fixer fix tests/generated_code || true
24 php-cs-fixer fix tests/interop || true
25 php-cs-fixer fix tests/unit_tests || true
Drun_gen_code_test.sh20 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \
21 ../tests/generated_code/GeneratedCodeTest.php
22 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \
23 ../tests/generated_code/GeneratedCodeWithCallbackTest.php
/external/protobuf/kokoro/linux/benchmark/
Dbuild.sh10 curl -sS https://getcomposer.org/installer | php
12 git clone https://github.com/php/php-src
13 cd php-src && git checkout PHP-7.2.13 && ./buildconf --force
18 --prefix=/usr/local/php-7.2 && \
22 sudo cp phpunit /usr/local/php-7.2/bin
/external/oss-fuzz/projects/php/
Dbuild.sh47 sapi/cli/php sapi/fuzzer/generate_all.php
50 cp sapi/fuzzer/dict/unserialize $OUT/php-fuzz-unserialize.dict
51 cp sapi/fuzzer/dict/parser $OUT/php-fuzz-parser.dict
52 cp sapi/fuzzer/json.dict $OUT/php-fuzz-json.dict
66 zip -j $OUT/php-fuzz-${fuzzerName}_seed_corpus.zip sapi/fuzzer/corpus/${fuzzerName}/*
/external/protobuf/benchmarks/
DMakefile.am509 …/../src/protoc$(EXEEXT) -I$(srcdir) -I$(top_srcdir) --php_out=$$oldpwd/tmp/php $(benchmarks_protoc…
512 php-benchmark: proto3_middleman_php generate_proto3_data
513 …mkdir -p "tmp/php/Google/Protobuf/Benchmark" && cp php/PhpBenchmark.php "tmp/php/Google/Protobuf/B…
514 cp php/autoload.php "tmp/php"
516 @echo '#! /bin/bash' > php-benchmark
517 @echo 'export PROTOBUF_PHP_SRCDIR="$$(cd $(top_srcdir) && pwd)/php/src"' >> php-benchmark
518 @echo 'cd tmp/php' >> php-benchmark
519 @echo 'export CURRENT_DIR=$$(pwd)' >> php-benchmark
520 …oad.php" -d include_path="$$(pwd)" Google/Protobuf/Benchmark/PhpBenchmark.php $$@' >> php-benchmark
521 @echo 'cd ../..' >> php-benchmark
[all …]
/external/protobuf/php/
Drelease.sh13 git clone https://github.com/protocolbuffers/protobuf-php.git
17 pushd protobuf-php
22 pushd protobuf/php
27 pushd protobuf-php
28 mv ../protobuf/php/src src
/external/flatbuffers/tests/
DphpUnionVectorTest.sh5 ../flatc --php -o php union_vector/union_vector.fbs
6 php phpUnionVectorTest.php
/external/grpc-grpc/examples/php/
DREADME.md7 This requires `php` >=5.5, `phpize`, `pecl`, `phpunit`
26 $ cd examples/php
27 $ curl -sS https://getcomposer.org/installer | php
28 $ php composer.phar install
47 $ cd examples/php
64 [gRPC Basics: PHP]:https://grpc.io/docs/tutorials/basic/php.html
/external/flatbuffers/tests/docker/languages/
DDockerfile.testing.php.zend_7_31 FROM php:7.3-cli-stretch as base
6 RUN php --version
7 RUN php phpTest.php
/external/ImageMagick/
DREADME.md19 …It is distributed under a derived Apache 2.0 [license](https://imagemagick.org/script/license.php).
33 …s://imagemagick.org/script/convert.php): convert an image from one [format](https://imagemagick.or…
40 * [Image gradients](https://imagemagick.org/script/gradient.php): create a gradual blend of one col…
41 * [Image identification](https://imagemagick.org/script/identify.php): describe the format and attr…
42 * [Composite](https://imagemagick.org/script/composite.php): overlap one image over another.
43 * [Montage](https://imagemagick.org/script/montage.php): juxtapose image thumbnails on an image can…
47 * [Motion picture support](https://imagemagick.org/script/motion-picture.php): read and write the c…
48 * [Image calculator](https://imagemagick.org/script/fx.php): apply a mathematical expression to an …
49 * [Connected component labeling](https://imagemagick.org/script/connected-components.php): uniquely…
53 * [Color management](https://imagemagick.org/script/color-management.php): accurate color managemen…
[all …]
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php7/
Dbuild_interop.sh34 (cd src/php/ext/grpc && phpize && ./configure && make)
38 (cd src/php && php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install)
40 (cd src/php && ./bin/generate_proto_php.sh)

12345678910>>...24