/PHP-7.4/ext/sockets/tests/ |
H A D | wsaprotocol_info_0.phpt | 2 Winsock export/import socket, basic test 56 Warning: socket_wsaprotocol_info_export(): Unable to export WSA protocol info [0x00002726]: %s
|
/PHP-7.4/sapi/cgi/ |
H A D | config9.m4 | 49 …print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_… 51 …print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_… 58 …BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
|
/PHP-7.4/Zend/tests/return_types/ |
H A D | reflection001.phpt | 2 Return type and Reflection::export()
|
/PHP-7.4/ext/soap/tests/bugs/ |
H A D | bug29830.phpt | 2 Bug #29844 (SoapServer::setClass() should not export non-public methods)
|
/PHP-7.4/ext/oci8/tests/ |
H A D | reflection2.phpt | 8 reflection::export(new reflectionclass('OCI-Lob')); 9 reflection::export(new reflectionclass('OCI-Collection')); 134 Method [ <internal%s> public method export ] {
|
H A D | lob_012.phpt | 38 var_dump($row[0]->export(__DIR__."/lob_012.tmp", 3, 10));
|
/PHP-7.4/tests/classes/ |
H A D | final_ctor1.phpt | 24 ReflectionClass::export('Extended');
|
H A D | final_ctor2.phpt | 24 ReflectionClass::export('Extended');
|
/PHP-7.4/ext/gmp/tests/ |
H A D | gmp_export.phpt | 11 $export = [ 36 foreach ($export as $k => $test) {
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 58 PHPDBG_COMMAND(export);
|
H A D | config.m4 | 65 …\$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(… 76 …\$(CC) -shared -Wl,-soname,libphpdbg.so -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA…
|
/PHP-7.4/ext/pgsql/tests/ |
H A D | 05large_object.phpt | 57 echo "import/export LO\n"; 81 import/export LO
|
/PHP-7.4/ext/reflection/tests/ |
H A D | 001.phpt | 25 'UMLClass::export',
|
H A D | ReflectionClass_toString_001.phpt | 24 Method [ <internal, deprecated:Reflection> static public method export ] {
|
/PHP-7.4/ext/openssl/tests/ |
H A D | openssl_error_string_basic.phpt | 104 // file to export cannot be written 107 // successful export 132 // file to export cannot be written
|
H A D | 001.phpt | 28 die("failed to export to file $key_file_name");
|
H A D | openssl_free_key.phpt | 37 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf) or die("failed to export …
|
/PHP-7.4/ext/standard/tests/network/ |
H A D | tcp6loop.phpt | 7 …Note: Might be a good idea to export an IPv6 support indicator (such as AF_INET6 exported by ext/s…
|
H A D | udp6loop.phpt | 8 * Note: Might be a good idea to export an IPv6 support indicator
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | LICENSE | 9 This software is not subject to any export provision of the United States
|
/PHP-7.4/Zend/ |
H A D | zend_vm_gen.php | 763 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) { argument 823 "/^#(\s*)ifdef\s+ZEND_VM_EXPORT\s*\n/m" => $export?"#\\1if 1\n":"#\\1if 0\n", 824 "/^#(\s*)ifndef\s+ZEND_VM_EXPORT\s*\n/m" => $export?"#\\1if 0\n":"#\\1if 1\n", 2393 $export = array(); 2551 $export[] = array("handler",$m[1],$m[2]); 2562 $export[] = array("helper",$m[1],$m[2]); 3063 if (count($export) > 0 && 3100 foreach ($export as $dsk) {
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 1434 ZEND_METHOD(reflection, export) in ZEND_METHOD() argument 1489 ZEND_METHOD(reflection_function, export) in ZEND_METHOD() argument 2233 ZEND_METHOD(reflection_parameter, export) in ZEND_METHOD() argument 2920 ZEND_METHOD(reflection_method, export) in ZEND_METHOD() argument 3684 ZEND_METHOD(reflection_class, export) in ZEND_METHOD() argument 5237 ZEND_METHOD(reflection_object, export) in ZEND_METHOD() argument 5253 ZEND_METHOD(reflection_property, export) in ZEND_METHOD() argument 5261 ZEND_METHOD(reflection_class_constant, export) in ZEND_METHOD() argument 5711 ZEND_METHOD(reflection_extension, export) in ZEND_METHOD() argument 6066 ZEND_METHOD(reflection_zend_extension, export) in ZEND_METHOD() argument [all …]
|
/PHP-7.4/ext/odbc/ |
H A D | config.m4 | 262 CC="empocc -bcs";export CC; 263 LD="empocc -bcs";export LD;
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_fetch_field_flags.phpt | 22 /* TODO: mysqli.c needs to export a few more constants - see all the defined() calls! */
|
/PHP-7.4/sapi/fpm/ |
H A D | config.m4 | 657 …print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_… 663 …BUILD_FPM="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
|