Home
last modified time | relevance | path

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

/php-src/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 DSplObjectStorage_seek.phpt67 $storage->detach($b);
68 $storage->detach($d);
H A Dmultiple_iterator_001.phpt103 echo "-- Count, contains, detach, count, contains, iterate --\n";
313 -- Count, contains, detach, count, contains, iterate --
/php-src/scripts/dev/
H A Dgen_verify_stub35 gpg --armor --detach-sign $TARBALL
37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
/php-src/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-src/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.h141 ZEND_METHOD(SplObjectStorage, detach);
189 ZEND_ME(SplObjectStorage, detach, arginfo_class_SplObjectStorage_detach, ZEND_ACC_PUBLIC)
H A Dspl_observer.c506 PHP_METHOD(SplObjectStorage, detach) in PHP_METHOD() argument
/php-src/ext/dom/tests/modern/spec/
H A Dreconciliation_of_elements.phpt30 // Trigger reconciliation via detach logic in ext/libxml

Completed in 31 milliseconds