Home
last modified time | relevance | path

Searched refs:offsetGet (Results 1 – 25 of 59) sorted by path

123

/PHP-5.5/
H A DNEWS2303 . Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
6164 - Fixed bug #47231 (offsetGet error using incorrect offset). (Etienne)
6580 - Fixed bug #45327 (memory leak if offsetGet throws exception). (Greg)
8728 - Fixed bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause
9819 - Fixed bug #32134 (Overloading offsetGet/offsetSet). (Marcus)
10183 - Fixed bug #28831 (ArrayObject::offsetGet() does the work of offsetUnset()).
/PHP-5.5/Zend/
H A DZEND_CHANGES913 function offsetGet($index) {
928 $x = $obj[0]; // calls offsetGet(0)
H A Dzend_interfaces.c523 ZEND_ABSTRACT_ME(arrayaccess, offsetGet, arginfo_arrayaccess_offset_get)
/PHP-5.5/Zend/tests/
H A Dbug30346.phpt10 public function offsetGet( $offset ) { return $offset; }
H A Dbug32252.phpt14 function offsetGet($offset)
H A Dbug33710.phpt9 function offsetGet($offset) {/*...*/}
H A Dbug39297.phpt26 public function offsetGet($offset) {
27 echo "offsetGet()\n";
44 offsetGet()
H A Dbug40833.phpt48 function offsetGet($offset)
H A Dbug41209.phpt23 public function offsetGet($id) {}
H A Dbug54367.phpt11 public function offsetGet ($offset)
H A Dbug64417.phpt2 Bug #64417 (BC break: ArrayAccess::&offsetGet() in a trait causes fatal error)
20 public function &offsetGet($offset) {
H A Ddereference_005.phpt26 public function offsetGet($offset) {
H A Dobject_handlers.phpt22 function offsetGet($index) {
H A Dobjects_032.phpt9 public function &offsetGet($n) {
/PHP-5.5/ext/phar/
H A Dphar_object.c3578 PHP_METHOD(Phar, offsetGet) in PHP_METHOD() argument
5327 PHP_ME(Phar, offsetGet, arginfo_phar_offsetExists, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt98 $a->offsetGet(array());
170 Warning: Phar::offsetGet() expects parameter 1 to be a valid path, array given in %sbadparameters.p…
H A Dphar_offset_check.phpt22 $phar->offsetGet('.phar/stub.php');
28 $phar->offsetGet('.phar/alias.txt');
/PHP-5.5/ext/spl/examples/
H A Ddbaarray.inc50 function offsetGet($name)
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc214 public function offsetGet($offset)
H A Dsplobjectstorage.inc155 function offsetGet($obj)
/PHP-5.5/ext/spl/
H A Dspl.php493 function offsetGet($offset); function
688 function offsetGet($index) {/**/} function in ArrayObject
800 function offsetGet($index) {/**/} function in ArrayIterator
H A Dspl_array.c699 SPL_METHOD(Array, offsetGet) in SPL_METHOD() argument
1895 SPL_ME(Array, offsetGet, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
1922 SPL_ME(Array, offsetGet, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c781 SPL_METHOD(SplDoublyLinkedList, offsetGet) in SPL_METHOD() argument
1381 SPL_ME(SplDoublyLinkedList, offsetGet, arginfo_dllist_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c837 SPL_METHOD(SplFixedArray, offsetGet) in SPL_METHOD() argument
1126 SPL_ME(SplFixedArray, offsetGet, arginfo_fixedarray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_iterators.c2834 SPL_METHOD(CachingIterator, offsetGet) in SPL_METHOD() argument
3028 SPL_ME(CachingIterator, offsetGet, arginfo_caching_it_offsetGet, ZEND_ACC_PUBLIC)

Completed in 122 milliseconds

123