Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...26

/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_offsetExists_less_than_zero.phpt2 SPL FixedArray offsetExists behaviour on a negative index
/PHP-5.5/ext/zip/lib/
H A Dzip_stat_init.c45 st->index = ZIP_UINT64_MAX; in zip_stat_init()
/PHP-5.5/ext/dom/
H A Ddomstringlist.c32 ZEND_ARG_INFO(0, index)
H A Ddomimplementationlist.c32 ZEND_ARG_INFO(0, index)
/PHP-5.5/Zend/
H A Dzend_dynamic_array.h36 ZEND_API void *zend_dynamic_array_get_element(dynamic_array *da, unsigned int index);
/PHP-5.5/tests/lang/
H A Dbug29893.phpt2 Bug #29893 (segfault when using array as index)
/PHP-5.5/ext/standard/tests/array/
H A Darray_flip_variation5.phpt33 $input = array('one' => 1, 'two' => 2, 3 => 1, "index" => 1);
72 string(5) "index"
H A Dkrsort_variation2.phpt76 for($index = 0; $index < count($unexpected_values); $index ++) {
78 $value = $unexpected_values [$index];
H A Dksort_variation2.phpt76 for($index = 0; $index < count($unexpected_values); $index ++) {
78 $value = $unexpected_values [$index];
H A Dsort_variation2.phpt76 for($index = 0; $index < count($unexpected_values); $index ++) {
80 $value = $unexpected_values [$index];
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
/PHP-5.5/ext/phar/tests/
H A Dopendir.phpt12 $a['index.php'] = '<?php
26 include "index.php";
H A Dfrontcontroller7.phpt2 Phar front controller alternate index file
/PHP-5.5/sapi/fpm/fpm/events/
H A Dkqueue.c178 ev->index = ev->fd; in fpm_event_kqueue_add()
203 ev->index = -1; in fpm_event_kqueue_remove()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtok_variation2.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $token = $values [$index];
H A Dstrtr_variation8.phpt77 for($index = 0; $index < count($replace_pairs_arr); $index++) {
79 $replace_pairs = $replace_pairs_arr[$index];
/PHP-5.5/ext/hash/tests/
H A Dfnv132.phpt126 array( "http://www.ioccc.org/index.html", "b966936b" ),
129 array( "http://www.isthe.com/chongo/index.html", "d33745c9" ),
134 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "445c9c58" ),
135 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "3db8bf9d" ),
144 array( "http://www.lavarnd.org/index.html", "3a6a63a2" ),
152 array( "http://www.sciencenews.org/index/home/activity/view", "87f7505e" ),
156 array( "http://www.tq-international.com/phpBB3/index.php", "b8682a24" ),
157 array( "http://www.travelquesttours.com/index.htm", "a7ac1c56" ),
H A Dfnv164.phpt126 array( "http://www.ioccc.org/index.html", "2f5356890efcedab" ),
129 array( "http://www.isthe.com/chongo/index.html", "b0555ecd575108e9" ),
134 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "6bd95b2eb37fa6b8" ),
135 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "74971b7077aef85d" ),
144 array( "http://www.lavarnd.org/index.html", "f75f62284bc7a8c2" ),
152 array( "http://www.sciencenews.org/index/home/activity/view", "9ebb11573cdcebde" ),
156 array( "http://www.tq-international.com/phpBB3/index.php", "fd31777513309344" ),
157 array( "http://www.travelquesttours.com/index.htm", "194534a86ad006b6" ),
/PHP-5.5/ext/gmp/
H A Dgmp.c197 ZEND_ARG_INFO(0, index)
203 ZEND_ARG_INFO(0, index)
208 ZEND_ARG_INFO(0, index)
1438 long index; local
1448 if (index < 0) {
1454 mpz_setbit(*gmpnum_a, index);
1466 long index; local
1475 if (index < 0) {
1480 mpz_clrbit(*gmpnum_a, index);
1489 long index; local
[all …]
/PHP-5.5/Zend/tests/
H A Dbug67985.phpt2 Bug #67985 - Last used array index not copied to new array at assignment
H A Dconst_dereference_003.phpt18 Notice: Undefined index: foo in %sconst_dereference_003.php on line %d
/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch17 index 67c3eee..4a7d8dd 100644
42 index bfffdef..26b2869 100644
68 index 26b2869..bcd0f43 100644
/PHP-5.5/main/
H A Dphp_variables.c59 char *index; in php_register_variable_ex() local
120 index = var; in php_register_variable_ex()
163 if (index) { in php_register_variable_ex()
164 index_len = strlen(index); in php_register_variable_ex()
173 if (!index) { in php_register_variable_ex()
183 if (zend_symtable_find(symtable1, index, index_len + 1, (void **) &gpc_element_p) == FAILURE in php_register_variable_ex()
187 …zend_symtable_update(symtable1, index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc… in php_register_variable_ex()
192 index = index_s; in php_register_variable_ex()
208 if (!index) { in php_register_variable_ex()
221 zend_symtable_exists(symtable1, index, index_len + 1)) { in php_register_variable_ex()
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar6 …��������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I…
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller.phar6 …��������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I…

Completed in 49 milliseconds

1...<<11121314151617181920>>...26