Home
last modified time | relevance | path

Searched refs:t (Results 76 – 100 of 1771) sorted by path

12345678910>>...71

/PHP-7.4/Zend/tests/
H A Dbug78689.phpt2 Bug #78689: Closure::fromCallable() doesn't handle [Closure, '__invoke']
H A Dbug78868.phpt20 //doesn't affect the error
H A Dbug78999.phpt6 $t = new stdClass;
7 $t->prop = $t;
8 return $t;
H A Dbug79155.phpt11 $t = new Foo;
12 $t->a = "str";
13 $t->b = "str";
14 $t->c = new stdClass;
15 $t->d = new stdClass;
17 var_dump($t->a, $t->b, $t->c, $t->d);
19 $t->a = null;
20 $t->b = null;
21 $t->c = null;
22 $t->d = null;
[all …]
H A Dcall_user_func_001.phpt13 print "Shouldn't be called!\n";
18 print "Shouldn't be called!\n";
H A Dcall_user_func_array_prefer_ref.phpt2 call_user_func_array() passes value to prefer-ref arg if element wasn't a reference
H A Dcatch.phpt2 catch shouldn't call __autoload
H A Dclosure_044.phpt6 * and doesn't have an instance if it has no scope */
H A Dclosure_use_parameter_name.phpt2 Can't use name of lexical variable for parameter
H A Dconcat_003.phpt31 $texts .= implode("\t", $data) . "\r\n";
34 $t = microtime(TRUE) - $time;
35 var_dump($t < $t_max);
H A Dconstant_arrays.phpt29 // ensure recursion doesn't crash
H A Dconstant_expressions_dynamic_class_name_error.phpt2 Dynamic class names can't be used in compile-time constant refs
H A Dconstant_expressions_invalid_offset_type_error.phpt2 Can't use arrays as key for constant array
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
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt16 catch (\Throwable $t) {
17 echo "Wrong exception type thrown: ".get_class($t)." : ".$t->getMessage()."\n";
29 catch (\Throwable $t) {
30 echo "Wrong exception type thrown: ".get_class($t)." : ".$t->getMessage()."\n";
41 catch (\Throwable $t) {
42 echo "Wrong exception type thrown: ".get_class($t)." : ".$t->getMessage()."\n";
53 catch (\Throwable $t) {
65 catch (\Throwable $t) {
77 catch (\Throwable $t) {
89 catch (\Throwable $t) {
[all …]
H A Dclosure_instantiate.phpt12 // Instantiating a closure is an error, not an exception, so we shouldn't see this

Completed in 32 milliseconds

12345678910>>...71