Home
last modified time | relevance | path

Searched refs:index (Results 76 – 100 of 630) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/spl/internal/
H A Dseekableiterator.inc25 * \param $index position to seek to
32 function seek($index);
35 while($position < $index && $this->valid()) {
45 function seek($index);
/PHP-5.5/Zend/tests/
H A Dobject_handlers.phpt22 function offsetGet($index) {
23 $GLOBALS["y"] = $index;
25 function offsetSet($index, $newval) {
26 $GLOBALS["y"] = $index;
28 function offsetExists($index) {
29 $GLOBALS["y"] = $index;
31 function offsetUnset($index) {
32 $GLOBALS["y"] = $index;
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller19.phar4 Phar::webPhar("test.phar", "/start/index.php");
11 ����������������������start/index.php9���!�H9���HٗN����������start/another.php>���!�H>���|
13 echo "start/index.php\n";
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller19.phar4 Phar::webPhar("test.phar", "/start/index.php");
11 ����������������������start/index.php9���!�H9���HٗN����������start/another.php>���!�H>���|
13 echo "start/index.php\n";
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
/PHP-5.5/ext/filter/tests/
H A D005.phpt8 id=f03_photos&pgurl=http%3A//fifaworldcup.yahoo.com/03/en/photozone/index.html
21 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
23 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
/PHP-5.5/ext/opcache/tests/
H A Drevalidate_path_01.phpt16 $file1 = "$dir1/index.php";
17 $file2 = "$dir2/index.php";
21 @file_put_contents($main, '<?php include(\'' . $link .'/index.php\');');
47 $file1 = "$dir1/index.php";
48 $file2 = "$dir2/index.php";
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation3.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
54 for($index = 0; $index < count($values); $index ++)
57 $val = $values[$index];
/PHP-5.5/Zend/
H A Dzend_dynamic_array.c58 ZEND_API void *zend_dynamic_array_get_element(dynamic_array *da, unsigned int index) in zend_dynamic_array_get_element() argument
60 if (index >= da->current) { in zend_dynamic_array_get_element()
63 return (void *)(da->array+index*da->element_size); in zend_dynamic_array_get_element()
/PHP-5.5/ext/spl/tests/
H A Diterator_044.phpt84 Notice: Undefined index: 0 in %siterator_044.php on line %d
100 Notice: Undefined index: foo in %siterator_044.php on line %d
106 Notice: Undefined index: in %siterator_044.php on line %d
112 Notice: Undefined index: 2 in %siterator_044.php on line %d
118 Notice: Undefined index: foo in %siterator_044.php on line %d
124 Notice: Undefined index: 3 in %siterator_044.php on line %d
149 Notice: Undefined index: in %siterator_044.php on line %d
163 Notice: Undefined index: 3 in %siterator_044.php on line %d
H A Dbug65328.phpt105 protected $index = 0;
229 return $this->children[$this->index];
237 return $this->index;
245 ++$this->index;
253 $this->index = 0;
261 return array_key_exists($this->index, $this->children);
322 [index:protected] => 0
332 [index:protected] => 1
342 [index:protected] => 0
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c346 long index; in spl_fixedarray_object_read_dimension_helper() local
361 if (index < 0 || intern->array == NULL || index >= intern->array->size) { in spl_fixedarray_object_read_dimension_helper()
407 long index; in spl_fixedarray_object_write_dimension_helper() local
421 if (index < 0 || intern->array == NULL || index >= intern->array->size) { in spl_fixedarray_object_write_dimension_helper()
459 long index; in spl_fixedarray_object_unset_dimension_helper() local
467 if (index < 0 || intern->array == NULL || index >= intern->array->size) { in spl_fixedarray_object_unset_dimension_helper()
499 long index; in spl_fixedarray_object_has_dimension_helper() local
508 if (index < 0 || intern->array == NULL || index >= intern->array->size) { in spl_fixedarray_object_has_dimension_helper()
621 int index = 0; in SPL_METHOD() local
1097 ZEND_ARG_INFO(0, index)
[all …]
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php33 public function isValidOptionArg($array, $index) { argument
34 if (!isset($array[$index]))
38 return substr($array[$index], 0, 1) != '-';
/PHP-5.5/ext/mysql/tests/
H A Dmysql_result.phpt70 Warning: mysql_result(): Unable to jump to row -1 on MySQL result index %d in %s on line %d
73 Warning: mysql_result(): Unable to jump to row 2 on MySQL result index %d in %s on line %d
90 Warning: mysql_result(): unknown not found in MySQL result index %d in %s on line %d
93 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d
96 Warning: mysql_result(): not found in MySQL result index %d in %s on line %d
99 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d
108 Warning: mysql_result(): test.id not found in MySQL result index %d in %s on line %d
111 Warning: mysql_result(): test.label not found in MySQL result index %d in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dphar_running.phpt13 $phar['index.php'] = '<?php
18 include $pname . '/index.php';
25 …xpects parameter 1 to be boolean, array given in phar://%sphar_running.phar.php/index.php on line 2
H A Dzf_test.phpt25 Phar::webPhar('$file.phar', 'html/index.php');
47 phar://%szfapp.phar.tar.gz/application/default/views/scripts/index/index.phtml
49 phar://%szfapp.phar.tar.gz/html/index.php
H A Dfrontcontroller4.phpt2 Phar front controller index.php relocate (no /)
12 Location: /frontcontroller4.php/index.php
H A Dfrontcontroller5.phpt2 Phar front controller index.php relocate
13 Location: /frontcontroller5.php/index.php
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64433.phpt21 echo file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php");
25 echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
35 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
45 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_basic.phpt36 for($index = 0; $index < count($str_array); $index++) {
38 var_dump( ucwords($str_array[$index]) );
H A Dstripos_variation2.phpt78 for($index=0; $index<count($needle); $index++) {
80 var_dump( stripos($haystack, $needle[$index]) );
81 var_dump( stripos($haystack, $needle[$index], $index) );
H A Dstrrpos_variation1.phpt67 for($index=0; $index<count($needle); $index++) {
69 var_dump( strrpos($haystack, $needle[$index]) );
70 var_dump( strrpos($haystack, $needle[$index], $index) );
H A Dstrrpos_variation2.phpt68 for($index=0; $index<count($needle); $index++) {
70 var_dump( strrpos($haystack, $needle[$index]) );
71 var_dump( strrpos($haystack, $needle[$index], $index) );
/PHP-5.5/ext/hash/
H A Dhash_md.c287 unsigned int i, index, partLen; in PHP_MD5Update() local
290 index = (unsigned int) ((context->count[0] >> 3) & 0x3F); in PHP_MD5Update()
298 partLen = 64 - index; in PHP_MD5Update()
310 index = 0; in PHP_MD5Update()
328 unsigned int index, padLen; in PHP_MD5Final() local
336 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_MD5Final()
546 unsigned int i, index, partLen; in PHP_MD4Update() local
557 partLen = 64 - index; in PHP_MD4Update()
569 index = 0; in PHP_MD4Update()
586 unsigned int index, padLen; in PHP_MD4Final() local
[all …]

Completed in 26 milliseconds

12345678910>>...26