Home
last modified time | relevance | path

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

123456

/PHP-8.2/ext/date/lib/
H A Dparse_date.re1024 space = [ \t]+ | nbsp+ | nnbsp+;
1068 timetiny12 = hour12 space? meridian;
1069 timeshort12 = hour12[:.]minutelz space? meridian;
1070 timelong12 = hour12[:.]minute[:.]secondlz space? meridian;
1120 backof = 'back of ' hour24 (space? meridian)?;
1121 frontof = 'front of ' hour24 (space? meridian)?;
1145 relative = relnumber space? (reltextunit | 'week' );
1146 relativetext = (reltextnumber|reltexttext) space reltextunit;
1147 relativetextweek = reltexttext space 'week';
1149 weekdayof = (reltextnumber|reltexttext) space (dayfulls|dayfull|dayabbr) space 'of';
[all …]
H A Dparse_iso_intervals.re193 space = [ \t]+;
/PHP-8.2/ext/standard/tests/file/
H A Duserstreams_003.phpt2 User-space streams: stream_set_option()
H A Duserstreams.phpt2 User-space streams
/PHP-8.2/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt24 " ", //string with a space
/PHP-8.2/Zend/asm/
H A Djump_ppc64_sysv_macho_gas.S74 ; reserve space on stack
H A Djump_ppc64_sysv_elf_gas.S99 # reserve space on stack
H A Djump_ppc32_sysv_macho_gas.S80 ; reserve space on stack
/PHP-8.2/ext/standard/tests/array/
H A Darray_rand_variation4.phpt21 '12twelve' => 12.00, "" => 'empty string', " " => "space key"),
/PHP-8.2/Zend/
H A Dzend_execute_API.c497 ZEND_API const char *get_active_class_name(const char **space) /* {{{ */ in get_active_class_name() argument
502 if (space) { in get_active_class_name()
503 *space = ""; in get_active_class_name()
516 if (space) { in get_active_class_name()
517 *space = ce ? "::" : ""; in get_active_class_name()
522 if (space) { in get_active_class_name()
523 *space = ""; in get_active_class_name()
H A Dzend_execute.h338 ZEND_API const char *get_active_class_name(const char **space);
H A Dzend_API.c94 const char *space; in zend_wrong_param_count() local
95 const char *class_name = get_active_class_name(&space); in zend_wrong_param_count()
97 …zend_argument_count_error("Wrong parameter count for %s%s%s()", class_name, space, get_active_func… in zend_wrong_param_count()
365 const char *space; in zend_unexpected_extra_named_error() local
366 const char *class_name = get_active_class_name(&space); in zend_unexpected_extra_named_error()
368 class_name, space, get_active_function_name()); in zend_unexpected_extra_named_error()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_gdb.c128 uint8_t space[4096]; member
475 ctx->p = obj->space; in zend_gdbjit_buildobj()
/PHP-8.2/ext/mbstring/tests/
H A Dmb_convert_kana.phpt37 echo "Convert ASCII space to full-width: ", bin2hex(mb_convert_kana("\x00 ", 'S', 'UTF-16BE')), "\n…
163 Convert ASCII space to full-width: 3000
H A Dsjis_mobile_encodings.phpt312 // Regression test for problem with not allocating enough space in output buffer
344 // Regression test for not making enough space in output buffer when 0-9 appeared
/PHP-8.2/docs/
H A Dunix-build-system.md6 * does not waste disk-space/CPU-time for building temporary libraries =>
H A Drelease-process.md379 # Please select appropriate categories, separated with space: 0
/PHP-8.2/main/
H A Dmain.c941 const char *space = ""; in php_verror() local
1004 class_name = get_active_class_name(&space); in php_verror()
1013 origin_len = (int)spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
1036 if (space[0] == '\0') { in php_verror()
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic6944 >0 regex \^[[:space:]]*extern[[:space:]]+ C source text
6971 >0 regex \^[[:space:]]*template[[:space:]]*<.*>[[:space:]]*$ C++ source text
6975 >0 regex \^[[:space:]]*virtual[[:space:]]+.*[};][[:space:]]*$ C++ source text
6980 >0 regex \^[[:space:]]*class[[:space:]]+[[:digit:][:alpha:]:_]+[[:space:]]*\\{(.*[\n]*)*\\}(;)?$ C…
11735 # display 1 space
12247 # display 1 space
14147 0 regex \[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\)
14153 0 regex \^:[[:space:]].*[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\)[[:space:]].…
29840 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+'
29845 0 regex \^[[:space:]]*(class|module)[[:space:]][A-Z]
[all …]
H A Dmagic私はガラスを食べられます6944 >0 regex \^[[:space:]]*extern[[:space:]]+ C source text
6971 >0 regex \^[[:space:]]*template[[:space:]]*<.*>[[:space:]]*$ C++ source text
6975 >0 regex \^[[:space:]]*virtual[[:space:]]+.*[};][[:space:]]*$ C++ source text
6980 >0 regex \^[[:space:]]*class[[:space:]]+[[:digit:][:alpha:]:_]+[[:space:]]*\\{(.*[\n]*)*\\}(;)?$ C…
11735 # display 1 space
12247 # display 1 space
14147 0 regex \[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\)
14153 0 regex \^:[[:space:]].*[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\)[[:space:]].…
29840 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+'
29845 0 regex \^[[:space:]]*(class|module)[[:space:]][A-Z]
[all …]
/PHP-8.2/win32/build/
H A Dconfutils.js288 var space = "";
300 space += indent_char;
312 ret_text += space;
327 ret_text += space;
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1757 int space, size, bracketlen; in set_private_data_ptrs() local
1762 space = 0; in set_private_data_ptrs()
1847 space = 1; in set_private_data_ptrs()
1852 space = 2; in set_private_data_ptrs()
1857 space = 2; in set_private_data_ptrs()
1862 space = 1; in set_private_data_ptrs()
1868 space = 2; in set_private_data_ptrs()
1874 space = 2; in set_private_data_ptrs()
1879 space = 2; in set_private_data_ptrs()
1885 space = get_class_iterator_size(cc + size); in set_private_data_ptrs()
[all …]
/PHP-8.2/build/
H A Dlibtool.m43304 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
3881 # Some compilers place space between "-{L,R}" and the path.
3882 # Remove the space.
5363 # include_expsyms should be a list of space-separated symbols to be *always*
5503 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
5856 # extra space).
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2145 file_error(ms, 0, "Output buffer space exceeded %d+%zu", len,
2757 * some overlapping space for matches near EOF
/PHP-8.2/
H A DNEWS1120 non-breaking space characters). (Derick)
1122 extra space). (nielsdos, Derick)

Completed in 228 milliseconds

123456