Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 1568) sorted by relevance

12345678910>>...63

/PHP-5.5/Zend/tests/
H A Dbug61165.phpt18 $t = new T;
20 strip_tags($t);
H A Dbug41075.phpt20 $t = new test;
22 $t->foo();
/PHP-5.5/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 --
H A Dmb_stristr_basic.phpt37 echo "\n-- ASCII string: needle doesn't exist --\n";
46 echo "\n-- Multibyte string: needle doesn't exist --\n";
60 -- ASCII string: needle doesn't exist --
68 -- Multibyte string: needle doesn't exist --
H A Dmb_strrichr_basic.phpt37 echo "\n-- ASCII string: needle doesn't exist --\n";
46 echo "\n-- Multibyte string: needle doesn't exist --\n";
60 -- ASCII string: needle doesn't exist --
68 -- Multibyte string: needle doesn't exist --
/PHP-5.5/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.5/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.5/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.5/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt12 $t = $r->getFunctions();
13 var_dump($t['dl']);
/PHP-5.5/Zend/tests/generators/finally/
H A Dthrow_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dyield_throw.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt23 �\�\�\("�h���~�t�@�\");
26 �h���~�t�@�\
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php47 foreach ($text as $t) {
48 $array[] = rtrim($t);
/PHP-5.5/ext/standard/tests/file/
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.5/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.5/ext/standard/tests/general_functions/
H A Dproc_open.phpt24 echo "I didn't segfault!\n";
28 I didn't segfault!
/PHP-5.5/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.5/Zend/tests/traits/
H A Dproperty002.phpt26 $t = new TraitsTest;
27 $t->test();
H A Dlanguage009.phpt31 $t = new MyClass;
32 $t->foo();
/PHP-5.5/ext/opcache/tests/
H A Dissue0079.phpt30 $t = new Test();
31 var_dump ($t->run());
/PHP-5.5/tests/classes/
H A Dclass_final.phpt14 $t = new base();
19 echo "Done\n"; // shouldn't be displayed
H A Diterators_002.phpt60 $t = new c();
62 foreach($t as $k => $v) {
63 foreach($t as $w) {
69 unset($t);
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, b"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 24 milliseconds

12345678910>>...63