Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt53 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "
59 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…
61 string(91) "This is t\to test ch\tunk_split\t() with v\tarious 's\tingle quo\tted' endi\tng string\…
63 string(91) "This is t\no test ch\nunk_split\n() with v\narious 's\ningle quo\nted' endi\nng string\…
65 string(91) "This is t\ro test ch\runk_split\r() with v\rarious 's\ringle quo\rted' endi\rng string\…
67 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…
69 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…
73 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te…
75 …) ending string (() with v) ending string (arious 's) ending string (ingle quo) ending string (ted…
77 …lit) numbers 1234 (() with v) numbers 1234 (arious 's) numbers 1234 (ingle quo) numbers 1234 (ted'…
[all …]
H A Dchunk_split_variation7.phpt49 string(43) "It's ????strin????g wit????h quo????tes????"
H A Dstr_split_variation4.phpt73 string(5) "h quo"
/PHP-8.0/ext/pdo/
H A Dpdo.c275 pdo_uint64_t quo = (pdo_uint64_t)i64 / (unsigned int)10; in php_pdo_int64_to_str() local
276 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str()
278 i64 = (pdo_int64_t)quo; in php_pdo_int64_to_str()
282 zend_long quo = long_val / 10; in php_pdo_int64_to_str() local
283 *--p = digit_vec[(unsigned int)(long_val - quo * 10)]; in php_pdo_int64_to_str()
284 long_val = quo; in php_pdo_int64_to_str()

Completed in 9 milliseconds