Home
last modified time | relevance | path

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

123456

/PHP-7.0/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-7.0/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 Dbug71287.phpt19 Warning: file_put_contents(): Only 7 of 9 bytes written, possibly out of free disk space in %sbug71…
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-7.0/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…
7 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/PHP-7.0/ext/sysvshm/tests/
H A Dbug72858.phpt19 Warning: shm_attach(): failed for key 0x64: Not enough space in %s on line %d
/PHP-7.0/ext/filter/tests/
H A D022.phpt10 var_dump(filter_var("white space here \ \ \" som more", FILTER_SANITIZE_EMAIL));
/PHP-7.0/ext/mbstring/tests/
H A Dmb_split-compat-01.phpt11 $a=mb_split("[[:space:]]","this is a
/PHP-7.0/ext/date/tests/
H A DDateTime_extends_basic3.phpt2 Test DateTime class inheritance : with user space fromat() method
/PHP-7.0/ext/standard/tests/network/
H A Dsetcookie.phpt11 setcookie('name', 'space value');
26 'Set-Cookie: name=space+value',
/PHP-7.0/ext/ctype/tests/
H A Dctype_graph_basic.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.0/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-7.0/main/
H A Dphp_variables.c537 char *ss, *space; in php_build_argv() local
557 space = strchr(ss, '+'); in php_build_argv()
558 if (space) { in php_build_argv()
559 *space = '\0'; in php_build_argv()
567 if (space) { in php_build_argv()
568 *space = '+'; in php_build_argv()
569 ss = space + 1; in php_build_argv()
571 ss = space; in php_build_argv()
/PHP-7.0/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-7.0/ext/ftp/tests/
H A Dftp_nb_get_large.phpt10 die('not enough disk space');
/PHP-7.0/ext/standard/
H A Dfilestat.c110 static int php_disk_total_space(char *path, double *space) /* {{{ */ in php_disk_total_space() argument
165 *space = bytestotal; in php_disk_total_space()
177 *space = bytestotal;
211 *space = bytestotal;
241 static int php_disk_free_space(char *path, double *space) /* {{{ */ in php_disk_free_space() argument
297 *space = bytesfree; in php_disk_free_space()
309 *space = bytesfree;
346 *space = bytesfree;

Completed in 45 milliseconds

123456