Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 41) sorted by relevance

12

/PHP-8.3/ext/curl/tests/
H A Dcurl_share_errno_strerror_001.phpt26 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option
28 Unknown share option
H A Dcurl_share_setopt_basic001.phpt22 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option
H A Dcurl_share_basic.phpt20 // Make sure nothing bad handles if the share handle is unset early.
/PHP-8.3/ext/oci8/tests/
H A Ddrcp_characterset.phpt34 // The two connections c1 and c2 should not share resources as they use different
38 echo "First and third connections share a resource: NOT OK\n";
42 // The two connections p1 and p2 should not share resources as they use different
46 echo "Second and fourth connections share a resource: NOT OK\n";
H A Ddrcp_conn_close1.phpt37 echo "Both connections share a resource : OK\n";
49 Both connections share a resource : OK
H A Ddrcp_pconn_close1.phpt36 echo "Both connections share a resource : OK\n";
48 Both connections share a resource : OK
H A Dpassword.phpt45 echo "First and second connections share a resource: Not OK\n";
54 echo "First and third connections share a resource: OK\n";
82 First and third connections share a resource: OK
H A Dpassword_2.phpt44 echo "First and second connections share a resource: Not OK\n";
53 echo "First and third connections share a resource: OK\n";
81 First and third connections share a resource: OK
H A Ddrcp_newconnect.phpt31 echo "First and second connections share a resource: Not OK\n";
H A Ddrcp_conn_close2.phpt38 echo "Both connections share a resource : NOT OK\n";
H A Ddrcp_pconn_close2.phpt38 echo "Both connections share a resource : NOT OK\n";
/PHP-8.3/ext/curl/
H A Dshare.c41 sh->share = curl_share_init(); in PHP_FUNCTION()
63 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
157 curl_share_cleanup(sh->share); in curl_share_free_obj()
H A Dcurl_private.h115 struct _php_curlsh *share; member
136 CURLSH *share; member
H A Dconfig.w3229 EXTENSION("curl", "interface.c multi.c share.c curl_file.c");
H A Dconfig.m484 PHP_NEW_EXTENSION(curl, interface.c multi.c share.c curl_file.c, $ext_shared)
/PHP-8.3/ext/snmp/tests/
H A Dsnmp_include.inc21 $mibdir = getenv('SNMP_MIBDIR') ?: "/usr/local/share/snmp/mibs";
23 $mibdir = getenv('SNMP_MIBDIR') ?: "/usr/share/snmp/mibs";
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt2 Bug #74923 Crash when crawling through network share
/PHP-8.3/ext/ldap/tests/
H A Dgh16132-1.phpt8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share
H A Dgh16132-2.phpt8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share
H A Dgh16136.phpt8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt59 printf("[003] Several constants share the same value '%s'\n", $value);
/PHP-8.3/Zend/tests/
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
/PHP-8.3/.github/scripts/windows/
H A Dtest_task.bat97 mkdir %~d0\usr\local\share\enchant\hunspell
100 pushd %~d0\usr\local\share\enchant\hunspell
107 set MIBDIRS=%DEPS_DIR%\share\mibs
/PHP-8.3/ext/dom/tests/
H A Ddom_test.inc3 <!DOCTYPE chapter SYSTEM '/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd'
/PHP-8.3/ext/phar/tests/
H A Dbug54289.phpt16 // we should be able to pull out a directory that's there, but none that share

Completed in 37 milliseconds

12