Searched refs:detach (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/ext/spl/tests/ |
H A D | observer_001.phpt | 45 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 D | observer_002.phpt | 76 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 D | observer_008.phpt | 23 $a->detach($o3);
|
H A D | multiple_iterator_001.phpt | 103 echo "-- Count, contains, detach, count, contains, iterate --\n"; 313 -- Count, contains, detach, count, contains, iterate --
|
/PHP-8.2/scripts/dev/ |
H A D | gen_verify_stub | 35 gpg --armor --detach-sign $TARBALL 37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
|
/PHP-8.2/Zend/tests/ |
H A D | gc_018.phpt | 2 GC 018: GC detach with assign
|
H A D | gc_019.phpt | 2 GC 019: GC detach with assign by reference
|
H A D | gc_020.phpt | 2 GC 020: GC detach reference with assign
|
H A D | gc_021.phpt | 2 GC 021: GC detach reference with assign by reference
|
H A D | gc_022.phpt | 2 GC 022: GC detach reference in executor's PZVAL_UNLOCK()
|
H A D | ns_054.phpt | 19 function detach(\SplObserver $x): void {
|
H A D | ns_056.phpt | 20 function detach(SplObserver $x): void {
|
/PHP-8.2/ext/spl/ |
H A D | spl_observer.stub.php | 17 public function detach(SplObserver $observer): void; function 29 public function detach(object $object): void {} function in SplObjectStorage
|
H A D | spl_observer_arginfo.h | 138 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 D | spl_observer.c | 511 PHP_METHOD(SplObjectStorage, detach) in PHP_METHOD() argument
|
Completed in 14 milliseconds