Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/oci8/tests/
H A Ddrcp_characterset.phpt30 // The two connections c1 and c2 should not share resources as they use different
34 echo "First and third connections share a resource: NOT OK\n";
38 // The two connections p1 and p2 should not share resources as they use different
42 echo "Second and fourth connections share a resource: NOT OK\n";
H A Ddrcp_conn_close1.phpt33 echo "Both connections share a resource : OK\n";
44 Both connections share a resource : OK
H A Ddrcp_pconn_close1.phpt32 echo "Both connections share a resource : OK\n";
43 Both connections share a resource : OK
H A Dpassword.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 Dpassword_2.phpt43 echo "First and second connections share a resource: Not OK\n";
52 echo "First and third connections share a resource: OK\n";
80 First and third connections share a resource: OK
H A Ddrcp_newconnect.phpt27 echo "First and second connections share a resource: Not OK\n";
H A Ddrcp_conn_close2.phpt34 echo "Both connections share a resource : NOT OK\n";
H A Ddrcp_pconn_close2.phpt34 echo "Both connections share a resource : NOT OK\n";
/PHP-7.3/ext/curl/
H A Dshare.c47 sh->share = curl_share_init(); in PHP_FUNCTION()
79 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
127 curl_share_cleanup(sh->share); in _php_curl_share_close()
H A Dconfig.w3229 EXTENSION("curl", "interface.c multi.c share.c curl_file.c");
H A Dphp_curl.h203 CURLSH *share; member
H A Dconfig.m4189 PHP_NEW_EXTENSION(curl, interface.c multi.c share.c curl_file.c, $ext_shared)
/PHP-7.3/ext/snmp/tests/
H A Dsnmp_include.inc21 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/local/share/snmp/mibs";
23 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/share/snmp/mibs";
/PHP-7.3/ext/curl/tests/
H A Dcurl_share_setopt_basic001.phpt22 Warning: curl_share_setopt(): Invalid curl share configuration option in %s on line %d
H A Dcurl_share_errno_strerror_001.phpt30 Unknown share option
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt2 Bug #74923 Crash when crawling through network share
/PHP-7.3/ext/dom/tests/
H A Ddom_test.inc3 <!DOCTYPE chapter SYSTEM '/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd'
H A Ddom001.phpt192 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [
253 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [
/PHP-7.3/Zend/tests/
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt56 printf("[003] Several constants share the same value '%s'\n", $value);
/PHP-7.3/ext/phar/tests/
H A Dbug54289.phpt16 // we should be able to pull out a directory that's there, but none that share
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt97 printf("[003] Several constants share the same value '%s'\n", $value);
/PHP-7.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt9 /* uses &#039; to share the code path with HTML 4.01 */
/PHP-7.3/win32/
H A Dioutil.c115 opts->share = PHP_WIN32_IOUTIL_DEFAULT_SHARE_MODE; in php_win32_ioutil_posix_to_open_opts()
211 open_opts.share, in php_win32_ioutil_open_w()
/PHP-7.3/ext/spl/internal/
H A Dspldoublylinkedlist.inc19 * foreachs are independent, while they share the same traverse pointer

Completed in 35 milliseconds

12