Home
last modified time | relevance | path

Searched refs:t (Results 326 – 350 of 1568) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-5.5/Zend/tests/traits/
H A Dproperty003.phpt24 $t = new TraitsTest;
25 $t->hello = "foo";
/PHP-5.5/ext/date/tests/
H A D008.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
10 var_dump(getdate($t));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_error.phpt37 if (!is_string($tmp) || !preg_match("/Table '\w*\.test' doesn't exist/su", $tmp))
38 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
47 Warning: mysqli_error(): Couldn't fetch mysqli in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation5.phpt16 var_dump ( chop("chop test \t\0 ") ); /* without second Argument */
21 …var_dump ( chop("chop test \t\n\r\0\x0B", "\t\n\r\0\x0B") ); /* with multiple escape sequences as…
H A Dstrrev_variation2.phpt52 't@@#$% %test ^test &test *test +test -test',
54 '/test/r\test\strrev\t\u /uu/',
142 string(42) "tset- tset+ tset* tset& tset^ tset% %$#@@t"
148 string(28) "/uu/ u\t\verrts\tset\r/tset/"
H A Dstrtok_variation5.phpt21 "/thello/t/wor/ttld",
22 "hel/lo/t/world",
34 "t/",
35 '/t',
H A Dpack_Z.phpt11 unpack("Z*", "foo\0\rbar\0 \t\r\n"),
12 unpack("Z9", "foo\0\rbar\0 \t\r\n"),
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs2.phpt13 $t = array("C01" => "NUMBER",
32 foreach ($t as $colname => $type) {
47 echo "$name ".$t[$name] .": precision $precision, scale $scale\n";
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation3.phpt27 var $t = 10;
87 ["t"]=>
92 ["t"]=>
H A Darray_rand_variation4.phpt42 "\t" => "tab as key", "'" => 'single quote as key',
155 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
158 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
163 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
165 string\([0-9]*\) "[#&!N <\n\t'"\0]*[U#$>]*[rL]*[L]*"
H A Dksort_object.phpt53 "axx" => new String("axx"), "t" => new String("t"),
152 ["t"]=>
155 string(1) "t"
230 ["t"]=>
233 string(1) "t"
H A Dkrsort_object.phpt52 "axx" => new String("axx"), "t" => new String("t"),
128 ["t"]=>
131 string(1) "t"
206 ["t"]=>
209 string(1) "t"
/PHP-5.5/tests/classes/
H A Dprivate_members.phpt49 $t = new derived;
50 $t->test();
51 unset($t);
/PHP-5.5/ext/intl/tests/
H A Dformatter_fail.phpt14 function crt($t, $l, $s) {
16 case $t == "O":
19 case $t == "C":
22 case $t == "P":
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt22 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly
27 b" \t" => b'[[:blank:]]+',
31 b"$mb\t" => b'[[:print:]]+',
33 b"\t" => b'[[:space:]]+', /*10*/
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation25.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
36 "a+", "a+b", "a+t",
37 "w+", "w+b", "w+t",
38 "x+", "x+b", "x+t");
131 -- Testing fgetcsv() with file opened using r+t mode --
152 -- Testing fgetcsv() with file opened using a+t mode --
173 -- Testing fgetcsv() with file opened using w+t mode --
194 -- Testing fgetcsv() with file opened using x+t mode --
236 -- Testing fgetcsv() with file opened using r+t mode --
257 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation27.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
36 "a+", "a+b", "a+t",
37 "w+", "w+b", "w+t",
38 "x+", "x+b", "x+t");
131 -- Testing fgetcsv() with file opened using r+t mode --
152 -- Testing fgetcsv() with file opened using a+t mode --
173 -- Testing fgetcsv() with file opened using w+t mode --
194 -- Testing fgetcsv() with file opened using x+t mode --
236 -- Testing fgetcsv() with file opened using r+t mode --
257 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation28.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
36 "a+", "a+b", "a+t",
37 "w+", "w+b", "w+t",
38 "x+", "x+b", "x+t");
131 -- Testing fgetcsv() with file opened using r+t mode --
152 -- Testing fgetcsv() with file opened using a+t mode --
173 -- Testing fgetcsv() with file opened using w+t mode --
194 -- Testing fgetcsv() with file opened using x+t mode --
236 -- Testing fgetcsv() with file opened using r+t mode --
257 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation3.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
129 -- Testing fgetcsv() with file opened using r+t mode --
150 -- Testing fgetcsv() with file opened using a+t mode --
171 -- Testing fgetcsv() with file opened using w+t mode --
192 -- Testing fgetcsv() with file opened using x+t mode --
234 -- Testing fgetcsv() with file opened using r+t mode --
255 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation4.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
128 -- Testing fgetcsv() with file opened using r+t mode --
149 -- Testing fgetcsv() with file opened using a+t mode --
170 -- Testing fgetcsv() with file opened using w+t mode --
191 -- Testing fgetcsv() with file opened using x+t mode --
233 -- Testing fgetcsv() with file opened using r+t mode --
254 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation5.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
36 "a+", "a+b", "a+t",
37 "w+", "w+b", "w+t",
38 "x+", "x+b", "x+t");
130 -- Testing fgetcsv() with file opened using r+t mode --
151 -- Testing fgetcsv() with file opened using a+t mode --
172 -- Testing fgetcsv() with file opened using w+t mode --
193 -- Testing fgetcsv() with file opened using x+t mode --
235 -- Testing fgetcsv() with file opened using r+t mode --
256 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfflush_variation1-win32.phpt89 -- File opened in w+t mode --
113 -- File opened in a+t mode --
137 -- File opened in x+t mode --
162 -- File opened in w+t mode --
186 -- File opened in a+t mode --
210 -- File opened in x+t mode --
235 -- File opened in w+t mode --
259 -- File opened in a+t mode --
283 -- File opened in x+t mode --
333 -- File opened in w+t mode --
[all …]
H A Dfflush_variation1.phpt90 -- File opened in w+t mode --
114 -- File opened in a+t mode --
138 -- File opened in x+t mode --
163 -- File opened in w+t mode --
187 -- File opened in a+t mode --
211 -- File opened in x+t mode --
236 -- File opened in w+t mode --
260 -- File opened in a+t mode --
284 -- File opened in x+t mode --
334 -- File opened in w+t mode --
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput8901 /\w+(?=\t)/
982 (?: [\040\t] | \(
994 (?: [\040\t] | \(
997 (?: [\040\t] | \(
1045 (?: [\040\t] | \(
1048 (?: [\040\t] | \(
1073 (?: [\040\t] | \(
1076 (?: [\040\t] | \(
1088 (?: [\040\t] | \(
1115 (?: [\040\t] | \(
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D030.phpt9 xmlns:s="urn::test" xmlns:t="urn::test-t">

Completed in 108 milliseconds

1...<<11121314151617181920>>...63