Home
last modified time | relevance | path

Searched refs:guards (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_objects.c87 HashTable *guards; in zend_object_std_dtor() local
89 guards = Z_ARRVAL_P(p); in zend_object_std_dtor()
90 ZEND_ASSERT(guards != NULL); in zend_object_std_dtor()
91 zend_hash_destroy(guards); in zend_object_std_dtor()
92 FREE_HASHTABLE(guards); in zend_object_std_dtor()
H A Dzend_object_handlers.c552 HashTable *guards; in zend_get_property_guard() local
570 ALLOC_HASHTABLE(guards); in zend_get_property_guard()
571 zend_hash_init(guards, 8, NULL, zend_property_guard_dtor, 0); in zend_get_property_guard()
573 zend_hash_add_new_ptr(guards, str, in zend_get_property_guard()
576 ZVAL_ARR(zv, guards); in zend_get_property_guard()
579 guards = Z_ARRVAL_P(zv); in zend_get_property_guard()
580 ZEND_ASSERT(guards != NULL); in zend_get_property_guard()
581 zv = zend_hash_find(guards, member); in zend_get_property_guard()
594 return (uint32_t*)zend_hash_add_new_ptr(guards, member, ptr); in zend_get_property_guard()
/php-src/ext/opcache/tests/jit/
H A Drope_002.phpt2 JIT ROPE: 002 type guards are only checked for strings
/php-src/Zend/tests/
H A Dproperty_access_errors_for_guarded_properties.phpt2 Property access errors should be thrown for overloaded properties protected by recursion guards

Completed in 19 milliseconds