Home
last modified time | relevance | path

Searched refs:t (Results 176 – 200 of 1414) sorted by relevance

12345678910>>...57

/PHP-5.3/Zend/tests/
H A Dmagic_by_ref_001.phpt10 $t = new test;
12 $t->$name = 1;
H A Dmagic_by_ref_005.phpt10 $t = new test;
13 var_dump(isset($t->$name));
H A Dmagic_by_ref_006.phpt10 $t = new test;
13 $t->$func();
H A Dmagic_by_ref_007.phpt10 $t = new test;
14 $t->$func($arg);
H A Dbug61165.phpt18 $t = new T;
20 strip_tags($t);
H A Dbug41075.phpt20 $t = new test;
22 $t->foo();
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt13 die("skip: can't say for sure if mysqli_debug works");
65 $trace = try_control_string($link, 't:O,' . $trace_file, $trace_file, 10);
71 $trace = try_control_string($link, 't:O,' . $trace_file . ':T', $trace_file, 20);
80 $trace = try_control_string($link, 't:O,' . $trace_file . ':i', $trace_file, 30);
85 $trace = try_control_string($link, 't:O,' . $trace_file . ':L', $trace_file, 40);
90 $trace = try_control_string($link, 't:O,' . $trace_file . ':F', $trace_file, 50);
96 $trace = try_control_string($link, 't:O,' . $trace_file . ':n', $trace_file, 60);
100 // -t,[N] - maximum nesting level
101 $trace = try_control_string($link, 't,1:n:O,' . $trace_file, $trace_file, 70);
116 // omitting t
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt97 -- file opened in r+t --
124 -- file opened in a+t --
151 -- file opened in w+t --
178 -- file opened in x+t --
205 -- file opened in r+t --
232 -- file opened in a+t --
259 -- file opened in w+t --
286 -- file opened in x+t --
313 -- file opened in r+t --
340 -- file opened in a+t --
[all …]
H A Dfgetcsv_variation15.phpt28 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
29 "a+", "a+b", "a+t",
30 "w+", "w+b", "w+t",
31 "x+", "x+b", "x+t");
136 -- Testing fgetcsv() with file opened using r+t mode --
166 -- Testing fgetcsv() with file opened using a+t mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
226 -- Testing fgetcsv() with file opened using x+t mode --
286 -- Testing fgetcsv() with file opened using r+t mode --
316 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation16.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
31 "a+", "a+b", "a+t",
32 "w+", "w+b", "w+t",
33 "x+", "x+b", "x+t");
140 -- Testing fgetcsv() with file opened using r+t mode --
170 -- Testing fgetcsv() with file opened using a+t mode --
200 -- Testing fgetcsv() with file opened using w+t mode --
230 -- Testing fgetcsv() with file opened using x+t mode --
290 -- Testing fgetcsv() with file opened using r+t mode --
320 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation11.phpt33 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
34 "a+", "a+b", "a+t",
35 "w+", "w+b", "w+t",
36 "x+", "x+b", "x+t");
146 -- Testing fgetcsv() with file opened using r+t mode --
176 -- Testing fgetcsv() with file opened using a+t mode --
206 -- Testing fgetcsv() with file opened using w+t mode --
236 -- Testing fgetcsv() with file opened using x+t mode --
296 -- Testing fgetcsv() with file opened using r+t mode --
326 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation13.phpt11 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
19 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
20 "a+", "a+b", "a+t",
21 "w+", "w+b", "w+t",
22 "x+", "x+b", "x+t");
110 -- Testing fgetcsv() with file opened using r+t mode --
134 -- Testing fgetcsv() with file opened using a+t mode --
158 -- Testing fgetcsv() with file opened using w+t mode --
182 -- Testing fgetcsv() with file opened using x+t mode --
H A Dbug40501.phpt2 Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes)
19 string(%d) "and it isn't the last element$"
/PHP-5.3/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt22 �\�\�\("�h���~�t�@�\");
25 �h���~�t�@�\
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strrchr_basic.phpt30 echo "\n-- ASCII string: needle doesn't exist --\n";
40 echo "\n-- Multibyte string: needle doesn't exist --\n";
54 -- ASCII string: needle doesn't exist --
62 -- Multibyte string: needle doesn't exist --
/PHP-5.3/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt56 $t = new c();
58 foreach($t as $k => $v) {
59 foreach($t as $w) {
65 unset($t);
/PHP-5.3/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation3.phpt35 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
36 1111\t\t &amp; 0000\v\v = \f0000
43 &quot;string&quot; 1111\t &amp; 0000\t = 0000\n;
H A Dstrip_tags_variation5.phpt38 <html>hello\r world\t
39 1111\t\t != 2222\v\v</html>
46 <p>string</p> 1111\t <b>0000\t = 0000\n</b>
/PHP-5.3/ext/date/tests/
H A D005.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
16 var_dump(idate("B", $t));
17 var_dump(idate("[", $t));
/PHP-5.3/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php47 foreach ($text as $t) {
48 $array[] = rtrim($t);
/PHP-5.3/ext/spl/tests/
H A Dbug41828.phpt2 Bug #41828 (Segfault if extended constructor of RecursiveIterator doesn't call its parent)
21 Fatal error: main(): The foo instance wasn't initialized properly in %s on line %d
/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_open.phpt24 echo "I didn't segfault!\n";
28 I didn't segfault!
/PHP-5.3/ext/imap/tests/
H A Dimap_mutf7_to_utf8.phpt12 var_dump(imap_mutf7_to_utf8("t&AOQ-st"));
22 string(5) "täst"
/PHP-5.3/tests/classes/
H A Dclass_final.phpt14 $t = new base();
19 echo "Done\n"; // shouldn't be displayed
/PHP-5.3/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, "This is quite the thing ain't it\n");
39 This is quite the thing ain't it
41 This is quite the thing ain't it

Completed in 71 milliseconds

12345678910>>...57