Home
last modified time | relevance | path

Searched refs:offsetExists (Results 26 – 50 of 52) sorted by relevance

123

/PHP-5.6/Zend/tests/
H A Ddereference_005.phpt20 public function offsetExists($offset) {
H A Dbug64417.phpt14 public function offsetExists($offset) {
H A Dbug39297.phpt13 public function offsetExists($offset) {
H A Dbug41209.phpt29 public function offsetExists($id)
H A Dbug40833.phpt53 function offsetExists($offset)
H A Dobject_handlers.phpt28 function offsetExists($index) {
/PHP-5.6/tests/classes/
H A Darray_access_012.phpt19 public function offsetExists($index) {
H A Darray_access_003.phpt11 function offsetExists($index) {
H A Darray_access_004.phpt9 function offsetExists($index) {
H A Darray_access_010.phpt20 function offsetExists($index) {
50 function offsetExists($index)
H A Darray_access_011.phpt22 function offsetExists($index) {
52 function offsetExists($index)
H A Darray_access_008.phpt13 function offsetExists($index) {
H A Darray_access_005.phpt13 function offsetExists($index) {
/PHP-5.6/ext/spl/tests/
H A Dbug31185.phpt9 public function offsetExists($index) {
/PHP-5.6/ext/spl/examples/
H A Ddbaarray.inc79 function offsetExists($name)
/PHP-5.6/ext/phar/tests/
H A Dbadparameters.phpt97 $a->offsetExists(array());
168 Warning: Phar::offsetExists() expects parameter 1 to be a valid path, array given in %sbadparameter…
/PHP-5.6/sapi/phpdbg/tests/
H A Drun-tests.php115 public function offsetExists($offset) { return isset($this->options[$offset]); } function in phpdbg\\testing\\TestsConfiguration
/PHP-5.6/ext/spl/internal/
H A Dspldoublylinkedlist.inc199 public function offsetExists($offset)
/PHP-5.6/ext/spl/
H A Dspl_fixedarray.c821 SPL_METHOD(SplFixedArray, offsetExists) in SPL_METHOD() argument
1125 SPL_ME(SplFixedArray, offsetExists, arginfo_fixedarray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c763 SPL_METHOD(SplDoublyLinkedList, offsetExists) in SPL_METHOD() argument
1379 SPL_ME(SplDoublyLinkedList, offsetExists, arginfo_dllist_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_array.c702 SPL_METHOD(Array, offsetExists) in SPL_METHOD() argument
1910 SPL_ME(Array, offsetExists, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
1937 SPL_ME(Array, offsetExists, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_observer.c990 SPL_MA(SplObjectStorage, offsetExists, SplObjectStorage, contains, arginfo_offsetGet, 0)
H A Dspl_iterators.c2967 SPL_METHOD(CachingIterator, offsetExists) in SPL_METHOD() argument
3112 SPL_ME(CachingIterator, offsetExists, arginfo_caching_it_offsetGet, ZEND_ACC_PUBLIC)
/PHP-5.6/Zend/
H A Dzend_interfaces.c522 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
H A DZEND_CHANGES910 function offsetExists($index) {
929 $b = isset($obj[0]); // calls offsetExists(0)

Completed in 219 milliseconds

123