Home
last modified time | relevance | path

Searched refs:print (Results 151 – 175 of 2077) sorted by relevance

12345678910>>...84

/PHP-5.5/Zend/tests/
H A Dbug21478.phpt28 print "Done.\n";
30 // Uncommenting the following 'print' line causes the segfault to stop occuring
31 // print "2\n";
H A Dheredoc_010.phpt9 print <<<ENDOFHEREDOC
23 print "{$x}";
H A Dbug45186.phpt8 print "__call:\n";
12 print "__callstatic:\n";
24 print "ok\n";
H A Dproperty_exists.phpt12 print "------------------\n";
16 print "------------------\n";
23 print "------------------\n";
H A Dnowdoc_001.phpt8 print <<<'ENDOFNOWDOC'
18 print "{$x}";
H A Dcall_static_002.phpt8 print "nonstatic\n";
12 print "static\n";
H A Dmethod_exists_002.phpt43 print "----\n";
47 print "----\n";
53 print "----\n";
H A Dheredoc_005.phpt8 print <<<ENDOFHEREDOC
18 print "{$x}";
H A Dnowdoc_010.phpt9 print <<<'ENDOFNOWDOC'
23 print "{$x}";
H A Dobjects_029.phpt8 print "hello\n";
17 print "foo\n";
H A Dobjects_030.phpt8 print "hello\n";
17 print "foo\n";
/PHP-5.5/ext/xmlwriter/tests/
H A Dbug39504.phpt17 print xmlwriter_flush($xw, true);
18 print "\n";
28 print $xw->flush(true);
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt20 print "$new_subject1 \n";
23 print "$new_subject2 \n";
26 print "$new_subject3 \n";
27 print $count;
/PHP-5.5/ext/pgsql/tests/
H A D05large_object.phpt41 pg_lo_unlink($db, $oid) or print("pg_lo_unlink() error 1\n");
47 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
48 pg_lo_unlink($oid) or print("pg_lo_unlink() error 2\n");
53 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
54 pg_lo_unlink($db, (string)$oid) or print("pg_lo_unlink() error 3\n");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt27 print "[004]\n";
30 print "[005]\n";
38 print "done!";
H A Dmysqli_more_results.phpt30 print "[004]\n";
35 print "[006]\n";
58 print trim($tmp) . "\n";
63 print "[010]\n";
90 print trim($tmp) . "\n";
96 print "done!";
H A Dbug42548.phpt39 print "----- next result -----------\n";
42 print "no results found\n";
46 print $mysqli->error;
51 print "done!";
/PHP-5.5/ext/xsl/tests/
H A Dxslt012.phpt39 print "\n";
40 print $proc->transformToXml($dom);
41 print "\n";
/PHP-5.5/ext/date/tests/
H A Dbug63391.phpt7 print "Date PHP\n";
8 print "---------- ---\n";
/PHP-5.5/ext/mcrypt/tests/
H A Dbug41252.phpt4 <?php if (!extension_loaded("mcrypt")) print "skip"; ?>
9 print "I'm alive!\n";
/PHP-5.5/tests/lang/
H A Dbug24926.phpt15 print($function());
18 print($this->functions['test']()); // werkt al niet meer
/PHP-5.5/ext/odbc/tests/
H A Dbug60616.phpt46 print "EUC-JP matched\n";
48 print "EUC-JP mismatched\n";
54 print "ASCII matched\n";
56 print "ASCII mismatched\n";
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace.phpt11 print mb_ereg_replace( ' ', '-', 'a b c d e' )."\n";
12 print mb_ereg_replace( '([a-z]+)','[\\1]', 'abc def ghi' );
/PHP-5.5/tests/run-test/
H A Dtest007.phpt15 print "dirname($path) == $path3\n";
29 print "OK\n";
31 print "FAIL $a == $b\n";
/PHP-5.5/ext/imap/tests/
H A Dimap_mutf7_to_utf8.phpt4 <?php if (!extension_loaded("imap")) print "skip"; ?>
5 <?php if (!function_exists("imap_mutf7_to_utf8")) print "skip"; ?>

Completed in 62 milliseconds

12345678910>>...84