Searched refs:braced (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/Zend/tests/ |
H A D | bug60099.phpt | 2 Bug #60099 (__halt_compiler() works in braced namespaces)
|
H A D | heredoc_006.phpt | 2 braced complex variable replacement test (heredoc)
|
H A D | heredoc_007.phpt | 2 braced and unbraced complex variable replacement test (heredoc)
|
H A D | nowdoc_006.phpt | 2 braced complex variable replacement test (nowdoc)
|
H A D | nowdoc_007.phpt | 2 braced and unbraced complex variable replacement test (nowdoc)
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | ucwords_variation5.phpt | 13 var_dump(ucwords('test(braced)words', '()'));
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 1033 BOOL braced, negated, overflow; in check_escape() local 1128 braced = TRUE; in check_escape() 1131 else braced = FALSE; in check_escape() 1160 if (braced && *(++ptr) != CHAR_RIGHT_CURLY_BRACKET) in check_escape()
|
H A D | ChangeLog | 1531 31. If \k was not followed by a braced, angle-bracketed, or quoted name, PCRE 1562 38. PCRE was giving an error for \N with a braced quantifier such as {1,} (this
|
/PHP-5.4/ext/pcre/pcrelib/testdata/ |
H A D | testoutput2 | 8097 Failed: \g is not followed by a braced, angle-bracketed, or quoted name/number or by a plain number… 9121 Failed: \k is not followed by a braced, angle-bracketed, or quoted name at offset 2 9124 Failed: \k is not followed by a braced, angle-bracketed, or quoted name at offset 5 9172 Failed: \g is not followed by a braced, angle-bracketed, or quoted name/number or by a plain number… 14079 Failed: \g is not followed by a braced, angle-bracketed, or quoted name/number or by a plain number… 14082 Failed: \g is not followed by a braced, angle-bracketed, or quoted name/number or by a plain number…
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2463 57 \g is not followed by a braced, angle-bracketed, or quoted 2478 69 \k is not followed by a braced, angle-bracketed, or quoted name 8211 braced or unbraced hexadecimal escape sequences (for example, \x{b3} or 8212 \xb3). Larger values have to use braced sequences.
|
/PHP-5.4/ |
H A D | NEWS | 2601 . Fixed bug #60099 (__halt_compiler() works in braced namespaces). (Felipe)
|
Completed in 124 milliseconds