Home
last modified time | relevance | path

Searched refs:space (Results 101 – 125 of 143) sorted by relevance

123456

/PHP-7.0/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt26 ' ', //space
/PHP-7.0/ext/ctype/tests/
H A Dctype_graph_variation2.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.0/Zend/RFCs/
H A D002.txt32 space may be changed on a file-by-file basis. Symbols in other name
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2193 treated as white space.
5251 U+2002 En space
5252 U+2003 Em space
5256 U+2007 Figure space
5258 U+2009 Thin space
5259 U+200A Hair space
5882 space white space (the same as \s from PCRE 8.34)
7562 white space, consider:
7802 Perl and POSIX space are now the same. Perl added VT to its space char-
7841 blank space or tab
[all …]
/PHP-7.0/
H A DREADME.UNIX-BUILD-SYSTEM7 - does not waste disk-space/CPU-time for building temporary libraries
/PHP-7.0/Zend/
H A Dzend_execute.h288 ZEND_API const char *get_active_class_name(const char **space);
H A Dzend_execute.c911 const char *space = EX(func)->common.scope ? "::" : ""; in zend_verify_missing_arg() local
916 … for %s%s%s(), called in %s on line %d and defined", arg_num, class_name, space, func_name, ZSTR_V… in zend_verify_missing_arg()
918 zend_error(E_WARNING, "Missing argument %u for %s%s%s()", arg_num, class_name, space, func_name); in zend_verify_missing_arg()
/PHP-7.0/main/
H A Dmain.c738 const char *space = ""; in php_verror() local
808 class_name = get_active_class_name(&space); in php_verror()
814 origin_len = (int)spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
837 if (space[0] == '\0') { in php_verror()
/PHP-7.0/win32/build/
H A Dconfutils.js289 var space = "";
301 space += indent_char;
313 ret_text += space;
328 ret_text += space;
/PHP-7.0/ext/standard/tests/file/
H A Duserstreams.phpt2 User-space streams
/PHP-7.0/ext/intl/doc/
H A DTutorial.txt35 then s/he would use the value Variable_Top="\u0020" (space). The string should only be a
37 Variable_Top="\u3000" (ideographic space) has the same effect as Variable_Top="\u0020".
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput14162 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestinput1780 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestinput4565 /[[:^space:]]/8g
H A Dtestoutput14229 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestoutput1796 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestinput1536 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
3622 # quote, otherwise match up to next space
3631 # quote, otherwise match up to next space
3640 # quote, otherwise match up to next space
3671 /[[:space:]]+/
H A Dtestinput2682 /^[[:space:]]/DZ
917 /[[:space:]/I
921 /[[:space:]]/IDZ
923 /[[:space:]abcde]/IDZ
2891 # quote, otherwise match up to next space
H A Dtestinput7426 /[[:space:]]/WBZ
H A Dtestoutput4996 /[[:^space:]]/8g
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog64 15. The EBCDIC character 0x41 is a non-breaking space, equivalent to 0xa0 in
66 recognized as white space in EBCDIC.
79 space than the maximum.
654 characters that match \s and are generally treated as white space,
656 "Perl space" and "POSIX space". Whether VT is treated as white space in
1850 of \s, but is part of the POSIX "space" class.)
1990 (alphanumeric), Xsp (Perl space), Xps (POSIX space), and Xwd (word).
2781 [:^space:].
3905 \x0b, \x0c) from the [[:space:]] bitmap. Previously, however, the
4760 class [:space:] *does* include VT, thereby creating a mess.
[all …]
H A DNEWS56 are generally treated as white space, following this same change in Perl
57 5.18. There is now no difference between "Perl space" and "POSIX space".
H A Dpcre_jit_compile.c1066 int space, size, bracketlen; in set_private_data_ptrs() local
1071 space = 0; in set_private_data_ptrs()
1151 space = 1; in set_private_data_ptrs() local
1156 space = 2; in set_private_data_ptrs() local
1161 space = 2; in set_private_data_ptrs() local
1166 space = 1; in set_private_data_ptrs() local
1172 space = 2; in set_private_data_ptrs()
1178 space = 2; in set_private_data_ptrs()
1183 space = 2; in set_private_data_ptrs()
1190 space = get_class_iterator_size(cc + size); in set_private_data_ptrs()
[all …]
/PHP-7.0/ext/date/lib/
H A Dparse_iso_intervals.re271 space = [ \t]+;
/PHP-7.0/ext/opcache/
H A DREADME223 processes have to map shared memory into the same address space. This

Completed in 164 milliseconds

123456