Home
last modified time | relevance | path

Searched refs:escape (Results 126 – 137 of 137) sorted by relevance

123456

/php-src/ext/standard/
H A Dbasic_functions.stub.php2580 …string $string, string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array {}
2886 …rray $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\", string $eo…
2893 …ength = null, string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array|fal…
H A Dbasic_functions_arginfo.h1021 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, escape, IS_STRING, 0, "\"\\\\\"")
1332 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, escape, IS_STRING, 0, "\"\\\\\"")
1341 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, escape, IS_STRING, 0, "\"\\\\\"")
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt205 …\$(B\x21\x21", "\x30\x00", 'ISO-2022-JP-KDDI', 'UTF-16BE', false); // Try ESC $ ( B escape sequence
/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/standard/tests/general_functions/
H A Dprint_r.phpt99 "1234\t\n5678\n\t9100\"abcda" // strings with escape characters
H A Dprint_r_64bit.phpt103 "1234\t\n5678\n\t9100\"abcda" // strings with escape characters
H A Dvar_dump.phpt97 "1234\t\n5678\n\t9100\"abcda" // strings with escape characters
H A Dvar_dump_64bit.phpt97 "1234\t\n5678\n\t9100\"abcda" // strings with escape characters
/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/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/fileinfo/tests/
H A Dmagic私はガラスを食べられます19858 # most frequent byte, xx and zz are runlength escape codes, where xx is
H A Dmagic19858 # most frequent byte, xx and zz are runlength escape codes, where xx is

Completed in 245 milliseconds

123456