Home
last modified time | relevance | path

Searched refs:quo (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt59 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 …]
H A Dchunk_split_variation7.phpt55 string(43) "It's ????strin????g wit????h quo????tes????"
H A Dstr_split_variation4.phpt81 string(5) "h quo"
/PHP-7.0/ext/pdo/
H A Dpdo.c331 pdo_uint64_t quo = (pdo_uint64_t)i64 / (unsigned int)10; in php_pdo_int64_to_str() local
332 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str()
334 i64 = (pdo_int64_t)quo; in php_pdo_int64_to_str()
338 zend_long quo = long_val / 10; in php_pdo_int64_to_str() local
339 *--p = digit_vec[(unsigned int)(long_val - quo * 10)]; in php_pdo_int64_to_str()
340 long_val = quo; in php_pdo_int64_to_str()

Completed in 10 milliseconds