Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-7.4/main/
H A Dphp_variables.c420 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
486 separator = PG(arg_separator).input; in SAPI_TREAT_DATA_FUNC()
489 separator = ";\0"; in SAPI_TREAT_DATA_FUNC()
493 var = php_strtok_r(res, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC()
539 var = php_strtok_r(NULL, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC()
/PHP-7.4/ext/filter/
H A Dlogical_filters.c954 char separator; in php_filter_validate_mac() local
972 separator = '.'; in php_filter_validate_mac()
977 separator = '-'; in php_filter_validate_mac()
982 separator = ':'; in php_filter_validate_mac()
987 if (exp_separator_set && separator != exp_separator[0]) { in php_filter_validate_mac()
998 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2176 info.separator = PG(arg_separator).input; in PHP_FUNCTION()
H A Dmb_gpc.c54 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local
120 separator = (char *) estrdup(PG(arg_separator).input); in ZEND_EXTERN_MODULE_GLOBALS()
123 separator = ";\0"; in ZEND_EXTERN_MODULE_GLOBALS()
143 info.separator = separator; in ZEND_EXTERN_MODULE_GLOBALS()
174 efree(separator); in ZEND_EXTERN_MODULE_GLOBALS()
210 for (s2=info->separator; *s2 != '\0'; s2++) { in _php_mb_encoding_handler_ex()
224 var = php_strtok_r(res, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex()
244 var = php_strtok_r(NULL, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex()
361 info.separator = "&"; in SAPI_POST_HANDLER_FUNC()
H A Dmb_gpc.h31 const char *separator; member
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2294 …case TIMELIB_FORMAT_SKIP_TO_SEPARATOR: /* random chars until a separator or number ([ \t.,:;/-0123…
2342 …add_pbf_error(s, TIMELIB_ERR_WRONG_FORMAT_SEP, "The format separator does not match", string, begi…
/PHP-7.4/build/
H A Dphp.m410 dnl Adds separator title into the configure --help display.
21 dnl Adds separator title configure output (idea borrowed from mm).
H A Dlibtool.m416 # Find the correct PATH separator. Usually this is :', but
1323 # if the path contains ";" then we assume it to be the separator
1324 # otherwise default to the standard path separator (i.e. ":") - it is
/PHP-7.4/
H A Dphp.ini-development619 ; The separator used in PHP generated URLs to separate arguments.
621 ; http://php.net/arg-separator.output
625 ; List of separator(s) used by PHP to parse input URLs into variables.
627 ; NOTE: Every character in this directive is considered as separator!
628 ; http://php.net/arg-separator.input
H A Dphp.ini-production619 ; The separator used in PHP generated URLs to separate arguments.
621 ; http://php.net/arg-separator.output
625 ; List of separator(s) used by PHP to parse input URLs into variables.
627 ; NOTE: Every character in this directive is considered as separator!
628 ; http://php.net/arg-separator.input
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2193 ZEND_ARG_INFO(0, separator)
H A Durl_scanner_ex.re185 …oid append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const char *separator)
267 smart_str_appends(dest, separator);
910 /* Check preceding separator */
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c470 pcre2_set_glob_separator(pcre2_convert_context *ccontext, uint32_t separator) in pcre2_set_glob_separator() argument
472 if (separator != CHAR_SLASH && separator != CHAR_BACKSLASH && in pcre2_set_glob_separator()
473 separator != CHAR_DOT) return PCRE2_ERROR_BADDATA; in pcre2_set_glob_separator()
474 ccontext->glob_separator = separator; in pcre2_set_glob_separator()
/PHP-7.4/Zend/
H A Dzend_ast.c1087 static ZEND_COLD void zend_ast_export_list(smart_str *str, zend_ast_list *list, int separator, int … in zend_ast_export_list() argument
1092 if (i != 0 && separator) { in zend_ast_export_list()
1129 …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
1135 smart_str_appends(str, separator); in zend_ast_export_name_list_ex()
/PHP-7.4/ext/standard/tests/strings/
H A Dexplode_variation6.phpt15 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 --
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_variation10-win32.phpt34 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10.phpt35 /* prefix with path separator of a non existing directory*/
H A Drename_variation13-win32.phpt35 /* prefix with path separator of a non existing directory*/
H A Drename_variation13.phpt38 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation3-win32.phpt41 /* prefix with path separator of a non existing directory*/
57 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation3.phpt34 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8.phpt34 /* prefix with path separator of a non existing directory*/
H A Dfile_put_contents_variation8-win32.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8-win32.phpt35 /* prefix with path separator of a non existing directory*/
/PHP-7.4/ext/filter/tests/
H A Dbug51368.phpt22 Warning: filter_var(): thousand separator must be at least one char in %s on line %d

Completed in 136 milliseconds

12