Home
last modified time | relevance | path

Searched refs:print (Results 101 – 125 of 2077) sorted by relevance

12345678910>>...84

/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt20 print $e->__toString();
26 print $e->__toString();
32 print $e->__toString();
38 print $e->__toString();
44 print $e->__toString();
50 print $e->__toString();
56 print $e->__toString();
62 print $e->__toString();
H A DReflectionClass_isCloneable_001.phpt12 print "User class\n";
24 print "User class - private __clone\n";
31 print "Closure\n";
39 print "Internal class - SimpleXMLElement\n";
46 print "Internal class - XMLWriter\n";
/PHP-5.5/ext/simplexml/tests/
H A Dbug37386.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
13 print $sx1->asXML()."\n";
17 print $sx1->asXML();
H A D011.phpt2 SimpleXML: echo/print
5 if (!extension_loaded('simplexml')) print 'skip';
34 print $sxe->baz[1];
H A Dbug67572.phpt10 print "regular string ... ";
17 print "$key = $value ... ";
23 print "$key = $value ... ";
/PHP-5.5/tests/lang/
H A Dbug20175.phpt9 print zend_version()."\n";
123 print foo_static()."\n";
124 print foo_static()."\n";
125 print bar_static()."\n";
126 print bar_static()."\n";
127 //print wow_static()."\n";
128 //print wow_static()."\n";
136 print $oop_tester->oop_static()."\n";
137 print $oop_tester->oop_static()."\n";
139 print $oop_tester->oop_static()."\n";
/PHP-5.5/ext/xsl/tests/
H A Dxslt007.phpt10 print "\n";
12 print file_get_contents(dirname(__FILE__)."/out.xml");
14 print "\n";
/PHP-5.5/ext/dom/tests/
H A Ddom005.phpt9 print "--- save as XML\n";
11 print adjustDoctype($dom->saveXML());
12 print "--- save as HTML\n";
14 print adjustDoctype($dom->saveHTML());
/PHP-5.5/ext/standard/tests/file/
H A Dproc_open01.phpt17 print "something went wrong.\n";
29 print "terminated after 1000 iterations\n";
37 print "select() failed\n";
41 print "timed out\n";
H A Dfile_get_contents_file_put_contents_error.phpt19 print( file_get_contents("/no/such/file/or/dir") );
22 print( file_get_contents() );
23 print( file_put_contents() );
24 print( file_put_contents($file_path."/".__FILE__) );
28 print( file_put_contents("abc.tmp", 12345, 1, $file_handle, "extra_argument") );
29 print( file_get_contents("abc.tmp", false, $file_handle, 1, 2, "extra_argument") );
/PHP-5.5/ext/odbc/tests/
H A Dbug68087.phpt31 print "Date_1 mismatched\n";
33 print "Date_1 matched\n";
37 print "Date_2 mismatched\n";
39 print "Date_2 matched\n";
/PHP-5.5/Zend/tests/
H A Dexception_002.phpt9 print 1;
12 print 2;
H A Dlist_005.phpt12 print "----\n";
20 print "----\n";
28 print "----\n";
H A Dheredoc_008.phpt8 print <<<ENDOFHEREDOC
14 print "{$x}";
H A Dnowdoc_008.phpt8 print <<<'ENDOFNOWDOC'
14 print "{$x}";
H A Dobjects_024.phpt26 print "\n";
31 print "\n";
36 print "\n";
H A Dbug39018_2.phpt11 print @($foo[100] + $foo[130]);
13 print "\nDone\n";
/PHP-5.5/ext/spl/tests/
H A Dspl_limit_iterator_check_limits.phpt14 print $e->getMessage(). "\n";
21 print $e->getMessage() . "\n";
27 print $e->getMessage() . "\n";
/PHP-5.5/ext/libxml/tests/
H A Dbug42112.phpt13 print 'Deleting Node: '.$node->nodeName."\n";
24 print 'Found Node: '.$node->nodeName."\n";
27 print 'Root Node: '.$root->nodeName."\n";
/PHP-5.5/ext/phar/tests/
H A Dbug53872.phpt17 print(file_get_contents('phar://bug53872-phar.phar/first.txt'));
18 print(file_get_contents('phar://bug53872-phar.phar/second.txt'));
19 print(file_get_contents('phar://bug53872-phar.phar/third.txt'));
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug47818.phpt4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
14 print "Inside impl(): {$this->method}\n";
36 print "Global scope: $method\n";
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_nulls_1.phpt27 print "PDO::ATTR_ORACLE_NULLS: Default: ";
30 print "PDO::ATTR_ORACLE_NULLS: PDO::NULL_NATURAL: ";
35 print "PDO::ATTR_ORACLE_NULLS: PDO::NULL_EMPTY_STRING: ";
40 print "PDO::ATTR_ORACLE_NULLS: PDO::NULL_TO_STRING: ";
/PHP-5.5/tests/func/
H A D005.phpt8 print "foo";
13 print "foo() will be called on shutdown...\n";
/PHP-5.5/ext/mbstring/tests/
H A Dmb_regex_set_options.phpt11 print mb_ereg_replace(' -', '+', '- - - - -' );
14 print mb_ereg_replace(' -', '+', '- - - - -' );
/PHP-5.5/ext/xmlreader/tests/
H A Dexpand.phpt4 <?php if (!extension_loaded("xmlreader")) print "skip";
5 if (!extension_loaded("dom")) print "skip DOM extension required";
7 if (!method_exists($reader, 'expand')) print "skip";

Completed in 87 milliseconds

12345678910>>...84