Home
last modified time | relevance | path

Searched refs:space (Results 76 – 100 of 132) sorted by relevance

123456

/PHP-8.2/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt29 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt );
H A Dmb_ereg_variation4.phpt32 '[[:space:]]+',
H A Dmb_ereg_variation3.phpt30 "\t" => '[[:space:]]+', /*10*/
/PHP-8.2/ext/random/tests/01_functions/
H A Dmt_rand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
H A Drand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
/PHP-8.2/ext/standard/tests/array/
H A Duasort_variation3.phpt56 " " => 0, // space as key
/PHP-8.2/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm71 ; reserve space for context-data on context-stack
H A Djump_ppc64_sysv_xcoff_gas.S81 # reserve space on stack
H A Djump_ppc32_sysv_xcoff_gas.S68 # reserve space on stack
H A Djump_mips32_o32_elf_gas.S48 # reserve space on stack
H A Djump_mips64_n64_elf_gas.S55 # reserve space on stack
H A Dmake_ppc32_sysv_elf_gas.S66 # reserve space on context-stack, including 16 bytes of linkage
/PHP-8.2/ext/standard/tests/strings/
H A Dltrim.phpt27 …var_dump ( ltrim(" ltrim test", " ") ); /* with single space as second Arg…
H A Drtrim.phpt12 …var_dump ( rtrim("rtrim test ", " ") ); /* with single space as second Arg…
H A Dchunk_split_variation4.phpt39 // heredoc with different white space characters
H A Dstr_split_variation5.phpt39 // heredoc with different white space characters
/PHP-8.2/ext/standard/tests/file/
H A Dbug81145.phpt7 if (disk_free_space(__DIR__) < 0x220000000) die("skip insuffient disk space");
H A Dfile_get_contents_file_put_contents_5gb.phpt41 die('skip Reason: Insufficient disk space (less than 10GB)');
/PHP-8.2/ext/pcre/tests/
H A Dpreg_replace_basic.phpt13 …espace around them and replaces them with a full stop precedeby no spaces and followed by one space
H A Dpreg_replace_edit_basic.phpt21 …espace around them and replaces them with a full stop precedeby no spaces and followed by one space
/PHP-8.2/ext/standard/tests/http/
H A Dbug47021.phpt68 // Trailing space at end of header
/PHP-8.2/ext/standard/tests/mail/
H A Dbug72964.phpt2 Bug #72964 (White space not unfolded for CC/Bcc headers)
H A Dbug80706.phpt2 Bug #72964 (White space not unfolded for CC/Bcc headers)
/PHP-8.2/main/
H A Dphp_variables.c684 const char *space = strchr(s, '+'); in php_build_argv() local
686 ZVAL_STRINGL(&tmp, s, space ? space - s : strlen(s)); in php_build_argv()
691 if (!space) { in php_build_argv()
694 s = space + 1; in php_build_argv()
/PHP-8.2/sapi/cli/tests/
H A Dupload_2G.phpt12 die("skip need more than 2.15G of free disk space for the uploaded file");

Completed in 49 milliseconds

123456