Searched refs:get_called_class (Results 1 – 10 of 10) sorted by relevance
2 Calling get_called_class() outside a class6 var_dump(get_called_class());10 Warning: get_called_class() called from outside a class in %s on line %d
8 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
2 ZE2 Late Static Binding testing get_called_class()8 return get_called_class();
2 Testing alias with get_called_class() and get_class()8 echo get_called_class(), "\n";
7 print_r(get_called_class());
10 return get_called_class();
7 echo get_called_class()."\n";
12 $caller = get_called_class();
2 Traits and get_called_class().10 return get_called_class();
47 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 14 milliseconds