Home
last modified time | relevance | path

Searched refs:index (Results 101 – 125 of 630) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/dom/
H A Dnamelist.c32 ZEND_ARG_INFO(0, index)
36 ZEND_ARG_INFO(0, index)
H A Dnamednodemap.c44 ZEND_ARG_INFO(0, index)
204 long index; in PHP_FUNCTION() local
213 …END_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_namednodemap_class_entry, &index) == FAILURE) { in PHP_FUNCTION()
216 if (index >= 0) { in PHP_FUNCTION()
226 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
228 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in PHP_FUNCTION()
236 while (count < index && curnode != NULL) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller17.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), "sort");
10 7������������������ ���index.php����hH���JVԋ�������<?php
H A Dfrontcontroller16.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
10 7������������������ ���index.php����hH���JVԋ�������<?php
H A Dfrontcontroller18.phar6 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
13 7������������������ ���index.php���)�H���JVԋ�������<?php
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
H A Dfrontcontroller17.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), "sort");
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller17.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), "sort");
10 7������������������ ���index.php����hH���JVԋ�������<?php
H A Dfrontcontroller16.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
10 7������������������ ���index.php����hH���JVԋ�������<?php
H A Dfrontcontroller18.phar6 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
13 7������������������ ���index.php���)�H���JVԋ�������<?php
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
H A Dfrontcontroller17.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), "sort");
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt54 for( $index = 0; $index < count($strings); $index++ ) {
56 var_dump( strrev($strings[$index]) );
H A Dstrtr_variation4.phpt41 for($index = 0; $index < count($str_arr); $index++) {
44 $str = $str_arr[$index]; //getting the array element in 'str' variable
H A Djoin_variation4.phpt47 for($index = 0; $index < count($glues); $index ++) {
49 var_dump( join($glues[$index], $pieces) );
H A Dstripos_variation1.phpt76 for($index=0; $index<count($needle); $index++) {
78 var_dump( stripos($haystack, $needle[$index]) );
79 var_dump( stripos($haystack, $needle[$index], $index) );
H A Dstrrpos_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 $haystack = $values[$index];
84 var_dump( strrpos($values[$index], $values[$index]) );
85 var_dump( strrpos($values[$index], $values[$index], 1) );
/PHP-5.5/Zend/tests/
H A Dbug55509.phpt21 $index = strtolower($tmp[0]);
23 $infos[$index] = $value;
38 $index = strtolower($tmp[0]);
40 $infos[$index] = $value;
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller4.phpt2 Phar front controller index.php relocate (no /) [cache_list]
14 Location: /frontcontroller4.php/index.php
H A Dfrontcontroller5.phpt2 Phar front controller index.php relocate [cache_list]
15 Location: /frontcontroller5.php/index.php
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller4.phar.phpt2 Phar front controller index.php relocate (no /) tar-based
12 Location: /frontcontroller4.phar.php/index.php
H A Dfrontcontroller5.phar.phpt2 Phar front controller index.php relocate tar-based
13 Location: /frontcontroller5.phar.php/index.php
/PHP-5.5/tests/lang/
H A Dbug25922.phpt17 echo "Undefined index here: '{$data['HTTP_HEADER']}'\n";
23 Undefined index here: ''
H A Dbug25547.phpt2 Bug #25547 (error_handler and array index with function call)
25 handler(Undefined index: foo)
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller8.phpt2 Phar front controller no index file 404
19 <h1>404 - File /index.php Not Found</h1>

Completed in 24 milliseconds

12345678910>>...26