Home
last modified time | relevance | path

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

12345678910>>...24

/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile28 # Install php dependencies
50 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
51 RUN php composer-setup.php
53 RUN php -r "unlink('composer-setup.php');"
55 # Download php source code
56 RUN git clone https://github.com/php/php-src
58 # php 5.6
59 RUN cd php-src \
62 RUN cd php-src \
68 --prefix=/usr/local/php-5.6 \
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile28 # Install php dependencies
50 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
51 RUN php composer-setup.php
53 RUN php -r "unlink('composer-setup.php');"
55 # Download php source code
56 RUN git clone https://github.com/php/php-src
58 # php 5.6
59 RUN cd php-src \
62 RUN cd php-src \
68 --prefix=/usr/local/php-5.6 \
[all …]
/external/cronet/third_party/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/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/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile28 # Install php dependencies
52 RUN curl -sS https://getcomposer.org/installer | php
55 # Download php source code
56 RUN git clone https://github.com/php/php-src
58 # php 5.6
59 RUN cd php-src \
62 RUN cd php-src \
69 --prefix=/usr/local/php-5.6 \
76 && mv phpunit /usr/local/php-5.6/bin
78 # php 7.0
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile28 # Install php dependencies
52 RUN curl -sS https://getcomposer.org/installer | php
55 # Download php source code
56 RUN git clone https://github.com/php/php-src
58 # php 5.6
59 RUN cd php-src \
62 RUN cd php-src \
69 --prefix=/usr/local/php-5.6 \
76 && mv phpunit /usr/local/php-5.6/bin
78 # php 7.0
[all …]
/external/cronet/third_party/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/…
141 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
142 RUN mv mirror php-5.5.38.tar.bz2
143 RUN tar -xvf php-5.5.38.tar.bz2
144 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \
146 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \
149 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
150 RUN mv mirror php-5.6.30.tar.bz2
151 RUN tar -xvf php-5.6.30.tar.bz2
[all …]
/external/protobuf/
DMakefile.am799 php/README.md \
800 php/REFCOUNTING.md \
801 php/composer.json \
802 php/composer.json.dist \
803 php/ext/google/protobuf/arena.c \
804 php/ext/google/protobuf/arena.h \
805 php/ext/google/protobuf/array.c \
806 php/ext/google/protobuf/array.h \
807 php/ext/google/protobuf/config.m4 \
808 php/ext/google/protobuf/convert.c \
[all …]
D.gitignore136 conformance/conformance-php
137 conformance/conformance-php-c
140 # php test output
142 php/.phpunit.result.cache
143 php/tests/.phpunit.result.cache
144 php/tests/generated/
145 php/tests/old_protoc
146 php/tests/phpunit-9.phar
147 php/tests/protobuf/
148 php/tests/core
[all …]
/external/cronet/third_party/protobuf/
DMakefile.am818 php/README.md \
819 php/REFCOUNTING.md \
820 php/composer.json \
821 php/composer.json.dist \
822 php/ext/google/protobuf/arena.c \
823 php/ext/google/protobuf/arena.h \
824 php/ext/google/protobuf/array.c \
825 php/ext/google/protobuf/array.h \
826 php/ext/google/protobuf/config.m4 \
827 php/ext/google/protobuf/convert.c \
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile30 # Install php dependencies
32 php \
54 RUN curl -sS https://getcomposer.org/installer | php
57 # Download php source code
58 RUN git clone https://github.com/php/php-src
60 # php 8.0
61 RUN cd php-src \
62 && git checkout php-8.0.0 \
64 RUN cd php-src \
71 --prefix=/usr/local/php-8.0 \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile30 # Install php dependencies
32 php \
54 RUN curl -sS https://getcomposer.org/installer | php
57 # Download php source code
58 RUN git clone https://github.com/php/php-src
60 # php 8.0
61 RUN cd php-src \
62 && git checkout php-8.0.0 \
64 RUN cd php-src \
71 --prefix=/usr/local/php-8.0 \
[all …]
/external/cronet/third_party/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/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/protobuf/php/tests/
Dcompatibility_test.sh31 …$PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descri…
88 rm -rf protobuf/php/ext
89 rm -rf protobuf/php/src
90 cp -r ../ext protobuf/php/ext/
91 cp -r ../src protobuf/php/src/
99 cd protobuf/php
108 tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php )
116 sed -i.bak '/^ public function testTimestamp()$/,/^ }$/d' tests/well_known_test.php
117 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/array_test.php
118 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/map_field_test.php
[all …]
/external/cronet/third_party/protobuf/php/tests/
Dcompatibility_test.sh31 …$PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descri…
88 rm -rf protobuf/php/ext
89 rm -rf protobuf/php/src
90 cp -r ../ext protobuf/php/ext/
91 cp -r ../src protobuf/php/src/
99 cd protobuf/php
108 tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php )
116 sed -i.bak '/^ public function testTimestamp()$/,/^ }$/d' tests/well_known_test.php
117 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/array_test.php
118 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/map_field_test.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/protobuf/php/
Drelease.sh13 rm -rf protobuf-php
14 git clone https://github.com/protocolbuffers/protobuf-php.git
17 rm -rf protobuf-php/src
20 cp -r php/src protobuf-php
21 cp php/composer.json.dist protobuf-php/composer.json
23 cd protobuf-php
DBUILD.bazel3 # See also code generation logic under /src/google/protobuf/compiler/php.
11 "src/GPBMetadata/Google/Protobuf/**/*.php",
12 "src/Google/Protobuf/**/*.php",
13 "tests/*.php",
15 "tests/generated_previous/**/*.php",
29 prefix = "php",
/external/cronet/third_party/protobuf/php/
Drelease.sh13 rm -rf protobuf-php
14 git clone https://github.com/protocolbuffers/protobuf-php.git
17 rm -rf protobuf-php/src
20 cp -r php/src protobuf-php
21 cp php/composer.json.dist protobuf-php/composer.json
23 cd protobuf-php
/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
68 cp sapi/fuzzer/php-fuzz-function-jit $OUT/
69 cp sapi/fuzzer/php-fuzz-tracing-jit $OUT/
78 zip -j $OUT/php-fuzz-${fuzzerName}_seed_corpus.zip sapi/fuzzer/corpus/${fuzzerName}/*
/external/cronet/third_party/protobuf/kokoro/linux/php_all/
Dbuild.sh11 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
13 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.0.33-dbg-…
14 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.3.28-dbg-…
15 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.4.18-dbg-…
16 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
19 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
23 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-14a06…
/external/protobuf/kokoro/linux/php_all/
Dbuild.sh11 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
13 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.0.33-dbg-…
14 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.3.28-dbg-…
15 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.4.18-dbg-…
16 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
19 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
23 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-14a06…
/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 …]

12345678910>>...24