/PHP-7.1/ext/filter/tests/ |
H A D | 055.phpt | 9 array("01-23-45-67-89-ab", array("options" => array("separator" => "-"))), 10 array("01-23-45-67-89-ab", array("options" => array("separator" => "."))), 11 array("01-23-45-67-89-ab", array("options" => array("separator" => ":"))), 20 array("01-23-45-67-89-ab", array("options" => array("separator" => "--"))), 21 array("01-23-45-67-89-ab", array("options" => array("separator" => ""))),
|
H A D | 031.phpt | 56 Warning: filter_var(): decimal separator must be one char in %s on line %d
|
/PHP-7.1/ext/mbstring/ |
H A D | mb_gpc.c | 56 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local 129 separator = (char *) estrdup(PG(arg_separator).input); in ZEND_EXTERN_MODULE_GLOBALS() 132 separator = ";\0"; in ZEND_EXTERN_MODULE_GLOBALS() 152 info.separator = separator; in ZEND_EXTERN_MODULE_GLOBALS() 183 efree(separator); in ZEND_EXTERN_MODULE_GLOBALS() 219 for (s2=info->separator; *s2 != '\0'; s2++) { in _php_mb_encoding_handler_ex() 233 var = php_strtok_r(res, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex() 253 var = php_strtok_r(NULL, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex() 370 info.separator = "&"; in SAPI_POST_HANDLER_FUNC()
|
H A D | mb_gpc.h | 33 const char *separator; member
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | explode_variation6.phpt | 15 echo "\n-- positive limit with null separator --\n"; 18 echo "\n-- negative limit (since PHP 5.1) with null separator --\n"; 46 -- positive limit with null separator -- 50 -- negative limit (since PHP 5.1) with null separator --
|
H A D | bug24098.phpt | 4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
|
/PHP-7.1/ext/standard/tests/math/ |
H A D | number_format_multichar.phpt | 2 Test number_format() - multiple character separator support 24 echo "\n number_format tests.....multiple character thousand separator\n"; 51 number_format tests.....multiple character thousand separator
|
H A D | bug28228.phpt | 2 Bug #28228 (number_format() does not allow empty decimal separator)
|
/PHP-7.1/sapi/phpdbg/tests/ |
H A D | bug73794.phpt | 2 Bug #73794 (Crash (out of memory) when using run and # command separator)
|
/PHP-7.1/ext/pdo_pgsql/tests/ |
H A D | copy_to.phpt | 38 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n"; 55 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n"; 94 Testing pgsqlCopyToArray() with different field separator and not null indicator 125 Testing pgsqlCopyToFile() with different field separator and not null indicator
|
H A D | copy_from.phpt | 49 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n"; 86 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n"; 173 Testing pgsqlCopyFromArray() with different field separator and not null indicator 307 Testing pgsqlCopyFromFile() with different field separator and not null indicator
|
/PHP-7.1/Zend/tests/ |
H A D | ns_096.phpt | 2 Group use declaration list should not contain leading separator
|
/PHP-7.1/ext/date/tests/ |
H A D | gmdate_variation10.phpt | 29 echo "\n-- Testing gmdate() function with Difference to GMT in hours using colon as separator forma… 58 -- Testing gmdate() function with Difference to GMT in hours using colon as separator format --
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | tempnam_variation3-win32.phpt | 39 /* prefix with path separator of a non existing directory*/ 55 /* prefix with path separator of a non existing directory*/
|
H A D | readfile_variation10.phpt | 33 /* prefix with path separator of a non existing directory*/
|
H A D | file_get_contents_variation8-win32.phpt | 33 /* prefix with path separator of a non existing directory*/
|
H A D | file_get_contents_variation8.phpt | 32 /* prefix with path separator of a non existing directory*/
|
H A D | readfile_variation10-win32.phpt | 32 /* prefix with path separator of a non existing directory*/
|
H A D | file_put_contents_variation8-win32.phpt | 31 /* prefix with path separator of a non existing directory*/
|
H A D | tempnam_variation3.phpt | 32 /* prefix with path separator of a non existing directory*/
|
H A D | rename_variation13.phpt | 36 /* prefix with path separator of a non existing directory*/
|
H A D | rename_variation13-win32.phpt | 33 /* prefix with path separator of a non existing directory*/
|
/PHP-7.1/ext/filter/ |
H A D | logical_filters.c | 871 char separator; in php_filter_validate_mac() local 889 separator = '.'; in php_filter_validate_mac() 894 separator = '-'; in php_filter_validate_mac() 899 separator = ':'; in php_filter_validate_mac() 904 if (exp_separator_set && separator != exp_separator[0]) { in php_filter_validate_mac() 915 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
|
/PHP-7.1/main/ |
H A D | php_variables.c | 389 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local 455 separator = (char *) estrdup(PG(arg_separator).input); in SAPI_TREAT_DATA_FUNC() 458 separator = ";\0"; in SAPI_TREAT_DATA_FUNC() 462 var = php_strtok_r(res, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC() 507 var = php_strtok_r(NULL, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC() 511 efree(separator); in SAPI_TREAT_DATA_FUNC()
|
/PHP-7.1/Zend/ |
H A D | zend_ast.c | 756 static void zend_ast_export_list(smart_str *str, zend_ast_list *list, int separator, int priority, … in zend_ast_export_list() argument 761 if (i != 0 && separator) { in zend_ast_export_list() 798 …end_ast_export_name_list_ex(smart_str *str, zend_ast_list *list, int indent, const char *separator) in zend_ast_export_name_list_ex() argument 804 smart_str_appends(str, separator); in zend_ast_export_name_list_ex()
|