Home
last modified time | relevance | path

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

/PHP-5.3/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.3/Zend/
H A Dzend_builtin_functions.c47 static ZEND_FUNCTION(get_called_class);
237 ZEND_FE(get_called_class, arginfo_zend__void)
750 ZEND_FUNCTION(get_called_class) in ZEND_FUNCTION() argument
/PHP-5.3/
H A DUPGRADING532 get_called_class()

Completed in 26 milliseconds