Searched refs:lazy_properties_count (Results 1 – 1 of 1) sorted by relevance
66 int lazy_properties_count; member175 ZEND_ASSERT(info->lazy_properties_count > 0); in zend_lazy_object_decr_lazy_props()177 info->lazy_properties_count--; in zend_lazy_object_decr_lazy_props()179 return info->lazy_properties_count == 0; in zend_lazy_object_decr_lazy_props()250 int lazy_properties_count = 0; in zend_object_make_lazy() local276 lazy_properties_count++; in zend_object_make_lazy()340 lazy_properties_count++; in zend_object_make_lazy()348 if (UNEXPECTED(!lazy_properties_count)) { in zend_object_make_lazy()364 info->lazy_properties_count = lazy_properties_count; in zend_object_make_lazy()
Completed in 6 milliseconds