Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 2077) sorted by last modified time

12345678910>>...84

/PHP-5.5/tests/strings/
H A D002.phpt2 Formatted print functions
43 print("printf test 30:"); printf("%0\$s", 1); print("x\n");
/PHP-5.5/tests/lang/
H A Dforeach_with_object_001.phpt14 print "$value\n";
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";
H A Dbug22510.phpt12 print __CLASS__."::".__FUNCTION__."\n";
17 print __CLASS__."::".__FUNCTION__."\n";
22 print __CLASS__."::".__FUNCTION__."\n";
57 print __FUNCTION__."\n";
63 print __FUNCTION__."\n";
68 print __FUNCTION__."\n";
74 print __FUNCTION__."\n";
82 print "done!\n";
85 print "done!\n";
88 print "done!\n";
[all …]
H A Dbug24926.phpt15 print($function());
18 print($this->functions['test']()); // werkt al niet meer
H A Dbug30638.phpt6 print "skip setlocale() failed";
8 print "skip ok to fail on MacOS X";
H A Dbug7515.phpt27 print "success";
29 print "failure
H A D028.phpt10 print $stuff;
23 print "Dafna!\n";
24 print call_user_func("still_working")."\n";
43 print "$i\n";
46 print "$i\n";
52 print $name=call_user_func(array(&$dafna,"GetMyName"));
53 print "\n";
H A D030.phpt33 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
H A D031.phpt9 print "Correct - with inner loop reset.\n";
14 print "inloop $i for $o\n";
20 print "What happens without inner loop reset.\n";
24 print "inloop $i for $o\n";
30 print "What happens without inner loop reset but copy.\n";
35 print "inloop $i for $o\n";
41 print "What happens with inner loop reset over copy.\n";
46 print "inloop $i for $o\n";
H A D034.phpt8 print "skip Can't find german locale";
H A D035.phpt4 <?php if (version_compare(zend_version(), "2.0.0-dev", "<")) print "skip Zend engine 2 required"; ?>
26 print "There shouldn't be an exception: " . $exception->getException();
27 print "\n";
33 print "There was an exception: " . $exception->getException();
34 print "\n";
/PHP-5.5/tests/func/
H A D005.phpt8 print "foo";
13 print "foo() will be called on shutdown...\n";
/PHP-5.5/tests/classes/
H A Dthis.phpt17 print $this->prop;
18 print $other->prop;
26 print $result->prop;
27 print $this->prop;
46 print $object->prop; // still shows 'Hello'
49 print $other->prop; // shows 'Hello'
H A Dtostring_001.phpt42 print $o;
H A Diterators_001.phpt83 print "Done\n";
H A Diterators_002.phpt71 print "Done\n";
H A Diterators_003.phpt71 print "Done\n";
H A Diterators_004.phpt54 print "Done\n";
H A Diterators_005.phpt15 print "Done\n";
H A Diterators_006.phpt51 print "$property: $value\n";
64 print "$property: $value\n";
70 print "$property: $value\n";
H A Dfactory_001.phpt16 print "Square\n";
/PHP-5.5/tests/basic/
H A Dbug20539.phpt12 print "good :)\n";
H A Drfc1867_max_file_uploads_empty_files.phpt4 <?php if(function_exists("leak")) print "skip only for non-debug builds"; ?>
H A Drfc1867_max_file_uploads_empty_files_debug.phpt4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>

Completed in 49 milliseconds

12345678910>>...84