/PHP-5.6/Zend/tests/ |
H A D | dereference_005.phpt | 20 public function offsetExists($offset) {
|
H A D | bug64417.phpt | 14 public function offsetExists($offset) {
|
H A D | bug39297.phpt | 13 public function offsetExists($offset) {
|
H A D | bug41209.phpt | 29 public function offsetExists($id)
|
H A D | bug40833.phpt | 53 function offsetExists($offset)
|
H A D | object_handlers.phpt | 28 function offsetExists($index) {
|
/PHP-5.6/tests/classes/ |
H A D | array_access_012.phpt | 19 public function offsetExists($index) {
|
H A D | array_access_003.phpt | 11 function offsetExists($index) {
|
H A D | array_access_004.phpt | 9 function offsetExists($index) {
|
H A D | array_access_010.phpt | 20 function offsetExists($index) { 50 function offsetExists($index)
|
H A D | array_access_011.phpt | 22 function offsetExists($index) { 52 function offsetExists($index)
|
H A D | array_access_008.phpt | 13 function offsetExists($index) {
|
H A D | array_access_005.phpt | 13 function offsetExists($index) {
|
/PHP-5.6/ext/spl/tests/ |
H A D | bug31185.phpt | 9 public function offsetExists($index) {
|
/PHP-5.6/ext/spl/examples/ |
H A D | dbaarray.inc | 79 function offsetExists($name)
|
/PHP-5.6/ext/phar/tests/ |
H A D | badparameters.phpt | 97 $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 D | run-tests.php | 115 public function offsetExists($offset) { return isset($this->options[$offset]); } function in phpdbg\\testing\\TestsConfiguration
|
/PHP-5.6/ext/spl/internal/ |
H A D | spldoublylinkedlist.inc | 199 public function offsetExists($offset)
|
/PHP-5.6/ext/spl/ |
H A D | spl_fixedarray.c | 821 SPL_METHOD(SplFixedArray, offsetExists) in SPL_METHOD() argument 1125 SPL_ME(SplFixedArray, offsetExists, arginfo_fixedarray_offsetGet, ZEND_ACC_PUBLIC)
|
H A D | spl_dllist.c | 763 SPL_METHOD(SplDoublyLinkedList, offsetExists) in SPL_METHOD() argument 1379 SPL_ME(SplDoublyLinkedList, offsetExists, arginfo_dllist_offsetGet, ZEND_ACC_PUBLIC)
|
H A D | spl_array.c | 702 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 D | spl_observer.c | 990 SPL_MA(SplObjectStorage, offsetExists, SplObjectStorage, contains, arginfo_offsetGet, 0)
|
H A D | spl_iterators.c | 2967 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 D | zend_interfaces.c | 522 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
|
H A D | ZEND_CHANGES | 910 function offsetExists($index) { 929 $b = isset($obj[0]); // calls offsetExists(0)
|