Home
last modified time | relevance | path

Searched refs:index (Results 226 – 250 of 556) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller5.phar2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
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));
H A Dfrontcontroller13.phar.inc4 $a['index.php'] = '<?php
/PHP-7.4/Zend/tests/
H A Dconst_dereference_001.phpt18 Notice: Undefined index: foo in %sconst_dereference_001.php on line %d
H A Dbug26696.phpt2 Bug #26696 (crash in switch() when string index is used)
H A Dbug47836.phpt2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
H A Dlist_keyed_undefined.phpt19 Notice: Undefined index: duke in %s on line %d
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller5.phar2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
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-7.4/main/
H A Dphp_variables.c72 char *index; in php_register_variable_ex() local
167 index = var; in php_register_variable_ex()
210 if (index) { in php_register_variable_ex()
211 index_len = strlen(index); in php_register_variable_ex()
220 if (!index) { in php_register_variable_ex()
229 gpc_element_p = zend_symtable_str_find(symtable1, index, index_len); in php_register_variable_ex()
248 index = index_s; in php_register_variable_ex()
261 if (!index) { in php_register_variable_ex()
276 zend_symtable_str_exists(symtable1, index, index_len)) { in php_register_variable_ex()
278 } else if (ZEND_HANDLE_NUMERIC_STR(index, index_len, idx)) { in php_register_variable_ex()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dopendir.phpt12 $a['index.php'] = '<?php
26 include "index.php";
H A Dfrontcontroller8.phpt2 Phar front controller no index file 404
H A Dwebphar_compilefail.phpt10 Phar::webPhar('oopsiedaisy.phar', '/index.php');
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip_variation5.phpt33 $input = array('one' => 1, 'two' => 2, 3 => 1, "index" => 1);
72 string(5) "index"
/PHP-7.4/sapi/fpm/fpm/events/
H A Dkqueue.c176 ev->index = ev->fd; in fpm_event_kqueue_add()
201 ev->index = -1; in fpm_event_kqueue_remove()
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller7.phpt2 Phar front controller alternate index file [cache_list]
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file tar-based
/PHP-7.4/ext/spl/tests/
H A Dbug71028.phpt2 Bug #71028 (Undefined index with ArrayIterator)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt77 for($index = 0; $index < count($replace_pairs_arr); $index++) {
79 $replace_pairs = $replace_pairs_arr[$index];
/PHP-7.4/tests/lang/
H A Dbug26696.phpt2 Bug #26696 (string index in a switch() crashes with multiple matches)

Completed in 73 milliseconds

12345678910>>...23