Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/tests/
H A Dobserver_001.phpt45 function detach(SplObserver $observer)
83 $sub->detach($ob3);
87 $sub->detach($ob2);
88 $sub->detach($ob1);
106 $sub->SubjectImpl::detach($ob3);
110 $sub->SubjectImpl::detach($ob2);
111 $sub->SubjectImpl::detach($ob1);
H A Dobserver_002.phpt76 function detach(SplObserver $observer)
79 $this->observers->detach($observer);
123 $sub->detach($ob3);
128 $sub->detach($ob2);
129 $sub->detach($ob1);
168 $sub->SubjectImpl::detach($ob3);
183 $sub->SubjectImpl::detach($ob2);
184 $sub->SubjectImpl::detach($ob1);
H A Dobserver_008.phpt23 $a->detach($o3);
H A Dmultiple_iterator_001.phpt94 echo "-- Count, contains, detach, count, contains, iterate --\n";
303 -- Count, contains, detach, count, contains, iterate --
/PHP-7.4/scripts/dev/
H A Dgen_verify_stub35 gpg --armor --detach-sign $TARBALL
37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
/PHP-7.4/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) {
H A Dns_056.phpt20 function detach(SplObserver $x) {
/PHP-7.4/ext/spl/
H A Dspl_observer.c43 SPL_METHOD(SplSubject, detach);
68 SPL_ABSTRACT_ME(SplSubject, detach, arginfo_SplSubject_attach)
410 SPL_METHOD(SplObjectStorage, detach) in SPL_METHOD() argument
987 SPL_ME(SplObjectStorage, detach, arginfo_Object, 0)
1012 SPL_MA(SplObjectStorage, offsetUnset, SplObjectStorage, detach, arginfo_offsetGet, 0)
1314 …SPL_MA(MultipleIterator, detachIterator, SplObjectStorage, detach, arginfo_MultipleI…

Completed in 22 milliseconds