Home
last modified time | relevance | path

Searched refs:get_called_class (Results 1 – 12 of 12) sorted by relevance

/PHP-7.0/Zend/tests/
H A Dget_called_class_001.phpt2 Calling get_called_class() outside a class
6 var_dump(get_called_class());
10 Warning: get_called_class() called from outside a class in %s on line %d
H A Dlsb_004.phpt2 ZE2 Late Static Binding testing get_called_class()
8 return get_called_class();
H A Dbug47054.phpt8 print "Called class: " . get_called_class() . "\n";
25 get_called_class();
35 Warning: get_called_class() called from outside a class in %s on line %d
H A Dclass_alias_017.phpt2 Testing alias with get_called_class() and get_class()
8 echo get_called_class(), "\n";
H A Dclosure_058.phpt7 return function () {var_dump(get_class(),get_called_class());};
10 return function () {var_dump(get_class(),get_called_class(),$this);};
H A Dbug47699.phpt7 print_r(get_called_class());
H A Dlsb_017.phpt10 return get_called_class();
H A Dlsb_021.phpt7 echo get_called_class()."\n";
H A Dlsb_018.phpt12 $caller = get_called_class();
/PHP-7.0/Zend/tests/traits/
H A Dstatic_get_called_class.phpt2 Traits and get_called_class().
10 return get_called_class();
/PHP-7.0/Zend/tests/generators/
H A Dgenerator_static_method.phpt9 var_dump(get_called_class());
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c52 static ZEND_FUNCTION(get_called_class);
291 ZEND_FE(get_called_class, arginfo_zend__void)
945 ZEND_FUNCTION(get_called_class) in ZEND_FUNCTION() argument

Completed in 36 milliseconds