Home
last modified time | relevance | path

Searched refs:t (Results 101 – 125 of 1813) sorted by path

12345678910>>...73

/php-src/Zend/tests/
H A Ddim_assign_001.phpt12 * Also, the test will do this in a way which guarantees PHP won't be able to
H A Ddtor_scope.phpt23 $t = new TT();
24 $t->add("Hello");
25 $t->add("World");
H A Ddynamic_call_008.phpt2 Don't optimize dynamic call to non-dynamic one if it drops the warning
H A Derrmsg_003.phpt13 $t = new test;
14 $t->foo();
H A Derrmsg_004.phpt2 errmsg: can't use function return value in write context
15 Fatal error: Can't use function return value in write context in %s on line %d
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
12 $t = new test;
13 $t->foo() = 1;
18 Fatal error: Can't use method return value in write context in %s on line %d
H A Derrmsg_006.phpt2 errmsg: can't use [] for reading
H A Derrmsg_007.phpt2 errmsg: can't use [] for reading - 2
H A Derrmsg_008.phpt2 errmsg: can't use [] for unsetting
H A Derrmsg_021.phpt11 $t = new test;
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
H A Dexception_011.phpt2 Test exception doesn't cause RSHUTDOWN bypass, variation 0
H A Dexception_018.phpt2 Testing throw exception doesn't crash with wrong params, variant 1
H A Dexception_019.phpt2 Testing throw exception doesn't crash with wrong params, variant 2
H A Dexception_021.phpt2 Testing throw exception doesn't crash with wrong params, variant 3
H A Dexception_022.phpt2 Testing throw exception doesn't crash with wrong params, variant 4
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
H A Dgc_038.phpt14 echo "+=\t$n\n";
25 echo "-=\t$n\n";
36 echo "*=\t$n\n";
47 echo "/=\t$n\n";
58 echo "%=\t$n\n";
69 echo "<<=\t$n\n";
80 echo ">>=\t$n\n";
91 echo "|=\t$n\n";
102 echo "&=\t$n\n";
113 echo "^=\t$n\n";
[all …]
H A Dgc_042.phpt13 $t = new Test;
14 $t->x = new stdClass;
15 $t->x->t = $t;
16 $a = (array) $t->x;
17 unset($t, $a);
26 ["t"]=>
H A Dgc_043.phpt2 GC buffer shouldn't get reused when removing nested data
/php-src/Zend/tests/enum/
H A Dbacked-type-no-union.phpt2 Backed enums type can't be union
H A Dempty-from.phpt2 Empty enum with from/tryFrom doens't segfault
H A Dgh7821.phpt2 GH-7821: Can't use arbitrary constant expressions in enum cases
H A Dgh8418.phpt2 GH-8418: Enum constant expression evaluation doesn't work with warmed cache
/php-src/Zend/tests/float_to_int/
H A Dunion_int_string_type_arg.phpt2 Union of int|string shouldn't warn if string semantics are used

Completed in 49 milliseconds

12345678910>>...73