Home
last modified time | relevance | path

Searched refs:t (Results 26 – 50 of 1568) sorted by path

12345678910>>...63

/PHP-5.5/Zend/RFCs/
H A D001.txt46 previous versions of the scripting engine. However, you won't bump
89 developers are probably unaware of the fact that they aren't always
116 Many PHP programmers aren't even aware of the copying quirks of the
/PHP-5.5/Zend/
H A DZEND_CHANGES16 Many PHP programmers aren't even aware of the copying quirks of
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 */
534 exception classes that don't inherit from Exception it is best to
727 doesn't then an E_ERROR is emitted.
1015 in multi-threaded environments as it doesn't need to use mutexes to lock
[all …]
H A Dbench.php386 $t = end_test($t, "simple"); variable
388 $t = end_test($t, "simplecall"); variable
390 $t = end_test($t, "simpleucall"); variable
394 $t = end_test($t, "mandel"); variable
396 $t = end_test($t, "mandel2"); variable
400 $t = end_test($t, "ary(50000)"); variable
404 $t = end_test($t, "ary3(2000)"); variable
406 $t = end_test($t, "fibo(30)"); variable
410 $t = end_test($t, "hash2(500)"); variable
414 $t = end_test($t, "matrix(20)"); variable
[all …]
H A Dmicro_bench.php244 return ($t['sec'] + $t['usec'] / 1000000);
287 $t = end_test($t, 'empty_loop'); variable
290 $t = end_test($t, 'func()', $overhead); variable
294 $t = end_test($t, 'int_func()', $overhead); variable
312 $t = end_test($t, 'self::f()', $overhead); variable
314 $t = end_test($t, 'Foo::f()', $overhead); variable
323 $t = end_test($t, '++$this->x', $overhead); variable
325 $t = end_test($t, '--$this->x', $overhead); variable
327 $t = end_test($t, '$this->x++', $overhead); variable
339 $t = end_test($t, 'new Foo()', $overhead); variable
[all …]
/PHP-5.5/Zend/tests/
H A D018.phpt27 Warning: constant(): Couldn't find constant in %s on line %d
H A Dbug20240.phpt31 $t = new test();
33 $t->add();
34 $t->add();
H A Dbug20242.phpt7 $t = new test;
8 $t->show_method();
H A Dbug24635.phpt20 out($this->Comment); // this line doesn't crash PHP
H A Dbug26802.phpt2 Bug #26802 (Can't call static method using a variable)
H A Dbug27304.phpt2 Bug #27304 (Static functions don't function properly)
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
H A Dbug28444.phpt52 $t = $y->z;
53 var_dump($t->x = 5);
H A Dbug29104.phpt2 Bug #29104 (Function declaration in method doesn't work)
H A Dbug29210.phpt22 echo "test_func1 isn't callable from inside\n";
72 echo "test_func1 isn't callable from outside\n";
77 echo "test_func2 isn't callable from outside\n";
82 echo "test_func3 isn't callable from outside\n";
87 echo "test_func4 isn't callable from outside\n";
97 test_func1 isn't callable from outside
98 test_func2 isn't callable from outside
99 test_func3 isn't callable from outside
100 test_func4 isn't callable from outside
101 test_func1 isn't callable from child
[all …]
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)
H A Dbug30828.phpt9 foreach ($bt as $t) {
10 print $t['class'].$t['type'].$t['function']."\n";
17 foreach ($bt as $t) {
18 print $t['class'].$t['type'].$t['function']."\n";
25 foreach ($bt as $t) {
26 print $t['class'].$t['type'].$t['function']."\n";
H A Dbug32674.phpt54 echo 'shouldn`t get here';
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
16 $t = new Test();
17 $t->arr = array(1, 2, 3);
20 foreach ($t as $v) {
H A Dbug33512.phpt2 Bug #33512 (unset() overloaded properties doesn't work)
33 // it's can't be used since this will encounter error
H A Dbug33710.phpt2 Bug #33710 (ArrayAccess objects doesn't initialize $this)
H A Dbug34062.phpt10 // If you remove one, it won't crash
16 f2(0, 0, 0); // Won't crash if less than 3 zeros here
H A Dbug34518.phpt2 Bug #34518 (Unset doesn't separate container in CV)
H A Dbug34893.phpt15 private $t;
26 $b->t = "foo";
28 echo $a->p->t;
29 $a->p->t = "bar";
30 echo $a->p->t;
H A Dbug35437.phpt16 $GLOBALS['t'] = new stdClass;
H A Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)

Completed in 48 milliseconds

12345678910>>...63