Home
last modified time | relevance | path

Searched refs:option (Results 101 – 125 of 237) sorted by relevance

12345678910

/PHP-8.0/ext/openssl/tests/
H A Dgh9339.phpt25 Warning: openssl_pkey_new(): Path for oid_file option must be a valid file path in %s on line %d
/PHP-8.0/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt17 $option = '';
87 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp895 zend_long option; in PHP_FUNCTION() local
899 "Ol", &object, Calendar_ce_ptr, &option) == FAILURE) { in PHP_FUNCTION()
903 if (option != UCAL_WALLTIME_FIRST && option != UCAL_WALLTIME_LAST) { in PHP_FUNCTION()
911 co->ucal->setRepeatedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
919 zend_long option; in PHP_FUNCTION() local
923 "Ol", &object, Calendar_ce_ptr, &option) == FAILURE) { in PHP_FUNCTION()
927 if (option != UCAL_WALLTIME_FIRST && option != UCAL_WALLTIME_LAST in PHP_FUNCTION()
928 && option != UCAL_WALLTIME_NEXT_VALID) { in PHP_FUNCTION()
936 co->ucal->setSkippedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_loadXML_variation1.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDLOAD option
H A DDOMDocument_load_variation1.phpt2 Test DOMDocument::load() with LIBXML_DTDLOAD option
/PHP-8.0/ext/intl/tests/locale/
H A Dbug72809.phpt2 Bug #72809 (Locale::lookup() wrong result with canonicalize option)
/PHP-8.0/ext/exif/tests/
H A Dbug76130.phpt4 This test is meant to exhibit memory issues with the `-m` option. Since a lot of
/PHP-8.0/ext/tidy/
H A Dtidy_arginfo.h50 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
78 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
99 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
134 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
/PHP-8.0/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt19 * when passed the 'files' option vs without, in the face of some mild abuse
62 public function stream_set_option($option, $arg1, $arg2) { return false; }
/PHP-8.0/sapi/fpm/tests/
H A Dbug78323.phpt12 // no argument for option
H A Dproc-no-start-server.phpt2 FPM: Process manager config option pm.start_servers missing
/PHP-8.0/ext/ftp/tests/
H A Dftp_get_option.phpt31 ftp_get_option(): Argument #2 ($option) must be one of FTP_TIMEOUT_SEC, FTP_AUTOSEEK, or FTP_USEPAS…
/PHP-8.0/sapi/fuzzer/
H A DREADME.md17 The `--with-pic` option is required to avoid a linking failure. The `--enable-debug-assertions` opt…
19 You will need a recent version of clang that supports the `-fsanitize=fuzzer-no-link` option.
/PHP-8.0/ext/xml/
H A Dxml_arginfo.h76 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
82 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/PHP-8.0/ext/filter/tests/
H A D017.phpt27 filter_var(): "regexp" option is missing
H A D031.phpt58 filter_var(): "decimal" option must be one character long
/PHP-8.0/ext/session/tests/
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
/PHP-8.0/ext/curl/
H A Dinterface.c114 error = curl_easy_setopt(ch->cp, option, copystr); in php_curl_option_str()
117 error = curl_easy_setopt(ch->cp, option, str); in php_curl_option_str()
2213 switch (option) { in _php_curl_setopt()
2369 if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && in _php_curl_setopt()
2546 switch (option) { in _php_curl_setopt()
2642 switch (option) { in _php_curl_setopt()
2915 zend_ulong option; in PHP_FUNCTION() local
3015 zend_long option; in PHP_FUNCTION() local
3021 Z_PARAM_LONG_OR_NULL(option, option_is_null) in PHP_FUNCTION()
3171 switch (option) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/zip/tests/
H A Dbug70103.phpt2 Bug #70103 (ZipArchive::addGlob ignores remove_all_path option)
/PHP-8.0/ext/sockets/tests/
H A Dsocket_set_option_rcvtimeo.phpt2 Test if socket_set_option() works, option:SO_RCVTIMEO
H A Dsocket_set_option_sndtimeo.phpt2 Test if socket_set_option() works, option:SO_SNDTIMEO
/PHP-8.0/ext/curl/tests/
H A Dcurl_write_callback.phpt2 Test curl option CURLOPT_WRITEFUNCTION
H A Dcurl_write_return.phpt2 Test curl option CURLOPT_RETURNTRANSFER
H A Dcurl_writeheader_callback.phpt2 Test curl option CURLOPT_HEADERFUNCTION
H A Dcurl_setopt_basic003.phpt45 curl_setopt(): The CURLOPT_HTTPHEADER option must have an array value

Completed in 122 milliseconds

12345678910