Home
last modified time | relevance | path

Searched refs:t (Results 1751 – 1771 of 1771) sorted by last modified time

1...<<71

/PHP-7.4/Zend/tests/
H A Dbug41633_4.phpt2 Bug #41633.4 (self:: doesn't work for constants)
H A Dbug43426.phpt5 $c = 1; // doesn't matter
H A Dbug20240.phpt29 $t = new test();
31 $t->add();
32 $t->add();
H A Dbug20242.phpt7 $t = new test;
8 $t->show_method();
H A Dbug24635.phpt18 out($this->Comment); // this line doesn't crash PHP
H A Dbug29104.phpt2 Bug #29104 (Function declaration in method doesn't work)
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 Dassign_coalesce_004.phpt11 Fatal error: Can't use function return value in write context in %s on line %d
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 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";
/PHP-7.4/Zend/tests/assert/
H A Dexpect_empty_stmt_bug.phpt2 Empty statement in assert() shouldn't segfault
/PHP-7.4/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/PHP-7.4/
H A D.gitattributes18 # binary and wouldn't generate diffs.
H A DCODING_STANDARDS.md41 holds the length property of each string, and that it shouldn't be
46 doesn't have to be recalculated with `strlen()` (e.g. `php_addslashes()`).
238 2. Use K&R-style. Of course, we can't and don't want to force anybody to use a
H A DREADME.REDIST.BINS177 the public domain as well, but I don't require that in order to let
193 Blowfish library (I can't be sure if I would think of something if I
194 hadn't seen his code).
/PHP-7.4/Zend/
H A DREADME.md37 method). As in most PHP applications raw execution speed isn't the limiting

Completed in 32 milliseconds

1...<<71