Home
last modified time | relevance | path

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

12

/PHP-8.2/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.2/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.h110 struct _php_curlsh *share; member
131 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)
H A Dinterface.c2204 curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share); in _php_curl_setopt()
2206 if (ch->share) { in _php_curl_setopt()
2207 OBJ_RELEASE(&ch->share->std); in _php_curl_setopt()
2210 ch->share = sh; in _php_curl_setopt()
2793 if (ch->share) { in curl_free_obj()
2794 OBJ_RELEASE(&ch->share->std); in curl_free_obj()
/PHP-8.2/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.2/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt2 Bug #74923 Crash when crawling through network share
/PHP-8.2/Zend/tests/
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
/PHP-8.2/.github/scripts/windows/
H A Dtest_task.bat95 mkdir %~d0\usr\local\share\enchant\hunspell
98 pushd %~d0\usr\local\share\enchant\hunspell
105 set MIBDIRS=%DEPS_DIR%\share\mibs
/PHP-8.2/ext/dom/tests/
H A Ddom_test.inc3 <!DOCTYPE chapter SYSTEM '/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd'
H A Ddom001.phpt187 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [
246 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [
/PHP-8.2/ext/phar/tests/
H A Dbug54289.phpt16 // we should be able to pull out a directory that's there, but none that share
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt105 printf("[003] Several constants share the same value '%s'\n", $value);
/PHP-8.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt9 /* uses &#039; to share the code path with HTML 4.01 */
/PHP-8.2/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()
H A Dioutil.h96 DWORD share; member
/PHP-8.2/sapi/litespeed/
H A DREADME.md123 Self Managed Mode is preferred because all PHP processes can share one shared
/PHP-8.2/ext/mbstring/libmbfl/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
/PHP-8.2/ext/bcmath/libbcmath/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
/PHP-8.2/
H A Dconfigure.ac1398 '${prefix}/share')
1446 datarootdir=$prefix/share
H A Dphp.ini-development1801 ; processes with the same cache ID and user share an OPcache instance.
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2256 - "%s/share/misc/magic.mgc",
2280 - "%s/../share/misc/magic.mgc", dllpath);

Completed in 66 milliseconds

12