Home
last modified time | relevance | path

Searched refs:space (Results 26 – 50 of 148) sorted by relevance

123456

/PHP-5.5/ext/ereg/tests/
H A D009.phpt5 $a=split("[[:space:]]","this is a
H A Dsplit_variation_004.phpt17 $pattern = '[[:space:]]';
H A Dspliti_variation_004.phpt17 $pattern = '[[:space:]]';
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt32 \"space\": \" \",
115 "space": " ",
197 ["space"]=>
335 ["space"]=>
432 …54321,"e":1.23456789e-13,"E":1.23456789e+34,"_empty_":0,"zero":0,"one":1,"space":" ","quote":"\"",…
434 …:-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"",…
477 ["space"]=>
615 ["space"]=>
H A Dpass001.1.phpt39 \"space\": \" \",
127 "space": " ",
215 ["space"]=>
396 ["space"]=>
534 …3,"E":1.23456789e+34,"_empty_":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"",…
536 …6789e-13,"E":1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"",…
581 ["space"]=>
762 ["space"]=>
H A Dpass001.1_64bit.phpt39 \"space\": \" \",
127 "space": " ",
215 ["space"]=>
396 ["space"]=>
534 …3,"E":1.23456789e+34,"_empty_":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"",…
536 …6789e-13,"E":1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"",…
581 ["space"]=>
762 ["space"]=>
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation3.phpt30 "copy variation3.tmp", //file name containing blank space
31 " copy_variation3.tmp", //file name starts with blank space
33 " ", //blank space as file name
H A Dreadlink_realpath_variation3.phpt20 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space
46 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
H A Duserstreams_006.phpt2 User-space streams: set_options returns "not implemented" for unhandled option types
H A Dmkdir_variation1-win32.phpt77 'single space' => ' ',
120 --single space--
H A Dmkdir_variation1.phpt76 'single space' => ' ',
119 --single space--
H A Drmdir_variation1.phpt77 'single space' => ' ',
124 --single space--
H A Drealpath_variation-win32.phpt49 echo "\n*** Testing realpath() with filename as empty string, NULL and single space ***\n";
89 *** Testing realpath() with filename as empty string, NULL and single space ***
H A Drmdir_variation1-win32.phpt77 'single space' => ' ',
124 --single space--
H A Duserstreams_007.phpt2 User-space streams: test metadata option
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt10 setcookie('name', 'space value');
24 'Set-Cookie: name=space+value',
/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt2 bug 40459 - Test whether the constructor of the user-space stream wrapper is called when stream fun…
5 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split-compat-01.phpt11 $a=mb_split("[[:space:]]","this is a
/PHP-5.5/ext/filter/tests/
H A D022.phpt10 var_dump(filter_var("white space here \ \ \" som more", FILTER_SANITIZE_EMAIL));
/PHP-5.5/ext/date/tests/
H A DDateTime_extends_basic3.phpt2 Test DateTime class inheritance : with user space fromat() method
/PHP-5.5/ext/ctype/tests/
H A Dctype_graph_basic.phpt8 * Description: Checks for any printable character(s) except space
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt21 echo "\n-- Testing wordwrap() with default break value and single space as value --\n";
46 -- Testing wordwrap() with default break value and single space as value --
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62479.phpt49 // Create temp user with space in password
60 // Create a user with a space and single quote
/PHP-5.5/ext/ftp/tests/
H A Dftp_nb_get_large.phpt10 die('not enough disk space');
/PHP-5.5/main/
H A Dphp_variables.c456 char *ss, *space; in php_build_argv() local
483 space = strchr(ss, '+'); in php_build_argv()
484 if (space) { in php_build_argv()
485 *space = '\0'; in php_build_argv()
499 if (space) { in php_build_argv()
500 *space = '+'; in php_build_argv()
501 ss = space + 1; in php_build_argv()
503 ss = space; in php_build_argv()

Completed in 46 milliseconds

123456