Home
last modified time | relevance | path

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

/PHP-5.5/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 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 Dlsb_004.phpt2 ZE2 Late Static Binding testing get_called_class()
8 return get_called_class();
H A Dclass_alias_017.phpt2 Testing alias with get_called_class() and get_class()
8 echo get_called_class(), "\n";
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-5.5/Zend/tests/traits/
H A Dstatic_get_called_class.phpt2 Traits and get_called_class().
10 return get_called_class();
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_static_method.phpt9 var_dump(get_called_class());
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c47 static ZEND_FUNCTION(get_called_class);
258 ZEND_FE(get_called_class, arginfo_zend__void)
777 ZEND_FUNCTION(get_called_class) in ZEND_FUNCTION() argument

Completed in 27 milliseconds