Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_detach_invalid_parameter.phpt2 Check that SplObjectStorage::detach generate a warning and returns NULL when passed non-object param
21 var_dump($s->detach($input));
26 Warning: SplObjectStorage::detach() expects parameter 1 to be object, array given in %s on line %d
29 Warning: SplObjectStorage::detach() expects parameter 1 to be object, boolean given in %s on line %d
32 Warning: SplObjectStorage::detach() expects parameter 1 to be object, %unicode_string_optional% giv…
35 Warning: SplObjectStorage::detach() expects parameter 1 to be object, integer given in %s on line %d
38 Warning: SplObjectStorage::detach() expects parameter 1 to be object, double given in %s on line %d
41 Warning: SplObjectStorage::detach() expects parameter 1 to be object, null given in %s on line %d
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-5.5/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.phpt21 function detach(\SplObserver $x) {
H A Dns_056.phpt22 function detach(SplObserver $x) {
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc123 function detach($obj)
176 $this->detach($obj);
H A Dmultipleiterator.inc89 $this->iterators->detach($iter);
/PHP-5.5/ext/spl/
H A Dspl_observer.c44 SPL_METHOD(SplSubject, detach);
69 SPL_ABSTRACT_ME(SplSubject, detach, arginfo_SplSubject_attach)
457 SPL_METHOD(SplObjectStorage, detach) in SPL_METHOD() argument
954 SPL_ME(SplObjectStorage, detach, arginfo_Object, 0)
976 SPL_MA(SplObjectStorage, offsetUnset, SplObjectStorage, detach, arginfo_offsetGet, 0)
1285 …SPL_MA(MultipleIterator, detachIterator, SplObjectStorage, detach, arginfo_MultipleIter…
H A Dspl.php1153 function detach(SplObserver $observer); function
/PHP-5.5/ext/shmop/
H A DREADME57 …rks the segment for deletion, the segment will be deleted when all processes mapping it will detach
/PHP-5.5/
H A DREADME.RELEASE_PROCESS179 ``gpg -u YOUREMAIL --armor --detach-sign php-X.Y.Z.tar.xxx``

Completed in 36 milliseconds