Searched refs:quo (Results 1 – 4 of 4) sorted by relevance
59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…67 string(91) "This is t\to test ch\tunk_split\t() with v\tarious 's\tingle quo\tted' endi\tng string\…69 string(91) "This is t\no test ch\nunk_split\n() with v\narious 's\ningle quo\nted' endi\nng string\…71 string(91) "This is t\ro test ch\runk_split\r() with v\rarious 's\ringle quo\rted' endi\rng string\…73 string(109) "This is t\r\no test ch\r\nunk_split\r\n() with v\r\narious 's\r\ningle quo\r\nted' end…75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…79 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te…81 …) ending string (() with v) ending string (arious 's) ending string (ingle quo) ending string (ted…83 …lit) numbers 1234 (() with v) numbers 1234 (arious 's) numbers 1234 (ingle quo) numbers 1234 (ted'…[all …]
55 string(43) "It's ????strin????g wit????h quo????tes????"
81 string(5) "h quo"
316 pdo_uint64_t quo = (pdo_uint64_t)i64 / (unsigned int)10; in php_pdo_int64_to_str() local317 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str()319 i64 = (pdo_int64_t)quo; in php_pdo_int64_to_str()323 zend_long quo = long_val / 10; in php_pdo_int64_to_str() local324 *--p = digit_vec[(unsigned int)(long_val - quo * 10)]; in php_pdo_int64_to_str()325 long_val = quo; in php_pdo_int64_to_str()
Completed in 10 milliseconds