Home
last modified time | relevance | path

Searched refs:test (Results 101 – 125 of 4507) sorted by path

12345678910>>...181

/PHP-5.5/Zend/tests/
H A Dbug44069.phpt15 $array[] = 'test';
H A Dbug45180.phpt7 public function test() {
26 $x->test();
H A Dbug45186.phpt15 public function test() {
30 $x->test();
H A Dbug45186_2.phpt11 public function test() {
26 $x->test();
H A Dbug45862.phpt7 function test() {
19 function test() { var_dump(get_class_vars("Tester")); }
24 $parent->test();
27 $child->test();
H A Dbug45910.phpt18 public static function test() {
23 foo::test();
H A Dbug45910_2.phpt18 public static function test() {
23 foo::test();
H A Dbug46106.phpt11 function test($x) {
18 test($x);
H A Dbug46381.phpt8 class test {
9 public function test() {
13 $test = new test();
14 $test->test();
H A Dbug46701.phpt4 <?php if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only'); ?>
H A Dbug46813.phpt5 namespace test;
13 $inner = new \test\inner();
16 var_dump(class_exists('\test\inner', true));
18 var_dump(class_exists('\test\inner', true));
H A Dbug47593.phpt6 namespace test;
21 var_dump(interface_exists('\test\baz'));
22 var_dump(function_exists('\test\bar'));
23 var_dump(constant('\test\TEST'));
24 var_dump(defined('\test\TEST'));
H A Dbug47699.phpt6 static function test($v='') {
12 B::test();
13 spl_autoload_register('B::test');
H A Dbug48004.phpt9 function test() {
15 test();
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
H A Dbug48248.phpt10 return $this->test;
16 private $test;
20 var_dump($b->test);
24 Notice: Undefined property: B::$test in %s on line %d
H A Dbug48912.phpt7 function test()
12 test(array('x' => 1));
H A Dbug51822.phpt17 $this->test = new DestructableObject;
H A Dbug52193.phpt21 $func = function(){ return 'just a test'; };
H A Dbug52237.phpt5 $data = 'test';
12 string(4) "test"
H A Dbug53511.phpt11 function test() {
20 test();
25 #0 %sbug53511.php(17): test()
31 #1 %sbug53511.php(17): test()
H A Dbug54268.phpt25 $this->test = new DestructableObject;
H A Dbug55156.phpt9 /** test */
11 function test() { }
13 $x = new \ReflectionFunction('foo\test');
H A Dbug55247.phpt18 $test = new Test();
20 $test->method();
21 $test->$method();
22 $test->{'method'}();
H A Dbug55305.phpt6 var $foo = "test";
15 string(4) "test"
16 string(4) "test"

Completed in 64 milliseconds

12345678910>>...181