Home
last modified time | relevance | path

Searched refs:__debugInfo (Results 1 – 23 of 23) sorted by relevance

/PHP-7.1/Zend/tests/
H A Ddebug_info.phpt2 Testing __debugInfo() magic method
11 public function __debugInfo() {
19 public function __debugInfo() {
H A Drecursive_debug_info.phpt2 Test recursive __debugInfo() method
7 public function __debugInfo() {
H A Dbug69537.phpt2 Bug #69537 (__debugInfo with empty string for key gives error)
7 public function __debugInfo(){
H A Ddebug_info-error-0.phpt2 Testing __debugInfo() magic method with bad returns ZERO
8 public function __debugInfo() {
H A Ddebug_info-error-1.phpt2 Testing __debugInfo() magic method with bad returns ONE
8 public function __debugInfo() {
H A Ddebug_info-error-0.0.phpt2 Testing __debugInfo() magic method with bad returns ZERO (float)
8 public function __debugInfo() {
H A Ddebug_info-error-1.0.phpt2 Testing __debugInfo() magic method with bad returns ONE (float)
8 public function __debugInfo() {
H A Ddebug_info-error-empty_str.phpt2 Testing __debugInfo() magic method with bad returns EMPTY STRING
8 public function __debugInfo() {
H A Ddebug_info-error-false.phpt2 Testing __debugInfo() magic method with bad returns FALSE
8 public function __debugInfo() {
H A Ddebug_info-error-str.phpt2 Testing __debugInfo() magic method with bad returns STRING
8 public function __debugInfo() {
H A Ddebug_info-error-true.phpt2 Testing __debugInfo() magic method with bad returns TRUE
8 public function __debugInfo() {
H A Ddebug_info-error-object.phpt2 Testing __debugInfo() magic method with bad returns OBJECT
8 public function __debugInfo() {
H A Ddebug_info-error-resource.phpt2 Testing __debugInfo() magic method with bad returns RESOURCE
10 public function __debugInfo() {
/PHP-7.1/ext/opcache/
H A Dzend_persist.c839 if (ce->__debugInfo) { in zend_update_parent_ce()
840 ce->__debugInfo = zend_shared_alloc_get_xlat_entry(ce->__debugInfo); in zend_update_parent_ce()
H A Dzend_file_cache.c697 SERIALIZE_PTR(ce->__debugInfo); in zend_file_cache_serialize_class()
1307 UNSERIALIZE_PTR(ce->__debugInfo); in zend_file_cache_unserialize_class()
H A Dzend_accelerator_util_funcs.c411 zend_update_inherited_handler(__debugInfo); in zend_class_copy_ctor()
/PHP-7.1/Zend/
H A Dzend.h142 union _zend_function *__debugInfo; member
H A Dzend_inheritance.c138 if (EXPECTED(!ce->__debugInfo)) { in do_inherit_parent_constructor()
139 ce->__debugInfo = ce->parent->__debugInfo; in do_inherit_parent_constructor()
1142 ce->__debugInfo = fe; in zend_add_magic_methods()
H A Dzend_API.c2125 …LL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL; in zend_register_functions() local
2296 __debugInfo = reg_function; in zend_register_functions()
2336 scope->__debugInfo = __debugInfo; in zend_register_functions()
2400 if (__debugInfo) { in zend_register_functions()
2401 if (__debugInfo->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2402 …e, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__debugInfo->common.functio… in zend_register_functions()
H A Dzend_object_handlers.c157 if (!ce->__debugInfo) { in zend_std_get_debug_info()
164 zend_call_method_with_0_params(object, ce, &ce->__debugInfo, ZEND_DEBUGINFO_FUNC_NAME, &retval); in zend_std_get_debug_info()
H A Dzend_API.h211 class_container.__debugInfo = NULL; \
H A Dzend_compile.c1799 ce->__debugInfo = NULL; in zend_initialize_class_data()
5516 ce->__debugInfo = (zend_function *) op_array; in zend_begin_method_decl()
/PHP-7.1/
H A DNEWS2950 . Fixed bug #69537 (__debugInfo with empty string for key gives error).

Completed in 92 milliseconds