Searched refs:spl_object_storage_attach (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/spl/ |
H A D | spl_observer.c | 165 spl_SplObjectStorageElement *spl_object_storage_attach(spl_SplObjectStorage *intern, zval *this, zv… in spl_object_storage_attach() function 222 spl_object_storage_attach(intern, this, &element->obj, &element->inf); in spl_object_storage_addall() 405 spl_object_storage_attach(intern, ZEND_THIS, obj, inf); in SPL_METHOD() 836 element = spl_object_storage_attach(intern, ZEND_THIS, &entry, Z_ISUNDEF(inf)?NULL:&inf); in SPL_METHOD() 936 spl_object_storage_attach(intern, ZEND_THIS, key, val); in SPL_METHOD() 1100 spl_object_storage_attach(intern, ZEND_THIS, iterator, info); in SPL_METHOD()
|
Completed in 11 milliseconds