Home
last modified time | relevance | path

Searched refs:index (Results 126 – 150 of 630) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/spl/tests/
H A DarrayObject___construct_basic4.phpt64 Notice: Undefined index: prop in %s on line 39
66 Notice: Undefined index: prop in %s on line 40
68 Notice: Undefined index: prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
96 Notice: Undefined index: prop in %s on line 40
H A DarrayObject___construct_basic5.phpt64 Notice: Undefined index: prop in %s on line 39
66 Notice: Undefined index: prop in %s on line 40
68 Notice: Undefined index: prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
96 Notice: Undefined index: prop in %s on line 40
/PHP-5.5/ext/phar/tests/tar/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller4.phar.phpt2 Phar front controller index.php relocate (no /) zip-based
13 Location: /frontcontroller4.phar.php/index.php
H A Dfrontcontroller5.phar.phpt2 Phar front controller index.php relocate zip-based
14 Location: /frontcontroller5.phar.php/index.php
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 zip-based
19 <h1>404 - File /index.php Not Found</h1>
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dblog.phar4 Phar::webPhar("blog", "index.php");
6 ^������������������ ���index.phpv����7Hv���r�%�������� ���install.php����7H���2���������<…
H A Dfrontcontroller16.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
H A Dfrontcontroller18.phar.inc4 $a['index.php'] = '<?php
12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
H A Dblog.phar.inc10 Phar::webPhar("blog", "index.php");
12 $phar['index.php'] = '<?php if (!file_exists("config.xml")) {
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller16.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
H A Dfrontcontroller18.phar.inc4 $a['index.php'] = '<?php
12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
H A Dblog.phar6 Phar::webPhar("blog", "index.php");
8 ^������������������ ���index.php����?2�I����坙�������� ���install.php���?2�I���2���������<?p…
H A Dblog.phar.inc12 Phar::webPhar("blog", "index.php");
14 $phar['index.php'] = '<?php if (!file_exists("config.xml")) {
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 tar-based
19 <h1>404 - File /index.php Not Found</h1>
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller8.phpt2 Phar front controller no index file 404 [cache_list]
21 <h1>404 - File /index.php Not Found</h1>
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation1.phpt44 for($index = 0; $index < count($str_arr); $index++) {
47 $str = $str_arr[$index]; //getting the $str_arr element in $str variable
H A Dstrtr_variation2.phpt48 for($index = 0; $index < count($str_arr); $index++) {
51 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-5.5/ext/standard/tests/array/
H A Darray_column_error.phpt32 echo "\n-- Testing array_column() index key parameter should be a string or an integer (testing boo…
35 echo "\n-- Testing array_column() index key parameter should be a string or integer (testing array)…
73 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
75 Warning: array_column(): The index key should be either a string or an integer in %s on line %d
78 -- Testing array_column() index key parameter should be a string or integer (testing array) --
80 Warning: array_column(): The index key should be either a string or an integer in %s on line %d
/PHP-5.5/main/streams/
H A Dglob_wrapper.c42 size_t index; member
148 if (pglob->index < (size_t)pglob->glob.gl_pathc) { in php_glob_stream_read()
149 …php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[pglob->index++], pglob->flags & GLOB_APPEND… in php_glob_stream_read()
153 pglob->index = pglob->glob.gl_pathc; in php_glob_stream_read()
169 pglob->index = 0; in php_glob_stream_close()
188 pglob->index = 0; in php_glob_stream_rewind()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c767 long index; in SPL_METHOD() local
776 RETURN_BOOL(index >= 0 && index < intern->llist->count); in SPL_METHOD()
784 long index; in SPL_METHOD() local
795 if (index < 0 || index >= intern->llist->count) { in SPL_METHOD()
835 if (index < 0 || index >= intern->llist->count) { in SPL_METHOD()
871 long index; in SPL_METHOD() local
884 if (index < 0 || index >= intern->llist->count) { in SPL_METHOD()
1249 long index; in SPL_METHOD() local
1258 if (index < 0 || index > intern->llist->count) { in SPL_METHOD()
1346 ZEND_ARG_INFO(0, index)
[all …]
/PHP-5.5/ext/gd/tests/
H A Dlibgd00191.phpt14 $index = imagecolorat($im, 12, 28);
15 $arr = imagecolorsforindex($im, $index);
/PHP-5.5/ext/session/tests/
H A Dsession_decode_error2.phpt20 for($index = 0; $index < strlen($data); $index++) {
21 echo "\n-- Iteration $index --\n";
22 $encoded = substr($data, 0, $index);
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c114 static void **index; variable
786 free(index); in Q_Sort()
793 index = malloc(q->size * sizeof(q->cursor->data)); in Q_Sort()
794 if(index == NULL) in Q_Sort()
799 free(index); in Q_Sort()
807 index[i] = d; in Q_Sort()
814 QuickSort(index, 0, q->size - 1, Comp); in Q_Sort()
821 dn->data = index[i++]; in Q_Sort()
863 val = Comp(key, index[ mid ]); in Q_BSearch()
917 return index[idx]; in Q_Seek()

Completed in 84 milliseconds

12345678910>>...26