Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 148) sorted by last modified time

123456

/PHP-5.5/win32/build/
H A Dconfutils.js264 var space = "";
276 space += indent_char;
288 ret_text += space;
303 ret_text += space;
/PHP-5.5/win32/
H A Dinstall.txt800 requests are running in the same process space (the space of the web
801 server itself) and this space has only one environment. If you want to
1479 configuration where PHP is running in its own memory space.
/PHP-5.5/sapi/tux/
H A DREADME9 The web-server provides a user-space API which allows arbitrary
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI76 FastCGI binaries. We'll use /space/fcgi-bin/ for this example. Remember to
80 ScriptAlias /fcgi-bin/ /space/fcgi-bin/
91 Alias /fcgi-bin/ /space/fcgi-bin/
/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()
H A Dmain.c707 const char *space = ""; in php_verror() local
765 class_name = get_active_class_name(&space TSRMLS_CC); in php_verror()
771 origin_len = spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
795 if (space[0] == '\0') { in php_verror()
/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 --
H A Dtrim_basic.phpt17 echo "\n-- Trim string with all white space characters --\n";
23 echo "\n-- Trim some non-white space characters from a string --\n";
34 -- Trim string with all white space characters --
40 -- Trim some non-white space characters from a string --
H A Dtrim_variation1.phpt75 // strip white space and any "minus" signs
H A Dtrim_variation2.phpt75 // strip white space and any "minus" signs
H A Dstr_split_variation3.phpt26 " ", //space
30 "string\tcontains\rwhite space\nchars",
34 "with multiple space char",
92 string(7) " space
137 string(7) "space c"
H A Dstr_split_variation4.phpt26 ' ', //space
30 'string\tcontains\rwhite space\nchars',
34 'with multiple space char',
H A Dstr_split_variation5.phpt47 // heredoc with different white space characters
H A Drtrim_basic.phpt20 echo "\n-- Trim string with all white space characters --\n";
26 echo "\n-- Trim some non-white space characters from a string --\n";
29 echo "\n-- Trim some non-white space characters from a string using a character range --\n";
40 -- Trim string with all white space characters --
46 -- Trim some non-white space characters from a string --
49 -- Trim some non-white space characters from a string using a character range --
H A Drtrim_variation1.phpt75 // strip white space and any "minus" signs
H A Drtrim_variation2.phpt75 // strip white space and any "minus" signs
H A Drtrim.phpt21 …var_dump ( rtrim("rtrim test ", " ") ); /* with single space as second Arg…
H A Dltrim.phpt34 …var_dump ( ltrim(" ltrim test", " ") ); /* with single space as second Arg…
H A Dltrim_basic.phpt18 echo "\n-- Trim string with all white space characters --\n";
24 echo "\n-- Trim some non-white space characters from a string --\n";
27 echo "\n-- Trim some non-white space characters from a string suing a character range --\n";
39 -- Trim string with all white space characters --
45 -- Trim some non-white space characters from a string --
48 -- Trim some non-white space characters from a string suing a character range --
H A Dltrim_variation1.phpt75 // strip white space and any "minus" signs
H A Dltrim_variation2.phpt75 // strip white space and any "minus" signs
H A Dchop_variation5.phpt20 …var_dump ( chop("chop test ", " ") ); /* with single space as second Argum…
H A Dchunk_split_variation10.phpt26 ' ', //space
H A Dchunk_split_variation11.phpt30 " ", //space
33 "\r\n", //White space char

Completed in 55 milliseconds

123456