Home
last modified time | relevance | path

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

12

/php-src/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-src/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.h103 struct _php_curlsh *share; member
124 CURLSH *share; member
H A Dconfig.w3228 EXTENSION("curl", "interface.c multi.c share.c curl_file.c");
H A Dconfig.m490 PHP_NEW_EXTENSION(curl, interface.c multi.c share.c curl_file.c, $ext_shared)
H A Dinterface.c2174 curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share); in _php_curl_setopt()
2176 if (ch->share) { in _php_curl_setopt()
2177 OBJ_RELEASE(&ch->share->std); in _php_curl_setopt()
2180 ch->share = sh; in _php_curl_setopt()
2743 if (ch->share) { in curl_free_obj()
2744 OBJ_RELEASE(&ch->share->std); in curl_free_obj()
/php-src/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-src/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt2 Bug #74923 Crash when crawling through network share
/php-src/Zend/tests/
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
/php-src/.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-src/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-src/ext/phar/tests/
H A Dbug54289.phpt16 // we should be able to pull out a directory that's there, but none that share
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt105 printf("[003] Several constants share the same value '%s'\n", $value);
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt9 /* uses &#039; to share the code path with HTML 4.01 */
/php-src/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-src/docs/source/core/data-structures/
H A Dzend_string.rst192 if you're using php-fpm with 8 workers, all workers will share the same interned strings buffer. It
H A Dreference-counting.rst40 All of the reference counted types share a common initial struct sequence.
/php-src/sapi/litespeed/
H A DREADME.md123 Self Managed Mode is preferred because all PHP processes can share one shared
/php-src/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-src/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-src/
H A Dconfigure.ac1404 '${prefix}/share')
1450 datarootdir=$prefix/share

Completed in 52 milliseconds

12