/php-src/ext/curl/tests/ |
H A D | curl_share_errno_strerror_001.phpt | 26 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option 28 Unknown share option
|
H A D | curl_share_setopt_basic001.phpt | 22 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option
|
H A D | curl_share_basic.phpt | 20 // Make sure nothing bad handles if the share handle is unset early.
|
/php-src/ext/curl/ |
H A D | share.c | 41 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 D | curl_private.h | 107 struct _php_curlsh *share; member 128 CURLSH *share; member
|
H A D | config.w32 | 17 EXTENSION("curl", "interface.c multi.c share.c curl_file.c");
|
H A D | config.m4 | 82 [interface.c multi.c share.c curl_file.c],
|
/php-src/ext/snmp/tests/ |
H A D | snmp_include.inc | 21 $mibdir = getenv('SNMP_MIBDIR') ?: "/usr/local/share/snmp/mibs"; 23 $mibdir = getenv('SNMP_MIBDIR') ?: "/usr/share/snmp/mibs";
|
/php-src/ext/standard/tests/file/windows_mb_path/ |
H A D | bug74923.phpt | 2 Bug #74923 Crash when crawling through network share
|
/php-src/ext/ldap/tests/ |
H A D | gh16132-1.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | gh16132-2.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | gh16136.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | ldap_list_read_search_parallel_references.phpt | 8 /* ldap_list(), ldap_read(), and ldap_search() share an underlying C function */
|
H A D | ldap_add_modify_delete_references_programming_errors.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | ldap_list_read_search_programming_errors.phpt | 8 /* ldap_list(), ldap_read(), and ldap_search() share an underlying C function */
|
H A D | ldap_list_read_search_parallel_programming_errors.phpt | 8 /* ldap_list(), ldap_read(), and ldap_search() share an underlying C function */
|
H A D | ldap_add_modify_delete_programming_errors.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
/php-src/Zend/tests/objects/ |
H A D | objects_033.phpt | 9 // which may or may not share the same ordering.
|
/php-src/.github/scripts/windows/ |
H A D | test_task.bat | 98 mkdir %~d0\usr\local\share\enchant\hunspell 101 pushd %~d0\usr\local\share\enchant\hunspell 108 set MIBDIRS=%DEPS_DIR%\share\mibs
|
/php-src/ext/dom/tests/ |
H A D | dom_test.inc | 3 <!DOCTYPE chapter SYSTEM '/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd'
|
H A D | dom001.phpt | 187 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [ 246 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [
|
/php-src/.github/workflows/ |
H A D | real-time-benchmark.yml | 19 …wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashic… 20 … gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --fingerprint 21 …echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyri…
|
/php-src/ext/phar/tests/ |
H A D | bug54289.phpt | 16 // we should be able to pull out a directory that's there, but none that share
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_class_constants.phpt | 105 printf("[003] Several constants share the same value '%s'\n", $value);
|
/php-src/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 9 /* uses ' to share the code path with HTML 4.01 */
|