Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE198 (?imx-imx) option on/off
202 (?imx-imx:subexp) option on/off for subexp
304 * The option status of the called group is always effective.
314 case 1. /.../ (named group is not used, no option)
318 case 2. /.../g (named group is not used, 'g' option)
322 case 3. /..(?<name>..)../ (named group is used, no option)
327 case 4. /..(?<name>..)../G (named group is used, 'G' option)
388 + effect range of isolated option is to next ')'.
390 + isolated option is not transparent to previous pattern.
398 + Ignore case option is effective to escape sequence.
/PHP-7.2/ext/mbstring/tests/
H A Dbug72164.phpt17 Deprecated: mbereg_replace(): The 'e' option is deprecated, use mb_ereg_replace_callback instead in…
/PHP-7.2/ext/tidy/tests/
H A D021.phpt17 string(73) "This option specifies if Tidy should allow numeric character references. "
/PHP-7.2/ext/standard/tests/streams/
H A Dbug71245.phpt2 Bug #71245 (file_get_contents() ignores "header" context option if it's a reference)
H A Dstream_context_set_option_basic.phpt10 // Single option
H A Dstream_context_set_option_error_001.phpt10 // Single option
/PHP-7.2/ext/curl/tests/
H A Dcurl_multi_setopt_basic001.phpt24 Warning: curl_multi_setopt(): Invalid curl multi configuration option in %s on line %d
H A Dcurl_multi_errno_strerror_001.phpt30 Unknown option
H A Dcurl_share_errno_strerror_001.phpt30 Unknown share option
H A Dbug71523.phpt2 Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
/PHP-7.2/ext/curl/
H A Dinterface.c314 ZEND_ARG_INFO(0, option)
329 ZEND_ARG_INFO(0, option)
363 ZEND_ARG_INFO(0, option)
431 ZEND_ARG_INFO(0, option)
2123 switch (option) { in _php_curl_setopt()
2489 switch (option) { in _php_curl_setopt()
2590 switch (option) { in _php_curl_setopt()
2982 zend_ulong option; in PHP_FUNCTION() local
3088 zend_long option = 0; in PHP_FUNCTION() local
3093 Z_PARAM_LONG(option) in PHP_FUNCTION()
[all …]
/PHP-7.2/Zend/tests/multibyte/
H A Dmultibyte_encoding_001.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_003.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_006.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug49056.phpt2 Bug #49056 (parse_ini_*() regression in 5.3.0 when using non-ASCII strings as option keys)
H A Dget_include_path_basic.phpt8 * Description: Gets the current include_path configuration option
/PHP-7.2/ext/openssl/tests/
H A Dbug72165.phpt16 …ord_min -> 4 (failed; check error queue and value of string_mask OpenSSL option if illegal charact…
/PHP-7.2/ext/xmlreader/tests/
H A Dbug42139.phpt2 Bug #42139 (XMLReader option constants are broken using XML())
/PHP-7.2/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-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h406 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
719 OnigOptionType option; member
737 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc,…
739 int onig_reg_init P_((regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, OnigEn…
740 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc,…
748 …OnigUChar* str, const OnigUChar* end, OnigRegion* region, OnigOptionType option, int (*scan_callba…
750 …* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option));
752 …UChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option));
/PHP-7.2/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.2/ext/intl/calendar/
H A Dcalendar_methods.cpp1064 zend_long option; in PHP_FUNCTION() local
1068 "Ol", &object, Calendar_ce_ptr, &option) == FAILURE) { in PHP_FUNCTION()
1074 if (option != UCAL_WALLTIME_FIRST && option != UCAL_WALLTIME_LAST) { in PHP_FUNCTION()
1082 co->ucal->setRepeatedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
1089 zend_long option; in PHP_FUNCTION() local
1093 "Ol", &object, Calendar_ce_ptr, &option) == FAILURE) { in PHP_FUNCTION()
1099 if (option != UCAL_WALLTIME_FIRST && option != UCAL_WALLTIME_LAST in PHP_FUNCTION()
1100 && option != UCAL_WALLTIME_NEXT_VALID) { in PHP_FUNCTION()
1108 co->ucal->setSkippedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
/PHP-7.2/sapi/fpm/tests/
H A Dproc-no-start-server.phpt2 FPM: Process manager config option pm.start_servers missing
/PHP-7.2/ext/session/tests/
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)

Completed in 109 milliseconds

1234567891011