Home
last modified time | relevance | path

Searched refs:option (Results 51 – 75 of 223) sorted by path

123456789

/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_018.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
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_multi_errno_strerror_001.phpt30 Unknown option
H A Dcurl_multi_setopt_basic001.phpt24 Warning: curl_multi_setopt(): Invalid curl multi configuration option in %s on line %d
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_share_errno_strerror_001.phpt30 Unknown share option
H A Dcurl_share_setopt_basic001.phpt22 Warning: curl_share_setopt(): Invalid curl share configuration option in %s on line %d
H A Dcurl_write_callback.phpt2 Test curl option CURLOPT_WRITEFUNCTION
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_write_stdout.phpt2 Test curl option CURLOPT_FILE with STDOUT handle
H A Dcurl_writeheader_callback.phpt2 Test curl option CURLOPT_HEADERFUNCTION
/PHP-7.4/ext/date/
H A Dphp_date.c4889 char *option = NULL; in PHP_FUNCTION() local
4895 Z_PARAM_STRING_EX(option, option_len, 1, 0) in PHP_FUNCTION()
4911 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
/PHP-7.4/ext/date/tests/
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
/PHP-7.4/ext/dba/
H A Dconfig.m4614 dnl Bundled modules that should be enabled by default if any other option is
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_variation1.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDLOAD option
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-7.4/ext/exif/tests/
H A Dbug76130.phpt4 This test is meant to exhibit memory issues with the `-m` option. Since a lot of
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt31 foreach( $options as $option ) {
32 $finfo = finfo_open( $option, $magicFile );
34 var_dump( finfo_buffer( $finfo, $string, $option ) );
H A Dfinfo_buffer_basic.phpt31 foreach( $options as $option ) {
32 $finfo = finfo_open( $option, $magicFile );
34 var_dump( finfo_buffer( $finfo, $string, $option ) );
H A Dfinfo_buffer_variation1-mb.phpt31 foreach( $options as $option ) {
32 $finfo = new finfo( $option, $magicFile );
34 var_dump( $finfo->buffer( $string, $option ) );

Completed in 90 milliseconds

123456789