Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 1985) sorted by path

12345678910>>...80

/PHP-5.3/
H A D.gdbinit464 print type and content of znode.
H A DNEWS4147 - Added ReflectionExtension::info() function to print the phpinfo()
H A DTODO21 (e.g. symlink) they should print a warning or not even be defined!
24 * make configure print out a summary when it's done (like XEmacs)
/PHP-5.3/Zend/RFCs/
H A D001.txt78 22 print $object->getMember();
/PHP-5.3/Zend/
H A DZEND_CHANGES83 print "MyClass2::printHello() " . $this->Foo; /* Should print */
88 print $obj->Hello; /* Shouldn't print out anything */
89 print $obj->Bar; /* Shouldn't print out anything */
90 print $obj->Foo; /* Shouldn't print out anything */
94 print $obj->Hello; /* Shouldn't print out anything */
95 print $obj->Bar; /* Shouldn't print out anything */
96 print $obj->Foo; /* Shouldn't print out anything */
369 print $obj->id . "\n";
668 print $obj->my_prop;
704 print "Yay!\n";
[all …]
/PHP-5.3/Zend/tests/
H A D021.phpt18 var_dump(1 ?: print(2));
H A D023.phpt8 print $$b('test');
9 print "\n";
20 print "foo!\n";
H A D025.phpt8 print "ok\n";
H A D026.phpt14 print "ok\n";
17 print "ok\n";
H A D030.phpt25 print "ok\n";
H A D032.phpt9 print "ok!\n";
H A D034.phpt8 print 'foo';
11 print 'bar';
14 print 1;
17 print 2;
20 print 3;
H A Daccess_modifiers_010.phpt8 print "Bar\n";
H A Dbug19859.phpt11 print "test::__call invoked for method '$method'\n";
H A Dbug20240.phpt18 print __METHOD__ . "\n";
22 print __METHOD__ . "\n";
27 print $this->member."\n";
H A Dbug21478.phpt28 print "Done.\n";
30 // Uncommenting the following 'print' line causes the segfault to stop occuring
31 // print "2\n";
H A Dbug21888.phpt14 print "protected method\n";
25 print $this->prot;
H A Dbug22836.phpt11 print "'$x'\n";
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 Dbug24699.phpt10 print TEST::FOO."\n";
H A Dbug30394.phpt23 print $c->a; // --> 2
25 print " - ";
27 print $c->a; // --> 4 (!)
H A Dbug30828.phpt10 print $t['class'].$t['type'].$t['function']."\n";
18 print $t['class'].$t['type'].$t['function']."\n";
26 print $t['class'].$t['type'].$t['function']."\n";
H A Dbug30889.phpt14 print "set $name = $value ($name was ".$this->values[$name].")\n";
19 print "get $name (returns ".$this->values[$name].")\n";
H A Dbug30998.phpt9 print "$errstr ($errno) in $errfile:$errline\n";
H A Dbug32296.phpt21 print($c."\n".'a:');
23 print('b:');

Completed in 114 milliseconds

12345678910>>...80