/PHP-7.4/ext/oci8/tests/ |
H A D | reflection1.phpt | 11 reflection::export(new reflectionfunction('oci_bind_by_name')); 14 reflection::export(new reflectionfunction('oci_field_name')); 15 reflection::export(new reflectionfunction('oci_field_size')); 20 reflection::export(new reflectionfunction('oci_execute')); 21 reflection::export(new reflectionfunction('oci_cancel')); 22 reflection::export(new reflectionfunction('oci_fetch')); 32 reflection::export(new reflectionfunction('oci_parse')); 34 reflection::export(new reflectionfunction('oci_result')); 38 reflection::export(new reflectionfunction('oci_close')); 42 reflection::export(new reflectionfunction('oci_error')); [all …]
|
H A D | null_byte_1.phpt | 31 $r = $lob->export("/tmp/abc\0def"); 44 Warning: OCI-Lob::export() expects parameter 1 to be a valid path, string given in %snull_byte_1.ph…
|
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionProperty_export_error.phpt | 2 Test ReflectionProperty::export() errors. 13 ReflectionProperty::export("NonExistentClass", "prop", true); 21 ReflectionProperty::export($a, 'TestClass', false); 29 ReflectionProperty::export('TestClass', "nonExistentProperty", true); 36 ReflectionProperty::export(); 37 ReflectionProperty::export('TestClass', "nonExistentProperty", true, false); 43 Deprecated: Function ReflectionProperty::export() is deprecated in %s on line %d 48 Deprecated: Function ReflectionProperty::export() is deprecated in %s on line %d 53 Deprecated: Function ReflectionProperty::export() is deprecated in %s on line %d 58 Deprecated: Function ReflectionProperty::export() is deprecated in %s on line %d [all …]
|
H A D | ReflectionProperty_basic1.phpt | 12 echo "export():\n"; 13 var_dump(ReflectionProperty::export($class, $property, true)); 14 echo "export():\n"; 57 export(): 62 export(): 90 export(): 95 export(): 123 export(): 128 export(): 152 export(): [all …]
|
H A D | ReflectionClassConstant_basic1.phpt | 13 echo "export():\n"; 14 var_dump(ReflectionClassConstant::export($base, $constant, true)); 15 echo "export():\n"; 58 export(): 63 export(): 96 export(): 101 export(): 134 export(): 139 export(): 172 export(): [all …]
|
H A D | ReflectionMethod_basic2.phpt | 2 ReflectionMethod class __toString() and export() methods 13 var_dump(ReflectionMethod::export($class, $method, true)); 62 export(): 64 Deprecated: Function ReflectionMethod::export() is deprecated in %s on line %d 80 export(): 98 export(): 116 export(): 134 export(): 152 export(): 174 export(): [all …]
|
H A D | ReflectionExtension_export_basic.phpt | 2 ReflectionExtension::export() 8 ReflectionExtension::export("reflection", true); 10 ReflectionExtension::export("reflection", false); 16 Deprecated: Function ReflectionExtension::export() is deprecated in %s on line %d
|
H A D | ReflectionParameter_export_error2.phpt | 2 ReflectionParameter::export() with incorrect first parameter 14 ReflectionParameter::export($reflect, $key); 22 ReflectionParameter::export(42, $key); 30 Deprecated: Function ReflectionParameter::export() is deprecated in %s on line %d 33 Deprecated: Function ReflectionParameter::export() is deprecated in %s on line %d
|
H A D | ReflectionParameter_export_error3.phpt | 2 ReflectionParameter::export() with incorrect second parameter 13 ReflectionParameter::export('ReflectionParameterTest', 'incorrect_parameter'); 16 Deprecated: Function ReflectionParameter::export() is deprecated in %s on line %d 21 #1 %s(%d): ReflectionParameter::export('ReflectionParam...', 'incorrect_param...')
|
H A D | bug46205.phpt | 5 $x = new reflectionmethod('reflectionparameter', 'export'); 14 Deprecated: Function ReflectionParameter::export() is deprecated in %s on line %d
|
H A D | ReflectionZendExtension.phpt | 15 var_dump(gettype($reflection->export('Zend OPcache', true)) === 'string'); 24 Deprecated: Function ReflectionZendExtension::export() is deprecated in %s on line %d
|
/PHP-7.4/azure/ |
H A D | test.yml | 7 export MYSQL_TEST_USER=root 8 export MYSQL_TEST_PASSWD=root 9 export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test" 10 export PDO_MYSQL_TEST_USER=root 11 export PDO_MYSQL_TEST_PASS=root 12 export TEST_PHP_JUNIT=junit.xml 13 export REPORT_EXIT_STATUS=no 14 export SKIP_IO_CAPTURE_TESTS=1 15 export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
|
H A D | msan_job.yml | 15 export CC=clang 16 export CXX=clang++ 17 export CFLAGS="-fsanitize=memory -DZEND_TRACK_ARENA_ALLOC" 18 export LDFLAGS="-fsanitize=memory"
|
H A D | community_job.yml | 54 export USE_ZEND_ALLOC=0 67 export USE_ZEND_ALLOC=0 68 export USE_TRACKED_ALLOC=1 69 export ASAN_OPTIONS=exitcode=139 80 export USE_ZEND_ALLOC=0 88 export USE_ZEND_ALLOC=0 89 export USE_TRACKED_ALLOC=1
|
/PHP-7.4/azure/i386/ |
H A D | test.yml | 7 export MYSQL_TEST_USER=root 8 export MYSQL_TEST_PASSWD=root 9 export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test" 10 export PDO_MYSQL_TEST_USER=root 11 export PDO_MYSQL_TEST_PASS=root 12 export TEST_PHP_JUNIT=junit.xml 13 export REPORT_EXIT_STATUS=no 14 export SKIP_IO_CAPTURE_TESTS=1
|
H A D | job.yml | 13 export CFLAGS=-m32 14 export CXXFLAGS=-m32 15 export LDFLAGS=-L/usr/lib/i386-linux-gnu 16 export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
|
/PHP-7.4/ext/simplexml/tests/ |
H A D | bug37565.phpt | 2 Bug #37565 (Using reflection::export with simplexml causing a crash) 19 Reflection::export(simplexml_load_string('<test/>', 'Setting')); 25 Reflection::export(simplexml_load_file('data:,<test/>', 'Setting')); 34 Error: Function Reflection::export() is deprecated 35 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given 37 Error: Function Reflection::export() is deprecated 38 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | var_export_basic8.phpt | 11 echo "\n\n-- Var export on a simple object --\n"; 20 echo "\n\n-- Var export on an simple array --\n"; 24 echo "\n\n-- Var export on an nested array --\n"; 32 -- Var export on a simple object -- 45 -- Var export on an simple array -- 53 -- Var export on an nested array --
|
/PHP-7.4/azure/macos/ |
H A D | job.yml | 12 export PATH="/usr/local/opt/bison/bin:$PATH" 13 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/openssl@1.1/lib/pkgconfig" 14 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/krb5/lib/pkgconfig" 15 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libffi/lib/pkgconfig" 16 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxml2/lib/pkgconfig" 17 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxslt/lib/pkgconfig" 18 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/zlib/lib/pkgconfig" 19 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig" 73 export PATH="/usr/local/opt/bison/bin:$PATH"
|
H A D | test.yml | 7 export TEST_PHP_JUNIT=junit.xml 8 export REPORT_EXIT_STATUS=no 9 export SKIP_IO_CAPTURE_TESTS=1 10 export CI_NO_IPV6=1
|
/PHP-7.4/sapi/litespeed/ |
H A D | config.m4 | 18 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) … 21 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
|
/PHP-7.4/ |
H A D | .travis.yml | 84 - export USE_CCACHE=1 96 - if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
|
/PHP-7.4/sapi/cli/ |
H A D | config.m4 | 36 …print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_… 38 …print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_… 45 …BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
|
/PHP-7.4/ext/ldap/tests/ |
H A D | README.md | 22 export SLAPPASS=`slappasswd -s password` 63 export LDAP_TEST_PASSWD="password" 64 export LDAP_TEST_BASE="ou=extldap,dc=nodomain" 65 export LDAP_TEST_USER="dc=admin,dc=nodomain" 66 export LDAP_TEST_HOST=192.168.33.10
|
/PHP-7.4/ext/com_dotnet/tests/ |
H A D | bug45280.phpt | 12 ReflectionObject::export($dict);
|