Home
last modified time | relevance | path

Searched refs:print (Results 176 – 200 of 2063) sorted by relevance

12345678910>>...83

/PHP-7.4/Zend/tests/
H A Dproperty_exists.phpt12 print "------------------\n";
16 print "------------------\n";
23 print "------------------\n";
H A Dclosure_015.phpt8 print (string) $x;
13 print $x;
H A Dheredoc_005.phpt8 print <<<ENDOFHEREDOC
18 print "{$x}";
H A Dbug21888.phpt10 print "protected method\n";
21 print $this->prot;
H A Dcall_static_007.phpt8 print "__call: ". $a ."\n";
11 print "__callstatic: ". $a ."\n";
H A Dheredoc_006.phpt8 print <<<ENDOFHEREDOC
18 print "{$x}";
H A Dheredoc_007.phpt8 print <<<ENDOFHEREDOC
18 print "{$x}";
H A Dmethod_exists_002.phpt43 print "----\n";
47 print "----\n";
53 print "----\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt27 print "[004]\n";
30 print "[005]\n";
38 print "done!";
H A Dbug42548.phpt39 print "----- next result -----------\n";
42 print "no results found\n";
46 print $mysqli->error;
51 print "done!";
/PHP-7.4/ext/standard/tests/strings/
H A Dbug24281.phpt7 print "$count changes were made.\n";
10 print "$count changes were made.\n";
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug46542.phpt5 if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
10 { function __call($m, $p) {print __CLASS__."::$m\n";} }
/PHP-7.4/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"; ?>
/PHP-7.4/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-7.4/ext/sysvmsg/tests/
H A D001.phpt5 if (!extension_loaded("sysvmsg")) print "skip"; ?>
10 msg_send($q, 1, "hello") or print "FAIL\n";
/PHP-7.4/ext/standard/tests/file/
H A Dfiletype_basic.phpt13 print( filetype(__FILE__) )."\n";
14 print( filetype(".") )."\n";
/PHP-7.4/tests/lang/
H A Dbug24926.phpt15 print($function());
18 print($this->functions['test']()); // werkt al niet meer
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_block_v123.phpt6 print "skip - ZLIB extension not loaded";
9 print "skip - ZLIB < 1.2.4 required for test";
/PHP-7.4/ext/date/tests/
H A Dbug46111.phpt9 print "[strtotime(timezone) == false - Begin List]\n";
17 print "[strtotime(timezone) == false - End List]\n";
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_002.phpt12 >00010: print B;
31 print B;
/PHP-7.4/tests/run-test/
H A Dtest007.phpt15 print "dirname($path) == $path3\n";
29 print "OK\n";
31 print "FAIL $a == $b\n";
/PHP-7.4/ext/gmp/tests/
H A Dgmp_random_range.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
39 print "RANGE VIOLATION 1\n";
46 print "RANGE VIOLATION 2\n";
53 print "RANGE VIOLATION 3\n";
/PHP-7.4/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-7.4/ext/simplexml/tests/
H A Dbug37076_1.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
9 print $xml->asXML();
/PHP-7.4/ext/dom/tests/
H A DDOMCharacterData_data_basic_002.phpt17 print $document->saveXML()."\n";
20 print $document->saveXML()."\n";

Completed in 42 milliseconds

12345678910>>...83