Home
last modified time | relevance | path

Searched refs:offsetUnset (Results 26 – 50 of 56) sorted by relevance

123

/PHP-5.5/ext/spl/
H A Dspl.php497 function offsetUnset($offset); function
697 function offsetUnset($index) {/**/} function in ArrayObject
809 function offsetUnset($index) {/**/} function in ArrayIterator
H A Dspl_fixedarray.c873 SPL_METHOD(SplFixedArray, offsetUnset) in SPL_METHOD() argument
1128 SPL_ME(SplFixedArray, offsetUnset, arginfo_fixedarray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c868 SPL_METHOD(SplDoublyLinkedList, offsetUnset) in SPL_METHOD() argument
1383 SPL_ME(SplDoublyLinkedList, offsetUnset, arginfo_dllist_offsetGet, ZEND_ACC_PUBLIC)
/PHP-5.5/tests/classes/
H A Darray_access_009.phpt47 function offsetUnset($index) {
77 function offsetUnset($index)
167 ArrayProxy::offsetUnset(0, name)
H A Darray_access_011.phpt37 function offsetUnset($index) {
74 function offsetUnset($index)
158 ArrayAccessReferenceProxy::offsetUnset(0, name)
H A Darray_access_006.phpt25 function offsetUnset($index) {
H A Darray_access_007.phpt29 function offsetUnset($index) {
H A Darray_access_012.phpt9 public function offsetUnset($index) {}
H A Darray_access_003.phpt34 function offsetUnset($index) {
H A Darray_access_004.phpt32 function offsetUnset($index) {
H A Darray_access_008.phpt25 function offsetUnset($index) {
H A Darray_access_005.phpt25 function offsetUnset($index) {
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_offsetUnset_string.phpt16 $fixedArray->offsetUnset("4");
/PHP-5.5/Zend/tests/
H A Dbug32252.phpt26 function offsetUnset($offset)
H A Ddereference_005.phpt23 public function offsetUnset($offset) {
H A Dbug64417.phpt17 public function offsetUnset($offset) {
H A Dbug39297.phpt16 public function offsetUnset($offset) {
H A Dbug41209.phpt27 public function offsetUnset($id) {}
H A Dbug40833.phpt38 function offsetUnset($offset)
H A Dobject_handlers.phpt31 function offsetUnset($index) {
/PHP-5.5/ext/spl/examples/
H A Ddbaarray.inc89 function offsetUnset($name)
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt102 $b->offsetUnset(array());
104 $a->offsetUnset('a');
174 Warning: PharData::offsetUnset() expects parameter 1 to be a valid path, array given in %sbadparame…
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc174 function offsetUnset($obj)
H A Dspldoublylinkedlist.inc261 public function offsetUnset($offset)
/PHP-5.5/Zend/
H A Dzend_interfaces.c525 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)

Completed in 88 milliseconds

123