Home
last modified time | relevance | path

Searched refs:index (Results 251 – 275 of 518) sorted by relevance

1...<<1112131415161718192021

/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
H A Dfrontcontroller6.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/php-src/ext/phar/tests/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
H A Dfrontcontroller6.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) must be of type int, array given
H A DSplDoublyLinkedList_add_invalid_offset.phpt13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
H A Dbug71028.phpt2 Bug #71028 (Undefined index with ArrayIterator)
/php-src/Zend/tests/
H A Darray_offset_002.phpt2 Capturing array in user error handler during index conversion
H A Dbug47836.phpt2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php17 …public function get(string|int $index, bool $fallback = true): ResourceBundle|array|string|int|nul… argument
H A Dresourcebundle_class.c175 int32_t index = 0; in resource_bundle_array_fetch() local
205 index = (int32_t)offset_int; in resource_bundle_array_fetch()
206 rb->child = ures_getByIndex(rb->me, index, rb->child, &INTL_DATA_ERROR_CODE(rb)); in resource_bundle_array_fetch()
212 spprintf( &pbuf, 0, "Cannot load resource element %d", index ); in resource_bundle_array_fetch()
226 spprintf(&pbuf, 0, "Cannot load element %d without fallback from to %s", index, locale); in resource_bundle_array_fetch()
/php-src/sapi/fpm/fpm/events/
H A Depoll.c180 ev->index = ev->fd; in fpm_event_epoll_add()
208 ev->index = -1; in fpm_event_epoll_remove()
/php-src/ext/mysqli/tests/
H A Dmysqli_field_tell.phpt90 mysqli_field_seek(): Argument #2 ($index) must be less than the number of fields for this result set
92 mysqli_field_seek(): Argument #2 ($index) must be greater than or equal to 0
/php-src/ext/dom/lexbor/patches/
H A D0001-Remove-unused-upper-case-tag-static-data.patch12 index c7190c5..4ad1f37 100644
32 index f8fcdf0..0571957 100755
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php137 public function getAttributeNo(int $index): ?string {} argument
155 public function moveToAttributeNo(int $index): bool {} argument
/php-src/ext/gd/tests/
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
/php-src/ext/dom/
H A Dnodelist.h34 void php_dom_nodelist_get_item_into_zval(dom_nnodemap_object *objmap, zend_long index, zval *return…
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c209 uint32_t index; in lxb_encoding_decode_big5() local
279 index = 0; in lxb_encoding_decode_big5()
301 switch (index) { in lxb_encoding_decode_big5()
1522 if (range[mid].index < index) { in lxb_encoding_decode_gb18030_range()
1525 if (left < right && range[ left ].index > index) { in lxb_encoding_decode_gb18030_range()
1529 else if (range[mid].index > index) { in lxb_encoding_decode_gb18030_range()
1532 if (right > 0 && range[right].index <= index) { in lxb_encoding_decode_gb18030_range()
1542 return range[mid].codepoint + index - range[mid].index; in lxb_encoding_decode_gb18030_range()
1957 uint32_t index; in lxb_encoding_decode_big5_single() local
1996 index = 0; in lxb_encoding_decode_big5_single()
[all …]
H A Dencode.c896 return range[mid].index + cp - range[mid].codepoint; in lxb_encoding_encode_gb18030_range()
903 uint32_t index; in lxb_encoding_encode_gb18030() local
943 index = lxb_encoding_encode_gb18030_range(cp); in lxb_encoding_encode_gb18030()
948 index = (index % (10 * 126 * 10)) % (10 * 126); in lxb_encoding_encode_gb18030()
1780 uint32_t index; in lxb_encoding_encode_gb18030_single() local
1816 index = lxb_encoding_encode_gb18030_range(cp); in lxb_encoding_encode_gb18030_single()
1818 *(*data)++ = (index / (10 * 126 * 10)) + 0x81; in lxb_encoding_encode_gb18030_single()
1819 *(*data)++ = ((index % (10 * 126 * 10)) / (10 * 126)) + 0x30; in lxb_encoding_encode_gb18030_single()
1821 index = (index % (10 * 126 * 10)) % (10 * 126); in lxb_encoding_encode_gb18030_single()
1823 *(*data)++ = (index / 10) + 0x81; in lxb_encoding_encode_gb18030_single()
[all …]
/php-src/tests/lang/
H A Dbug25547.phpt2 Bug #25547 (error_handler and array index with function call)
H A Dbug26696.phpt2 Bug #26696 (string index in a switch() crashes with multiple matches)
/php-src/ext/phar/tests/zip/
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 zip-based
/php-src/ext/phar/tests/tar/
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 tar-based

Completed in 57 milliseconds

1...<<1112131415161718192021