Searched refs:index (Results 226 – 250 of 556) sorted by relevance
12345678910>>...23
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller5.phar | 2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
|
H A D | frontcontroller13.phar | 4 � index.php/�L�G/���w�oof/test.php3�L�G3B�Z�
|
H A D | frontcontroller6.phar | 2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
|
H A D | frontcontroller7.phar | 2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
|
H A D | frontcontroller13.phar.inc | 4 $a['index.php'] = '<?php
|
/PHP-7.4/Zend/tests/ |
H A D | const_dereference_001.phpt | 18 Notice: Undefined index: foo in %sconst_dereference_001.php on line %d
|
H A D | bug26696.phpt | 2 Bug #26696 (crash in switch() when string index is used)
|
H A D | bug47836.phpt | 2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
|
H A D | bug67169.phpt | 2 Bug #67169: array_splice all elements, then []= gives wrong index
|
H A D | list_keyed_undefined.phpt | 19 Notice: Undefined index: duke in %s on line %d
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | frontcontroller5.phar | 2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
|
H A D | frontcontroller13.phar | 4 � index.php/�L�G/���w�oof/test.php3�L�G3B�Z�
|
H A D | frontcontroller6.phar | 2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
|
H A D | frontcontroller7.phar | 2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
|
/PHP-7.4/main/ |
H A D | php_variables.c | 72 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 D | opendir.phpt | 12 $a['index.php'] = '<?php 26 include "index.php";
|
H A D | frontcontroller8.phpt | 2 Phar front controller no index file 404
|
H A D | webphar_compilefail.phpt | 10 Phar::webPhar('oopsiedaisy.phar', '/index.php');
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_flip_variation5.phpt | 33 $input = array('one' => 1, 'two' => 2, 3 => 1, "index" => 1); 72 string(5) "index"
|
/PHP-7.4/sapi/fpm/fpm/events/ |
H A D | kqueue.c | 176 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 D | frontcontroller7.phpt | 2 Phar front controller alternate index file [cache_list]
|
/PHP-7.4/ext/phar/tests/tar/ |
H A D | frontcontroller7.phar.phpt | 2 Phar front controller alternate index file tar-based
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug71028.phpt | 2 Bug #71028 (Undefined index with ArrayIterator)
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | strtr_variation8.phpt | 77 for($index = 0; $index < count($replace_pairs_arr); $index++) { 79 $replace_pairs = $replace_pairs_arr[$index];
|
/PHP-7.4/tests/lang/ |
H A D | bug26696.phpt | 2 Bug #26696 (string index in a switch() crashes with multiple matches)
|
Completed in 30 milliseconds
12345678910>>...23