Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
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 Dfrontcontroller17.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
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-src/ext/phar/tests/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
H A Dfrontcontroller16.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
H A Dfrontcontroller17.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
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-src/ext/phar/tests/tar/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/php-src/ext/phar/tests/zip/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/php-src/tests/lang/
H A Dbug25922.phpt17 echo "Undefined index here: '{$data['HTTP_HEADER']}'\n";
24 Undefined index here: ''
/php-src/Zend/tests/
H A Dbug55509.phpt21 $index = strtolower($tmp[0]);
23 $infos[$index] = $value;
41 $index = strtolower($tmp[0]);
43 $infos[$index] = $value;
/php-src/ext/hash/
H A Dhash_md.c207 unsigned int index, partLen; in PHP_MD4Update() local
211 index = (unsigned int) ((context->count[0] >> 3) & 0x3F); in PHP_MD4Update()
219 partLen = 64 - index; in PHP_MD4Update()
224 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_MD4Update()
231 index = 0; in PHP_MD4Update()
237 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_MD4Update()
248 unsigned int index, padLen; in PHP_MD4Final() local
255 index = (unsigned int) ((context->count[0] >> 3) & 0x3f); in PHP_MD4Final()
256 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_MD4Final()
/php-src/Zend/
H A Dzend_bitset.h56 unsigned long index;
59 if (!BitScanForward64(&index, num)) {
61 if (!BitScanForward(&index, num)) {
67 return (int) index;
94 unsigned long index;
97 if (!BitScanReverse64(&index, num)) {
99 if (!BitScanReverse(&index, num)) {
105 return (int) (SIZEOF_ZEND_LONG * 8 - 1)- index;
/php-src/ext/gd/tests/
H A Dlibgd00191.phpt15 $index = imagecolorat($im, 12, 28);
16 $arr = imagecolorsforindex($im, $index);
H A Dbug74435.phpt13 if (($index = imagecolorat($im, $i, $j)) >= 2) {
14 list($red, $green, $blue, $alpha) = array_values(imagecolorsforindex($im, $index));
/php-src/ext/spl/
H A Dspl_dllist.c670 zend_long index; in PHP_METHOD() local
678 RETURN_BOOL(index >= 0 && index < intern->llist->count); in PHP_METHOD()
684 zend_long index; in PHP_METHOD() local
694 if (index < 0 || index >= intern->llist->count) { in PHP_METHOD()
711 zend_long index; in PHP_METHOD() local
729 if (index < 0 || index >= intern->llist->count) { in PHP_METHOD()
752 zend_long index; in PHP_METHOD() local
764 if (index < 0 || index >= intern->llist->count) { in PHP_METHOD()
1164 zend_long index; in PHP_METHOD() local
1172 if (index < 0 || index > intern->llist->count) { in PHP_METHOD()
[all …]
/php-src/ext/phar/tests/
H A Dfopen.phpt16 $a['index.php'] = '<?php
30 include "index.php";
38 …): Failed to open stream: No such file or directory in phar://%sfopen.phar.php/index.php on line %d
H A Dfatal_error_webphar.phpt9 REQUEST_URI=/fatal_error_webphar.php/index.php
10 PATH_INFO=/index.php
H A Dphar_running.phpt13 $phar['index.php'] = '<?php
17 include $pname . '/index.php';
/php-src/ext/standard/tests/strings/
H A Ducwords_variation2.phpt59 for($index =0; $index < count($heredoc_strings); $index ++) {
61 var_dump( ucwords($heredoc_strings[$index]) );

Completed in 65 milliseconds

12345678910>>...21