Home
last modified time | relevance | path

Searched refs:print (Results 51 – 75 of 2077) sorted by relevance

12345678910>>...84

/PHP-5.5/ext/com_dotnet/tests/
H A Dbug34272.phpt5 if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?>
13 print sizeof($dict['foo'])."\n";
15 print sizeof($dict['bar'])." \n";
17 print $e;
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44295.phpt13 function my_error_handler() {$a = func_get_args(); print "in error handler\n"; }
16 print "before\n";
18 print get_class($iter) . "\n";
19 print "after\n";
21 print "in catch: ".$e->getMessage()."\n";
/PHP-5.5/ext/standard/tests/file/
H A Dbug26938.phpt12 . ' for($i=0;$i<$length;$i++) print chr(65+$i % 27);'
13 . ' print "\n";'
19 . ' for($i=0;$i<$length;$i++) print chr(65+$i % 27);'
20 . ' print \\"\\n\\";'
24 print "md5(line $i)= " . md5($out[$i]) . " (length " .
H A Dfileinode_basic.phpt15 print( fileinode("$file_path/inode.tmp") )."\n";
18 print( fileinode(__FILE__) )."\n";
21 print( fileinode(".") )."\n";
22 print( fileinode("./..") )."\n";
/PHP-5.5/ext/pcntl/tests/
H A Dsignal_closure_handler.phpt5 if (!extension_loaded("pcntl")) print "skip";
6 elseif (!function_exists("pcntl_signal")) print "skip pcntl_signal() not available";
7 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
8 elseif (!function_exists("posix_getpid")) print "skip posix_getpid() not available";
/PHP-5.5/Zend/tests/
H A Dbug24436.phpt11 if (empty($this->test[0][0])) { print "test1\n";}
12 if (!isset($this->test[0][0])) { print "test2\n";}
13 if (empty($this->test)) { print "test1\n";}
14 if (!isset($this->test)) { print "test2\n";}
H A Dclosure_015.phpt11 print (string) $x;
12 print "\n";
13 print $x;
14 print "\n";
H A Dmagic_methods_001.phpt8 print "unset\n";
13 print "call\n";
17 print "clone\n";
20 print "callstatic\n";
H A Djump12.phpt5 a: print "ok!\n";
9 print "ok!\n";
13 print "ok!\n";
H A Djump11.phpt11 print "ok!\n";
14 print "ok!\n";
17 print "ok!\n";
/PHP-5.5/ext/iconv/tests/
H A Diconv002.phpt22 foreach($s as $c) { print "&#$c;"; } print "\n";
26 print $q; print "\n";
/PHP-5.5/ext/date/tests/
H A Dbug45081.phpt8 print strtotime('2008-05-23 00:00:00 SGT');
9 print "\n";
10 print strtotime('2008-05-23 00:00:00');
H A Dbug32555.phpt12 print strftime('%c %Z',strtotime('now',$stamp)) ."\n";
13 print strftime('%c %Z',strtotime('tomorrow',$stamp)) ."\n";
14 print strftime('%c %Z',strtotime('+1 day',$stamp)) ."\n";
15 print strftime('%c %Z',strtotime('+2 day',$stamp)) ."\n";
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_no_alias.phpt16 print "[002]\n";
23 print "[004]\n";
30 print "[006]\n";
37 print "[008]\n";
48 print "[011]\n";
58 print "[014]\n";
68 print "[017]\n";
78 print "[017]\n";
83 print "done!";
H A Dmysqli_free_result.phpt27 print "a\n";
29 print "b\n";
35 print "c\n";
38 print "[005]\n";
44 print "d\n";
47 print "[007]\n";
51 print "done!";
/PHP-5.5/ext/xsl/tests/
H A Dbug54446_with_ini.phpt37 print $proc->transformToXML( $dom );
41 print "$outputfile exists, but shouldn't!\n";
43 print "OK, no file created\n";
50 print $proc->transformToXML( $dom );
54 print "OK, file exists\n";
65 print $proc->transformToXML( $dom );
70 print "OK, no file created\n";
77 print $proc->transformToXML( $dom );
81 print "OK, no file created\n";
87 print $proc->transformToXML( $dom );
[all …]
H A Dbug54446.phpt37 print $proc->transformToXML( $dom );
41 print "$outputfile exists, but shouldn't!\n";
43 print "OK, no file created\n";
50 print $proc->transformToXML( $dom );
54 print "OK, file exists\n";
56 print "$outputfile doesn't exist, but should!\n";
65 print $proc->transformToXML( $dom );
68 print "$outputfile exists, but shouldn't!\n";
70 print "OK, no file created\n";
H A Dxslt004.phpt12 print "No or more than one xsl:output/@encoding found";
17 print "\n";
18 print $proc->transformToXml($dom);
19 print "\n";
H A Dxslt005.phpt12 print "No or more than one xsl:output/@indent found";
17 print "\n";
18 print $proc->transformToXml($dom);
19 print "\n";
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc25 print "Node Name: " . $node->nodeName;
26 print "\nNode Type: " . $node->nodeType;
28 print "\nNum Children: " . $child_count;
30 print "\nNode Content: " . $node->nodeValue;
32 print "\n\n";
/PHP-5.5/ext/dom/tests/
H A Ddom_test.inc25 print "Node Name: " . $node->nodeName;
26 print "\nNode Type: " . $node->nodeType;
32 print "\nNum Children: " . $child_count;
34 print "\nNode Content: " . $node->nodeValue;
36 print "\n\n";
H A DDOMDocumentType_basic_001.phpt17 print "publicId: ".$doctype->publicId."\n";
18 print "systemId: ".$doctype->systemId."\n";
19 print "name: ".$doctype->name."\n";
20 print "internalSubset: ".$doctype->internalSubset."\n";
37 print 'entity: '.$entity->nodeName."\n";
40 print 'notation: '.$notation->nodeName."\n";
/PHP-5.5/ext/xmlreader/tests/
H A D007.phpt4 <?php if (!extension_loaded("xmlreader")) print "skip"; ?>
21 print "file relaxNG: ok\n";
23 print "file relaxNG: failed\n";
36 print "string relaxNG: ok\n";
38 print "string relaxNG: failed\n";
/PHP-5.5/ext/reflection/tests/
H A Dbug48336.phpt28 print($class.' => ');
31 print($rp->getDeclaringClass()->getName());
33 print('N/A');
35 print("\n");
/PHP-5.5/ext/xml/tests/
H A Dxml_closures_001.phpt11 print "<$elem";
14 print " $k=\"$v\"";
17 print ">\n";
22 print "</$elem>\n";

Completed in 56 milliseconds

12345678910>>...84