Searched refs:detach (Results 1 – 19 of 19) sorted by relevance
/PHP-7.0/ext/spl/tests/ |
H A D | SplObjectStorage_detach_invalid_parameter.phpt | 2 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, float 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 D | observer_001.phpt | 45 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 D | observer_002.phpt | 76 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 D | observer_008.phpt | 23 $a->detach($o3);
|
H A D | multiple_iterator_001.phpt | 94 echo "-- Count, contains, detach, count, contains, iterate --\n"; 303 -- Count, contains, detach, count, contains, iterate --
|
/PHP-7.0/scripts/dev/ |
H A D | gen_verify_stub | 35 gpg --armor --detach-sign $TARBALL 37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
|
/PHP-7.0/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 | 21 function detach(\SplObserver $x) {
|
H A D | ns_056.phpt | 22 function detach(SplObserver $x) {
|
/PHP-7.0/ext/spl/internal/ |
H A D | splobjectstorage.inc | 123 function detach($obj) 176 $this->detach($obj);
|
H A D | multipleiterator.inc | 89 $this->iterators->detach($iter);
|
/PHP-7.0/ext/spl/ |
H A D | spl_observer.c | 45 SPL_METHOD(SplSubject, detach); 70 SPL_ABSTRACT_ME(SplSubject, detach, arginfo_SplSubject_attach) 398 SPL_METHOD(SplObjectStorage, detach) in SPL_METHOD() argument 890 SPL_ME(SplObjectStorage, detach, arginfo_Object, 0) 912 SPL_MA(SplObjectStorage, offsetUnset, SplObjectStorage, detach, arginfo_offsetGet, 0) 1214 …SPL_MA(MultipleIterator, detachIterator, SplObjectStorage, detach, arginfo_MultipleIter…
|
H A D | spl.php | 1153 function detach(SplObserver $observer); function
|
/PHP-7.0/ext/shmop/ |
H A D | README | 57 …rks the segment for deletion, the segment will be deleted when all processes mapping it will detach
|
/PHP-7.0/ |
H A D | README.RELEASE_PROCESS | 182 ``gpg -u YOUREMAIL --armor --detach-sign php-X.Y.Z.tar.xxx``
|
Completed in 53 milliseconds