Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 137) sorted by path

123456

/php-src/Zend/Optimizer/
H A Dsccp.c2007 static void join_phi_values(zval *a, zval *b, bool escape) { in join_phi_values() argument
2027 if (escape || join_partial_objects(a, b) == FAILURE) { in join_phi_values()
/php-src/Zend/tests/
H A Dbug31341.phpt2 Bug #31341 (escape on curly inconsistent)
H A Dbug60350.phpt2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
H A Dheredoc_015.phpt2 Testing heredoc with escape sequences
H A Dheredoc_016.phpt2 Testing heredoc (double quotes) with escape sequences
H A Dnowdoc_016.phpt2 Testing nowdocs with escape sequences
H A Doct_overflow_char.phpt10 Warning: Octal escape sequence overflow \542 is greater than \377 in %s%eoct_overflow_char.php on l…
H A Drequire_parse_exception.phpt50 Invalid UTF-8 codepoint escape sequence on line 2
51 Invalid UTF-8 codepoint escape sequence: Codepoint too large on line 2
H A Dwarning_during_heredoc_scan_ahead.phpt13 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
15 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
/php-src/build/
H A Dgen_stub.php1482 … $docComment = $this->exposedDocComment ? '"' . $this->exposedDocComment->escape() . '"' : "NULL";
2751 $escapedComment = $this->exposedDocComment->escape();
2971 $escapedComment = $this->exposedDocComment->escape();
3258 …>doc_comment = zend_string_init_interned(\"" . $this->exposedDocComment->escape() . "\", " . $this…
4055 public function escape(): string { function in ExposedDocComment
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_escape_attribute.phpt2 DOM\HTMLDocument serialization escape attribute
H A DHTMLDocument_escape_nbsp.phpt2 DOM\HTMLDocument serialization escape nbsp
H A DHTMLDocument_serialize_text_01.phpt2 DOM\HTMLDocument serialization escape text 01
H A DHTMLDocument_serialize_text_02.phpt2 DOM\HTMLDocument serialization escape text 02 - special tags in html namespace
H A DHTMLDocument_serialize_text_03.phpt2 DOM\HTMLDocument serialization escape text 03 - special tags in namespace should encode content
/php-src/ext/fileinfo/tests/
H A Dmagic19858 # most frequent byte, xx and zz are runlength escape codes, where xx is
H A Dmagic私はガラスを食べられます19858 # most frequent byte, xx and zz are runlength escape codes, where xx is
/php-src/ext/json/tests/
H A Dbug62010.phpt13 string(50) "Single unpaired UTF-16 surrogate in unicode escape"
H A Dfail001.phpt21 '["Illegal backslash escape: \\x15"]',
22 '["Illegal backslash escape: \\\'"]',
23 '["Illegal backslash escape: \\017"]',
113 Testing: ["Illegal backslash escape: \x15"]
118 Testing: ["Illegal backslash escape: \'"]
123 Testing: ["Illegal backslash escape: \017"]
/php-src/ext/ldap/
H A Dldap.c3799 …oid php_ldap_escape_map_set_chars(bool *map, const char *chars, const size_t charslen, char escape) in php_ldap_escape_map_set_chars() argument
3803 map[(unsigned char) chars[i++]] = escape; in php_ldap_escape_map_set_chars()
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt237 /* Test alternative escape sequence to select CP932 */
367 echo "Invalid escape sequences OK\n";
402 Invalid escape sequences OK
H A Dencoding_tests.inc133 // way, without any escape sequences
H A Dgh10648.phpt10 'ISO-2022-JP bytes without escape sequence' => '1b24422422', // 'ア' in JIS
11 'JIS X 0201 7bit kana with escape sequence' => '1b2849311b2842', // 'ア' in JIS
19 'JIS C 6220-1969 ESC ( H' => '1b284a1b2848', // an escape sequence transitioning to ASCII
20 … 'SO/SI when not in ASCII mode' => '1b284a0e0f1b2842', // an escape sequence transitioning to ASCII
47 ISO-2022-JP bytes without escape sequence
57 JIS X 0201 7bit kana with escape sequence
H A Dgh9535.phpt58 // For ISO-2022-KR, the initial escape sequence 'ESC $ ) C' will occupy 4 bytes of the output;
71 // ISO-2022-KR will be affected by the initial escape sequence as stated above
H A Dgh9535b.phpt2 Test output of mb_strcut for text encodings which use escape sequences

Completed in 332 milliseconds

123456