Home
last modified time | relevance | path

Searched refs:t (Results 51 – 75 of 1771) sorted by path

12345678910>>...71

/PHP-7.4/Zend/tests/
H A Dbug60833.phpt22 $t = new B();
23 $t->testit();
24 var_dump($t);
H A Dbug61165.phpt18 $t = new T;
20 strip_tags($t);
H A Dbug63217.phpt63 * Make sure we don't break arrays.
76 * Make sure that we haven't broken ArrayObject
H A Dbug64354.phpt2 Bug #64354 (Unserialize array of objects whose class can't be autoloaded fail)
H A Dbug65322.phpt2 Bug #65322: compile time errors won't trigger auto loading
H A Dbug69212.phpt32 $t = new Test;
33 $f->__invoke($t->bar(Test::foo(do_throw())));
H A Dbug69788.phpt4 <?php [t.[]]; ?>
6 Warning: Use of undefined constant t - assumed 't' (this will throw an Error in a future version of…
H A Dbug69805.phpt5 class p{public function c(){(0)::t;}}?>
H A Dbug69832.phpt20 $t = new Test;
21 var_dump($t->foo);
22 var_dump($t->bar);
23 var_dump($t->baz);
24 var_dump($t->buzz);
H A Dbug69889.phpt2 Bug #69889: Null coalesce operator doesn't work for string offsets
17 string(1) "t"
H A Dbug69957.phpt10 } catch (DivisionByZeroError $t){
12 printf("Type: %s\n", get_class($t));
20 } catch (DivisionByZeroError $t){
22 printf("Type: %s\n", get_class($t));
29 } catch (DivisionByZeroError $t){
31 printf("Type: %s\n", get_class($t));
38 } catch (DivisionByZeroError $t){
40 printf("Type: %s\n", get_class($t));
47 } catch (DivisionByZeroError $t){
49 printf("Type: %s\n", get_class($t));
[all …]
H A Dbug70012.phpt18 echo "Outer shouldn't get here\n";
H A Dbug70240.phpt8 Fatal error: Can't use function return value in write context in %sbug70240.php on line %d
H A Dbug70805.phpt31 $t = [];
32 $t[] = &$t;
33 unset($t);
35 $t = [new C];
36 $t[] = &$t;
37 unset($t); // This is used to trigger C::__destruct while doing gc_colloct_roots
H A Dbug70805_1.phpt33 $t = [];
34 $t[] = &$t;
35 unset($t);
37 $t = [new C];
38 $t[] = &$t;
39 unset($t);
H A Dbug70805_2.phpt28 $t = [];
29 $t[] = &$t;
30 unset($t);
32 $t = [new C];
33 $t[] = &$t;
34 unset($t);
H A Dbug71529.phpt2 Bug #71529: Variable references on array elements don't work when using count
H A Dbug72038.phpt2 Bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)
H A Dbug72854.phpt7 $t = new stdClass;
8 $t->prop = $t;
9 return $t;
H A Dbug72943.phpt2 Bug #72943 (assign_dim on string doesn't reset hval)
11 $a[0] = "t";
H A Dbug73916.phpt2 Bug #73916 (zend_print_flat_zval_r doesn't consider reference)
H A Dbug76439.phpt2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens
H A Dbug76439_2.phpt2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (er…
H A Dbug76965.phpt2 Bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace)
/PHP-7.4/Zend/tests/bug67436/
H A Dbug67436.phpt2 bug67436: Autoloader isn't called if user defined error handler is present

Completed in 90 milliseconds

12345678910>>...71