Searched refs:hooks (Results 1 – 25 of 56) sorted by relevance
123
67 uint8_t hooks = 0; in zend_finalize_system_id() local70 hooks |= ZEND_HOOK_AST_PROCESS; in zend_finalize_system_id()73 hooks |= ZEND_HOOK_COMPILE_FILE; in zend_finalize_system_id()76 hooks |= ZEND_HOOK_EXECUTE_EX; in zend_finalize_system_id()79 hooks |= ZEND_HOOK_EXECUTE_INTERNAL; in zend_finalize_system_id()82 hooks |= ZEND_HOOK_INTERRUPT_FUNCTION; in zend_finalize_system_id()84 PHP_MD5Update(&context, &hooks, sizeof hooks); in zend_finalize_system_id()
1329 && (!child_info->hooks || !child_info->hooks[ZEND_PROPERTY_HOOK_SET])) { in verify_property_type_compatibility()1345 || (prop_info->hooks && prop_info->hooks[kind]); in property_has_operation()1355 zend_function *child = child_info->hooks ? child_info->hooks[kind] : NULL; in inherit_property_hook()1495 if (parent_info->hooks || child_info->hooks) { in do_inherit_property()1517 zend_function **hooks = parent_info->hooks; in do_inherit_property() local1518 if (hooks) { in do_inherit_property()2248 if (!prop->hooks) { in zend_inheritance_check_override()2826 if (colliding_prop->hooks || property_info->hooks) { in zend_do_traits_property_binding()2905 zend_function **hooks = new_prop->hooks = in zend_do_traits_property_binding() local2907 memcpy(hooks, property_info->hooks, ZEND_PROPERTY_HOOK_STRUCT_SIZE); in zend_do_traits_property_binding()[all …]
2 Cannot use hooks for static property (for now)12 Fatal error: Cannot declare hooks for static property in %s on line %d
2 Abstract hooks compile successfully
2 Inherited hooks change visibility with property
2 GH-15438: Promoted properties with hooks but no visibility
2 Property hooks cannot have explicitly visibility
2 Generated hooks in property promotion
2 GH-15419: Readonly classes may not declare properties with hooks
2 Magic constants in property hooks
2 Final hooks
2 GH-15419: Readonly classes may not declare promoted properties with hooks
2 Property hooks in interfaces cannot be explicitly abstract
2 Allow calling parent set in property hooks
2 Allow calling parent get in property hooks
2 Property hooks in interfaces
2 Abstract hooks in non-abstract class gives an error
2 Abstract property hooks from trait
2 Allow calling parent get in generator property hooks
2 Abstract hooks that are not implemented throw an error
2 Call property hooks by name
2 ReflectionClass::getMethods() does not contain property hooks
2 ReflectionProperty::{get,set}Value() invokes hooks
2 ZE2 Late Static Binding within hooks/magic methods
Completed in 40 milliseconds