Home
last modified time | relevance | path

Searched refs:is_dynamic (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/
H A Dhttp.c134 bool is_dynamic = 1; in php_url_encode_hash_ex() local
141 is_dynamic = 0; in php_url_encode_hash_ex()
149 if (type != NULL && zend_check_property_access(Z_OBJ_P(type), key, is_dynamic) != SUCCESS) { in php_url_encode_hash_ex()
/php-src/Zend/
H A Dzend_builtin_functions.c814 bool is_dynamic = 1; in ZEND_FUNCTION() local
823 is_dynamic = 0; in ZEND_FUNCTION()
825 is_dynamic = 0; in ZEND_FUNCTION()
828 if (key && zend_check_property_access(zobj, key, is_dynamic) == FAILURE) { in ZEND_FUNCTION()
858 } else if (!is_dynamic && ZSTR_VAL(key)[0] == 0) { in ZEND_FUNCTION()
H A Dzend_object_handlers.h309 … zend_check_property_access(const zend_object *zobj, zend_string *prop_info_name, bool is_dynamic);
H A Dzend_object_handlers.c524 …ck_property_access(const zend_object *zobj, zend_string *prop_info_name, bool is_dynamic) /* {{{ */ in zend_check_property_access() argument
533 if (is_dynamic) { in zend_check_property_access()
560 ZEND_ASSERT(is_dynamic); in zend_check_property_access()
/php-src/ext/reflection/
H A Dphp_reflection.c5933 bool is_dynamic = ref->prop == NULL; in _property_check_dynamic() local
5934 RETURN_BOOL(dynamic_true ? is_dynamic : !is_dynamic); in _property_check_dynamic()

Completed in 50 milliseconds