Lines Matching refs:php
10 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…
128 sed -i.bak '/^ public function testTimestamp()$/,/^ }$/d' tests/well_known_test.php
129 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/array_test.php
130 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/map_field_test.php
131 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/test_base.php