Home
last modified time | relevance | path

Searched refs:modifier (Results 26 – 42 of 42) sorted by relevance

12

/PHP-7.1/ext/com_dotnet/
H A Dcom_extension.c287 char *modifier, *ptr; in ZEND_GET_MODULE() local
298 modifier = php_strtok_r(NULL, "#", &strtok_buf); in ZEND_GET_MODULE()
299 if (modifier != NULL) { in ZEND_GET_MODULE()
300 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/PHP-7.1/ext/pcre/tests/
H A Dpreg_replace_error1.phpt44 Warning: preg_replace(): Unknown modifier '/' in %spreg_replace_error1.php on line %d
49 Warning: preg_replace(): Unknown modifier 'F' in %spreg_replace_error1.php on line %d
H A Dpreg_grep_error1.phpt44 Warning: preg_grep(): Unknown modifier '/' in %spreg_grep_error1.php on line %d
49 Warning: preg_grep(): Unknown modifier 'F' in %spreg_grep_error1.php on line %d
H A Dpreg_match_error1.phpt43 Warning: preg_match(): Unknown modifier '/' in %spreg_match_error1.php on line %d
48 Warning: preg_match(): Unknown modifier 'F' in %spreg_match_error1.php on line %d
H A Dpreg_split_error1.phpt43 Warning: preg_split(): Unknown modifier '/' in %spreg_split_error1.php on line %d
48 Warning: preg_split(): Unknown modifier 'F' in %spreg_split_error1.php on line %d
H A Dpreg_match_all_error1.phpt47 Warning: preg_match_all(): Unknown modifier '/' in %spreg_match_all_error1.php on line %d
53 Warning: preg_match_all(): Unknown modifier 'F' in %spreg_match_all_error1.php on line %d
H A Ddelimiters.phpt33 Warning: preg_match(): Unknown modifier 'z' in %sdelimiters.php on line 10
H A D002.phpt36 Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead …
H A Drequest47456.phpt4 The J modifier is supposed to be identical to the internal option (?J), so we're
/PHP-7.1/ext/dba/tests/
H A Ddba016.phpt2 DBA lock modifier error message test
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt91 // The 'G' modifier is available since PHP 5.1.0
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt3340 the /g modifier. It is possible to emulate Perl's behaviour after
4653 modifier is set, Perl allows white space between ( and ? (though cur-
5436 classified as a modifier or "other".
7370 pcretest output, where the /K modifier requests the retrieval and out-
9943 modifier description Perl corresponding
9956 "?:" modifier within the pattern itself. e.g. (?:ab|cd) does not cap-
9959 For a full account on how each modifier works, please check the PCRE
9962 For each modifier, there are two member functions whose name is made
9963 out of the modifier in lowercase, without the "PCRE_" prefix. For
9968 which returns true if the modifier is set, and
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog193 3. If a pattern in pcretest input had the P (POSIX) modifier followed by an
194 unrecognized modifier, a crash could occur.
609 have the modifier quality were involved, e.g. Hangul syllables.
611 (b) If the match point in a subject started with modifier character, and
3391 (using the /L modifier). In this case, it uses isprint() to decide.
5361 1. Add support for the /+ modifier to perltest (to output $` like it does in
5364 2. Add support for the /g modifier to perltest.
/PHP-7.1/
H A DNEWS3674 modifier. (Guilherme Blanco)
3751 . Added "v" DateTime format modifier to get the 3-digit version of fraction
3961 . Removed support for the /e (PREG_REPLACE_EVAL) modifier. (Nikita)
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput26566 Unknown modifier at: <bad>
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic20615 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
20630 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
H A Dmagic私はガラスを食べられます20615 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
20630 # .Q modifier, we just use the bottom four bytes as an offset. Note that if

Completed in 146 milliseconds

12