Home
last modified time | relevance | path

Searched refs:export (Results 26 – 50 of 59) sorted by relevance

123

/PHP-7.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt2 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 Dconfig9.m449 …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 Dreflection001.phpt2 Return type and Reflection::export()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29830.phpt2 Bug #29844 (SoapServer::setClass() should not export non-public methods)
/PHP-7.4/ext/oci8/tests/
H A Dreflection2.phpt8 reflection::export(new reflectionclass('OCI-Lob'));
9 reflection::export(new reflectionclass('OCI-Collection'));
134 Method [ <internal%s> public method export ] {
H A Dlob_012.phpt38 var_dump($row[0]->export(__DIR__."/lob_012.tmp", 3, 10));
/PHP-7.4/tests/classes/
H A Dfinal_ctor1.phpt24 ReflectionClass::export('Extended');
H A Dfinal_ctor2.phpt24 ReflectionClass::export('Extended');
/PHP-7.4/ext/gmp/tests/
H A Dgmp_export.phpt11 $export = [
36 foreach ($export as $k => $test) {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h58 PHPDBG_COMMAND(export);
H A Dconfig.m465 …\$(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 D05large_object.phpt57 echo "import/export LO\n";
81 import/export LO
/PHP-7.4/ext/reflection/tests/
H A D001.phpt25 'UMLClass::export',
H A DReflectionClass_toString_001.phpt24 Method [ <internal, deprecated:Reflection> static public method export ] {
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt104 // file to export cannot be written
107 // successful export
132 // file to export cannot be written
H A D001.phpt28 die("failed to export to file $key_file_name");
H A Dopenssl_free_key.phpt37 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 Dtcp6loop.phpt7 …Note: Might be a good idea to export an IPv6 support indicator (such as AF_INET6 exported by ext/s…
H A Dudp6loop.phpt8 * Note: Might be a good idea to export an IPv6 support indicator
/PHP-7.4/ext/fileinfo/libmagic/
H A DLICENSE9 This software is not subject to any export provision of the United States
/PHP-7.4/Zend/
H A Dzend_vm_gen.php763 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 Dphp_reflection.c1434 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 Dconfig.m4262 CC="empocc -bcs";export CC;
263 LD="empocc -bcs";export LD;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt22 /* TODO: mysqli.c needs to export a few more constants - see all the defined() calls! */
/PHP-7.4/sapi/fpm/
H A Dconfig.m4657 …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…

Completed in 71 milliseconds

123