Home
last modified time | relevance | path

Searched refs:option (Results 151 – 175 of 207) sorted by last modified time

123456789

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_variation2.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID option
H A DDOMDocument_load_variation1.phpt2 Test DOMDocument::load() with LIBXML_DTDLOAD option
H A DDOMDocument_load_variation2.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID option
/PHP-5.5/ext/dba/
H A Dconfig.m4548 dnl Bundled modules that should be enabled by default if any other option is enabled
/PHP-5.5/ext/date/
H A Dphp_date.c4489 char *option = NULL; in PHP_FUNCTION() local
4492 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ls", &what, &option, &option_len) == FAILUR… in PHP_FUNCTION()
4510 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
/PHP-5.5/ext/date/lib/
H A Dtimelib.h125 void timelib_time_set_option(timelib_time* tm, int option, void* option_value);
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt11 the only way to test if a option is setten on a curl handle is using the curl_getinfo() function.
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
H A Dcurl_setopt_error.phpt45 Warning: curl_setopt(): Invalid curl configuration option in %scurl_setopt_error.php on line %d
H A Dcurl_write_file.phpt2 Test curl option CURLOPT_FILE
H A Dcurl_write_return.phpt2 Test curl option CURLOPT_RETURNTRANSFER
H A Dcurl_writeheader_callback.phpt2 Test curl option CURLOPT_HEADERFUNCTION
H A Dbug46711.phpt20 foreach( $opt as $option => $value ) {
21 curl_setopt( $ch, $option, $value );
H A Dbug48203_multi.phpt57 foreach($options_to_check as $option) {
58 checkForClosedFilePointer(constant($option), $option);
H A Dbug54798.phpt47 foreach($options_to_check as $option) {
48 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug55767.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dbug68089.phpt16 Warning: curl_setopt(): Curl option contains invalid characters (\0) in %s%ebug68089.php on line 4
H A Dcurl_basic_002.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_003.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_004.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_005.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_006.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
/PHP-5.5/ext/curl/
H A Dinterface.c304 ZEND_ARG_INFO(0, option)
319 ZEND_ARG_INFO(0, option)
353 ZEND_ARG_INFO(0, option)
413 ZEND_ARG_INFO(0, option)
2104 switch (option) { in _php_curl_setopt()
2264 if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && in _php_curl_setopt()
2399 switch (option) { in _php_curl_setopt()
2505 switch (option) { in _php_curl_setopt()
2921 ulong option; in PHP_FUNCTION() local
3027 long option = 0; in PHP_FUNCTION() local
[all …]
H A Dmulti.c385 static int _php_curl_multi_setopt(php_curlm *mh, long option, zval **zvalue, zval *return_value TSR… in _php_curl_multi_setopt() argument
389 switch (option) { in _php_curl_multi_setopt()
397 error = curl_multi_setopt(mh->multi, option, Z_LVAL_PP(zvalue)); in _php_curl_multi_setopt()
H A Dshare.c69 static int _php_curl_share_setopt(php_curlsh *sh, long option, zval **zvalue, zval *return_value TS… in _php_curl_share_setopt() argument
73 switch (option) { in _php_curl_share_setopt()
77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); in _php_curl_share_setopt()

Completed in 55 milliseconds

123456789