Searched refs:separators (Results 1 – 25 of 25) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | gdhelpers.c | 12 #define SEP_TEST (separators[*((unsigned char *) s)]) 17 char separators[256]; in gd_strtok_r() local 19 memset (separators, 0, sizeof (separators)); in gd_strtok_r() 22 separators[*((unsigned char *) sep)] = 1; in gd_strtok_r()
|
/PHP-8.3/Zend/tests/ |
H A D | bug78454_1.phpt | 2 Invalid consecutive numeric separators after hex literal
|
H A D | bug78454_2.phpt | 2 Invalid consecutive numeric separators after binary literal
|
H A D | namespaced_name_whitespace.phpt | 2 Whitespace between namespace separators is no longer allowed
|
/PHP-8.3/ext/filter/tests/ |
H A D | bug51368.phpt | 2 FR #51368 (php_filter_float does not allow custom thousand separators)
|
H A D | 049.phpt | 2 filter_var() and doubles with thousend separators
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | mkdir_variation5.phpt | 37 //trailing separators 41 // multiple separators
|
H A D | rmdir_variation3.phpt | 32 //trailing separators 36 // multiple separators
|
H A D | mkdir_variation5-win32.phpt | 39 //trailing separators 43 // multiple separators
|
H A D | rmdir_variation3-win32.phpt | 39 //trailing separators 43 // multiple separators
|
H A D | unlink_variation8-win32.phpt | 39 //trailing separators 43 // multiple separators
|
H A D | unlink_variation9-win32.phpt | 40 //trailing separators 44 // multiple separators
|
H A D | unlink_variation10.phpt | 34 // multiple separators
|
H A D | touch_variation5.phpt | 36 //trailing separators 40 // multiple separators
|
H A D | touch_variation5-win32.phpt | 36 //trailing separators 40 // multiple separators
|
H A D | unlink_variation8.phpt | 41 //trailing separators 45 // multiple separators
|
H A D | touch_variation6-win32.phpt | 39 //trailing separators 43 // multiple separators
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.stub.php | 2448 function ucwords(string $string, string $separators = " \t\r\n\f\v"): string {}
|
H A D | basic_functions_arginfo.h | 962 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, separators, IS_STRING, 0, "\" \\t\\r\\n\\f\\v\"")
|
/PHP-8.3/build/ |
H A D | libtool.m4 | 1499 # path with ; separators, and with drive letters. We can handle the 2043 # Look at the argument we got. We use all the common list separators. 2083 # Look at the argument we got. We use all the common list separators. 2124 # Look at the argument we got. We use all the common list separators.
|
/PHP-8.3/docs/ |
H A D | release-process.md | 173 > separators.
|
/PHP-8.3/ |
H A D | php.ini-development | 1113 ; Use mixed LF and CRLF line separators to keep compatibility with some
|
H A D | php.ini-production | 1115 ; Use mixed LF and CRLF line separators to keep compatibility with some
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 35904 # [carriage return] as separators, not only line end.
|
H A D | magic私はガラスを食べられます | 35904 # [carriage return] as separators, not only line end.
|
Completed in 227 milliseconds