Searched defs:this (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/spl/ |
H A D | spl_observer.c | 118 static int spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, zval *this… in spl_object_storage_get_hash() 165 spl_SplObjectStorageElement *spl_object_storage_attach(spl_SplObjectStorage *intern, zval *this, zv… in spl_object_storage_attach() 201 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_detach() 218 void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *othe… in spl_object_storage_addall() 379 int spl_object_storage_contains(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_contains()
|
/PHP-7.3/ext/zip/ |
H A D | php_zip.c | 2435 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 2474 zval *this = getThis(); in ZIPARCHIVE_METHOD() local
|
Completed in 16 milliseconds