Home
last modified time | relevance | path

Searched refs:print (Results 76 – 100 of 2077) sorted by relevance

12345678910>>...84

/PHP-5.5/ext/xsl/tests/
H A Dxslt002.phpt13 print "No or more than one xsl:output/@method found";
18 print "\n";
19 print $proc->transformToXml($dom);
20 print "\n";
H A Dxslt001.phpt10 print "\n";
11 print $proc->transformToXml($dom);
12 print "\n";
H A Dxslt003.phpt11 print "\n";
12 print $proc->transformToXml($dom);
13 print "\n";
H A Dxslt006.phpt10 print "\n";
12 print $doc->saveXML();
13 print "\n";
/PHP-5.5/ext/standard/tests/file/
H A Dfiletype_error.phpt13 print( filetype("/no/such/file/dir") );
16 print( filetype("string") );
17 print( filetype(100) );
20 print( filetype() );
23 print( filetype("file", "file") );
H A D005_basic.phpt24 print( @date('Y:M:D:H:i:s', fileatime(__FILE__)) )."\n";
25 print( @date('Y:M:D:H:i:s', filemtime(__FILE__)) )."\n";
26 print( @date('Y:M:D:H:i:s', filectime(__FILE__)) )."\n";
27 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic.tmp")) )."\n";
30 print( @date('Y:M:D:H:i:s', fileatime(".")) )."\n";
31 print( @date('Y:M:D:H:i:s', filemtime(".")) )."\n";
32 print( @date('Y:M:D:H:i:s', filectime(".")) )."\n";
33 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic")) )."\n";
H A Dfiletype_variation.phpt32 print( filetype($file1) )."\n";
33 print( filetype($file2) )."\n";
38 print( filetype($link1 ) )."\n";
42 print( filetype($link2) )."\n";
51 print( filetype("$file_path/filetype_variation") )."\n";
56 print( filetype( $file3) )."\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dprint_variation1.phpt2 Test print() function : usage variations
6 /* Prototype : int print ( string $arg )
8 * Source code: n/a, print is a language construct not an extension function
12 echo "*** Testing print() function: with unexpected inputs for 'arg' argument ***\n";
71 // loop through with each element of the $inputs array to test print() function
75 $res = print($input);
86 *** Testing print() function: with unexpected inputs for 'arg' argument ***
H A Dbug65947.phpt4 <?php if (!PHP_ZTS) { print "skip only for zts build"; }
13 print "BUG";
15 print "OKEY";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug41125.phpt21 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
22 print implode(' - ', $stmt->errorinfo()) ."\n";
24 print "-------------------------------------------------------\n";
37 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
38 print implode(' - ', $stmt->errorinfo()) ."\n";
39 print "--------\n";
50 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
51 print implode(' - ', $stmt->errorinfo()) ."\n";
53 print "-------------------------------------------------------\n";
81 print implode(' - ', $stmt->errorinfo()) ."\n";
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D021.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
17 print "Works\n";
19 print "Error\n";
/PHP-5.5/ext/date/tests/
H A Dbug42910.phpt9print $foo->format(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->fo…
10print $bar->format(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->fo…
15print $foo->format(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->fo…
16print $bar->format(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->fo…
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug39596.phpt5 if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?>
14 print $element."\n";
17 print $e;
/PHP-5.5/Zend/tests/
H A Dbug30394.phpt23 print $c->a; // --> 2
25 print " - ";
27 print $c->a; // --> 4 (!)
H A D023.phpt8 print $$b('test');
9 print "\n";
20 print "foo!\n";
H A Dbug20240.phpt18 print __METHOD__ . "\n";
22 print __METHOD__ . "\n";
27 print $this->member."\n";
/PHP-5.5/ext/bz2/tests/
H A Dwith_files.phpt4 <?php if (!extension_loaded("bz2")) print "skip"; ?>
17 print bzread($bz, 10);
18 print bzread($bz);
H A Dbug51997.phpt4 <?php if (!extension_loaded("bz2")) print "skip"; ?>
18 print bzread($bz, 10);
19 print bzread($bz);
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_dtd_basic_001.phpt4 <?php if (!extension_loaded("xmlwriter")) print "skip"; ?>
11 print $output . PHP_EOL;
15 print $output;
/PHP-5.5/ext/standard/tests/array/
H A Dbug12776.phpt11 print "val: $val; key: $key\n"; flush();
17 print "First value: ".$globalArray[0];
19 print "\nDone\n";
H A Darray_diff_variation5.phpt23 print "-- Compare integers and floats: --\n";
28 print "-- Compare integers and strings containing an integers: --\n";
32 print "-- Compare integers and strings containing floats: --\n";
36 print "-- Compare floats and strings containing integers: --\n";
41 print "-- Compare floats and strings containing floats: --\n";
45 print "-- Compare strings containing integers and strings containing floats: --\n";
/PHP-5.5/ext/standard/tests/math/
H A Dlog.phpt12 print "$x : $x2\n";
15 print $count . "\n";
25 print "base $base: $x : $x2\n";
28 print $count . "\n";
/PHP-5.5/ext/dom/tests/
H A Dbug46335.phpt16 print "Text: $node->textContent\n";
20 print "splitText (ASCII): $matched->textContent\n";
25 print "Text: $node->textContent\n";
29 print "splitText (UTF-8): $matched->textContent\n";
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect_oo_warnings.phpt20 print "1) bail\n";
24 print "2) be quiet\n";
30 print "3) bail\n";
35 print "4) be quiet\n";
42 print "done!";
/PHP-5.5/ext/xml/tests/
H A Dxml004.phpt28 print "<$elem";
31 print " $k=\"$v\"";
34 print ">\n";
39 print "</$elem>\n";

Completed in 31 milliseconds

12345678910>>...84