Searched refs:hook_name (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_system_id.c | 29 ZEND_API zend_result zend_add_system_entropy(const char *module_name, const char *hook_name, const … in zend_add_system_entropy() argument 33 PHP_MD5Update(&context, hook_name, strlen(hook_name)); in zend_add_system_entropy()
|
H A D | zend_system_id.h | 26 ZEND_API zend_result zend_add_system_entropy(const char *module_name, const char *hook_name, const …
|
H A D | zend_compile.c | 5102 zend_string *hook_name = zend_ast_get_str(method_ast); in zend_compile_parent_property_hook_call() local 5103 zend_property_hook_kind hook_kind = zend_get_property_hook_kind_from_name(hook_name); in zend_compile_parent_property_hook_call() 5109 ZSTR_VAL(property_name), ZSTR_VAL(hook_name)); in zend_compile_parent_property_hook_call() 5115 ZSTR_VAL(property_name), ZSTR_VAL(hook_name), unmangled_prop_name); in zend_compile_parent_property_hook_call() 5119 …ZSTR_VAL(property_name), ZSTR_VAL(hook_name), zend_get_cstring_from_property_hook_kind(CG(context)… in zend_compile_parent_property_hook_call() 7509 static bool zend_property_hook_uses_property(zend_string *property_name, zend_string *hook_name, ze… in zend_property_hook_uses_property() argument 7511 if (zend_string_equals_literal_ci(hook_name, "set") in zend_property_hook_uses_property()
|
Completed in 34 milliseconds