Searched refs:detach (Results 1 – 17 of 17) sorted by relevance
/php-src/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 | SplObjectStorage_seek.phpt | 67 $storage->detach($b); 68 $storage->detach($d);
|
H A D | multiple_iterator_001.phpt | 103 echo "-- Count, contains, detach, count, contains, iterate --\n"; 313 -- Count, contains, detach, count, contains, iterate --
|
/php-src/scripts/dev/ |
H A D | gen_verify_stub | 39 gpg --armor --detach-sign $TARBALL 41 gpg -u $GPG_USER --armor --detach-sign $TARBALL
|
/php-src/Zend/tests/gc/ |
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()
|
/php-src/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 | 141 ZEND_METHOD(SplObjectStorage, detach); 189 ZEND_ME(SplObjectStorage, detach, arginfo_class_SplObjectStorage_detach, ZEND_ACC_PUBLIC)
|
H A D | spl_observer.c | 504 PHP_METHOD(SplObjectStorage, detach) in PHP_METHOD() argument
|
/php-src/Zend/tests/namespaces/ |
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-src/ext/dom/tests/modern/spec/ |
H A D | reconciliation_of_elements.phpt | 30 // Trigger reconciliation via detach logic in ext/libxml
|
Completed in 21 milliseconds