__get 498 Zend/zend.h union _zend_function *__get; __get 2037 Zend/zend_API.c zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL; __get 2179 Zend/zend_API.c __get = reg_function; __get 2222 Zend/zend_API.c scope->__get = __get; __get 2266 Zend/zend_API.c if (__get) { __get 2267 Zend/zend_API.c if (__get->common.fn_flags & ZEND_ACC_STATIC) { __get 2268 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __get->common.function_name); __get 2270 Zend/zend_API.c __get->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __get 196 Zend/zend_API.h class_container.__get = handle_propget; \ __get 1672 Zend/zend_compile.c CG(active_class_entry)->__get = (zend_function *) CG(active_op_array); __get 3135 Zend/zend_compile.c if (!ce->__get) { __get 3136 Zend/zend_compile.c ce->__get = ce->parent->__get; __get 3991 Zend/zend_compile.c ce->__get = fe; __get 6980 Zend/zend_compile.c ce->__get = NULL; __get 190 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, &ce->__get, ZEND_GET_FUNC_NAME, &retval, member); __get 481 Zend/zend_object_handlers.c property_info = zend_get_property_info_quick(zobj->ce, member, silent || (zobj->ce->__get != NULL), key TSRMLS_CC); __get 493 Zend/zend_object_handlers.c if (zobj->ce->__get && __get 531 Zend/zend_object_handlers.c if (zobj->ce->__get && guard && guard->in_get == 1) { __get 770 Zend/zend_object_handlers.c property_info = zend_get_property_info_quick(zobj->ce, member, (zobj->ce->__get != NULL), key TSRMLS_CC); __get 783 Zend/zend_object_handlers.c if (!zobj->ce->__get || __get 1483 Zend/zend_object_handlers.c if (EXPECTED(!EG(exception)) && zobj->ce->__get && !guard->in_get) { __get 782 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__get); __get 651 ext/opcache/zend_persist.c if (ce->__get) { __get 652 ext/opcache/zend_persist.c ce->__get = zend_shared_alloc_get_xlat_entry(ce->__get); __get 653 ext/opcache/zend_persist.c ce->__get->op_array.refcount++;