Searched defs:this (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/spl/ |
H A D | spl_observer.c | 120 static int spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, zval *this… in spl_object_storage_get_hash() 167 spl_SplObjectStorageElement *spl_object_storage_attach(spl_SplObjectStorage *intern, zval *this, zv… in spl_object_storage_attach() 203 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_detach() 220 void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *othe… in spl_object_storage_addall() 382 int spl_object_storage_contains(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_contains()
|
/PHP-7.1/ext/zip/ |
H A D | php_zip.c | 2303 zval *this = getThis(); in ZIPARCHIVE_METHOD() local 2342 zval *this = getThis(); in ZIPARCHIVE_METHOD() local
|
Completed in 14 milliseconds