this               81 ext/intl/breakiterator/codepointiterator_internal.h 			return this->lastCodePoint;
this               91 ext/intl/breakiterator/codepointiterator_internal.h 			delete this->fCharIter;
this               92 ext/intl/breakiterator/codepointiterator_internal.h 			this->fCharIter = NULL;
this               93 ext/intl/breakiterator/codepointiterator_internal.h 			this->lastCodePoint = U_SENTINEL;
this              120 ext/spl/spl_observer.c static zend_string *spl_object_storage_get_hash(spl_SplObjectStorage *intern, zval *this, zval *obj) {
this              123 ext/spl/spl_observer.c 		zend_call_method_with_1_params(this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj);
this              161 ext/spl/spl_observer.c spl_SplObjectStorageElement *spl_object_storage_attach(spl_SplObjectStorage *intern, zval *this, zval *obj, zval *inf) /* {{{ */
this              164 ext/spl/spl_observer.c 	zend_string *hash = spl_object_storage_get_hash(intern, this, obj);
this              194 ext/spl/spl_observer.c int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */
this              197 ext/spl/spl_observer.c 	zend_string *hash = spl_object_storage_get_hash(intern, this, obj);
this              207 ext/spl/spl_observer.c void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *other) { /* {{{ */
this              211 ext/spl/spl_observer.c 		spl_object_storage_attach(intern, this, &element->obj, &element->inf);
this              369 ext/spl/spl_observer.c int spl_object_storage_contains(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */
this              372 ext/spl/spl_observer.c 	zend_string *hash = spl_object_storage_get_hash(intern, this, obj);
this             2288 ext/zip/php_zip.c 	zval *this = getThis();
this             2294 ext/zip/php_zip.c 	if (!this) {
this             2298 ext/zip/php_zip.c 	ZIP_FROM_OBJECT(intern, this);
this             2327 ext/zip/php_zip.c 	zval *this = getThis();
this             2331 ext/zip/php_zip.c 	if (!this) {
this             2335 ext/zip/php_zip.c 	ZIP_FROM_OBJECT(intern, this);