Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c241 …HashTable *source_properties = obj->properties ? obj->properties : (obj->ce->default_properties_co… in spl_fixedarray_object_get_properties_for() local
244 if (size == 0 && (!source_properties || !zend_hash_num_elements(source_properties))) { in spl_fixedarray_object_get_properties_for()
254 if (source_properties && zend_hash_num_elements(source_properties) > 0) { in spl_fixedarray_object_get_properties_for()
258 ZEND_HASH_MAP_FOREACH_KEY_VAL_IND(source_properties, nkey, skey, value) { in spl_fixedarray_object_get_properties_for()

Completed in 6 milliseconds