Home
last modified time | relevance | path

Searched refs:detach (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/ext/spl/tests/
H A Dobserver_001.phpt45 function detach(SplObserver $observer): void
83 $sub->detach($ob3);
87 $sub->detach($ob2);
88 $sub->detach($ob1);
105 $sub->SubjectImpl::detach($ob3);
109 $sub->SubjectImpl::detach($ob2);
110 $sub->SubjectImpl::detach($ob1);
H A Dobserver_002.phpt76 function detach(SplObserver $observer): void
79 $this->observers->detach($observer);
123 $sub->detach($ob3);
128 $sub->detach($ob2);
129 $sub->detach($ob1);
166 $sub->SubjectImpl::detach($ob3);
181 $sub->SubjectImpl::detach($ob2);
182 $sub->SubjectImpl::detach($ob1);
H A Dobserver_008.phpt23 $a->detach($o3);
H A Dmultiple_iterator_001.phpt103 echo "-- Count, contains, detach, count, contains, iterate --\n";
313 -- Count, contains, detach, count, contains, iterate --
/PHP-8.2/scripts/dev/
H A Dgen_verify_stub35 gpg --armor --detach-sign $TARBALL
37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
/PHP-8.2/Zend/tests/
H A Dgc_018.phpt2 GC 018: GC detach with assign
H A Dgc_019.phpt2 GC 019: GC detach with assign by reference
H A Dgc_020.phpt2 GC 020: GC detach reference with assign
H A Dgc_021.phpt2 GC 021: GC detach reference with assign by reference
H A Dgc_022.phpt2 GC 022: GC detach reference in executor's PZVAL_UNLOCK()
H A Dns_054.phpt19 function detach(\SplObserver $x): void {
H A Dns_056.phpt20 function detach(SplObserver $x): void {
/PHP-8.2/ext/spl/
H A Dspl_observer.stub.php17 public function detach(SplObserver $observer): void; function
29 public function detach(object $object): void {} function in SplObjectStorage
H A Dspl_observer_arginfo.h138 ZEND_METHOD(SplObjectStorage, detach);
180 …ZEND_ABSTRACT_ME_WITH_FLAGS(SplSubject, detach, arginfo_class_SplSubject_detach, ZEND_ACC_PUBLIC|Z…
188 ZEND_ME(SplObjectStorage, detach, arginfo_class_SplObjectStorage_detach, ZEND_ACC_PUBLIC)
206 …ZEND_MALIAS(SplObjectStorage, offsetUnset, detach, arginfo_class_SplObjectStorage_offsetUnset, ZEN…
H A Dspl_observer.c511 PHP_METHOD(SplObjectStorage, detach) in PHP_METHOD() argument

Completed in 18 milliseconds