Home
last modified time | relevance | path

Searched refs:space (Results 51 – 75 of 148) sorted by relevance

123456

/PHP-5.5/ext/ereg/tests/
H A Deregi_basic.phpt25 var_dump(eregi('[[:lower:]]+[[:space:]]case', $string, $match2)); //character class lower should j…
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt14 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams_004.phpt2 User-space streams: stream_lock()
H A Dsymlink_link_linkinfo_is_link_error2.phpt45 var_dump( link(' ', $linkname) ); // space as filename
61 var_dump( is_link(' ') ); // space as linkname
H A Duserstreams_005.phpt2 User-space streams: stream_truncate()
/PHP-5.5/ext/ctype/tests/
H A Dctype_graph_variation4.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_error.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation3.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation1.phpt8 * Description: Checks for any printable character(s) except space
/PHP-5.5/ext/standard/
H A Dfilestat.c122 static int php_disk_total_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_total_space()
177 *space = bytestotal; in php_disk_total_space()
189 *space = bytestotal;
223 *space = bytestotal;
253 static int php_disk_free_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_free_space()
309 *space = bytesfree; in php_disk_free_space()
321 *space = bytesfree;
358 *space = bytesfree;
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt30 " ", //space
33 "\r\n", //White space char
H A Dchunk_split_variation9.phpt25 " ", //space
30 // white space chars
H A Dchop_variation5.phpt20 …var_dump ( chop("chop test ", " ") ); /* with single space as second Argum…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt28 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt );
H A Dmb_split.phpt27 == mb_split( b"[[:space:]]", b"a\nb\tc\nd e f g" ) );
H A Dmb_ereg_variation4.phpt36 b'[[:space:]]+',
/PHP-5.5/ext/standard/tests/array/
H A Dusort_variation3.phpt52 " " => 0, // space as key
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE20 \b back space (0x08)
176 space \t, \n, \v, \f, \r, \x20
190 graph [[:^space:]] && ^Control && ^Unassigned && ^Surrogate
192 print [[:graph:]] | [[:space:]]
196 space Space_Separator | Line_Separator | Paragraph_Separator |
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 …espace around them and replaces them with a full stop precedeby no spaces and followed by one space
H A Dpreg_replace_edit_basic.phpt27 …espace around them and replaces them with a full stop precedeby no spaces and followed by one space
/PHP-5.5/ext/date/lib/
H A Dparse_date.re818 space = [ \t]+;
860 timetiny12 = hour12 space? meridian;
861 timeshort12 = hour12[:.]minutelz space? meridian;
862 timelong12 = hour12[:.]minute[:.]secondlz space? meridian;
868 /* iso8601shorttz = hour24 [:] minutelz space? (tzcorrection | tz); */
910 backof = 'back of ' hour24 space? meridian?;
911 frontof = 'front of ' hour24 space? meridian?;
934 relative = relnumber space? (reltextunit | 'week' );
935 relativetext = (reltextnumber|reltexttext) space reltextunit;
936 relativetextweek = reltexttext space 'week';
[all …]
/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/ext/pcre/pcrelib/testdata/
H A DtestinputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
/PHP-5.5/ext/soap/
H A DTODO.old7 provide user space overriding of serialization certin objects and types

Completed in 38 milliseconds

123456