Home
last modified time | relevance | path

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

/dports/www/mod_php81/php-8.1.1/ext/spl/
H A Dspl_observer.c165 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zend_object *obj) /* {{{ */ in spl_object_storage_detach() function
373 spl_object_storage_detach(intern, obj); in PHP_METHOD()
452 if (spl_object_storage_detach(intern, element->obj) == FAILURE) { in PHP_METHOD()
479 spl_object_storage_detach(intern, element->obj); in PHP_METHOD()
976 spl_object_storage_detach(intern, Z_OBJ_P(iterator)); in PHP_METHOD()
/dports/lang/php80/php-8.0.15/ext/spl/
H A Dspl_observer.c162 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *obj) /* {{{ */ in spl_object_storage_detach() function
368 spl_object_storage_detach(intern, obj); in PHP_METHOD()
449 if (spl_object_storage_detach(intern, &element->obj) == FAILURE) { in PHP_METHOD()
476 spl_object_storage_detach(intern, &element->obj); in PHP_METHOD()
987 spl_object_storage_detach(intern, iterator); in PHP_METHOD()
/dports/lang/php81/php-8.1.1/ext/spl/
H A Dspl_observer.c165 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zend_object *obj) /* {{{ */ in spl_object_storage_detach() function
373 spl_object_storage_detach(intern, obj); in PHP_METHOD()
452 if (spl_object_storage_detach(intern, element->obj) == FAILURE) { in PHP_METHOD()
479 spl_object_storage_detach(intern, element->obj); in PHP_METHOD()
976 spl_object_storage_detach(intern, Z_OBJ_P(iterator)); in PHP_METHOD()
/dports/www/mod_php80/php-8.0.15/ext/spl/
H A Dspl_observer.c162 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *obj) /* {{{ */ in spl_object_storage_detach() function
368 spl_object_storage_detach(intern, obj); in PHP_METHOD()
449 if (spl_object_storage_detach(intern, &element->obj) == FAILURE) { in PHP_METHOD()
476 spl_object_storage_detach(intern, &element->obj); in PHP_METHOD()
987 spl_object_storage_detach(intern, iterator); in PHP_METHOD()
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_observer.c201 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_detach() function
420 spl_object_storage_detach(intern, getThis(), obj); in SPL_METHOD()
505 if (spl_object_storage_detach(intern, getThis(), &element->obj) == FAILURE) { in SPL_METHOD()
533 spl_object_storage_detach(intern, getThis(), &element->obj); in SPL_METHOD()
/dports/www/mod_php73/php-7.3.33/ext/spl/
H A Dspl_observer.c201 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_detach() function
420 spl_object_storage_detach(intern, getThis(), obj); in SPL_METHOD()
505 if (spl_object_storage_detach(intern, getThis(), &element->obj) == FAILURE) { in SPL_METHOD()
533 spl_object_storage_detach(intern, getThis(), &element->obj); in SPL_METHOD()
/dports/lang/php74/php-7.4.27/ext/spl/
H A Dspl_observer.c201 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_detach() function
418 spl_object_storage_detach(intern, ZEND_THIS, obj); in SPL_METHOD()
503 if (spl_object_storage_detach(intern, ZEND_THIS, &element->obj) == FAILURE) { in SPL_METHOD()
531 spl_object_storage_detach(intern, ZEND_THIS, &element->obj); in SPL_METHOD()
/dports/www/mod_php74/php-7.4.27/ext/spl/
H A Dspl_observer.c201 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_detach() function
418 spl_object_storage_detach(intern, ZEND_THIS, obj); in SPL_METHOD()
503 if (spl_object_storage_detach(intern, ZEND_THIS, &element->obj) == FAILURE) { in SPL_METHOD()
531 spl_object_storage_detach(intern, ZEND_THIS, &element->obj); in SPL_METHOD()