Home
last modified time | relevance | path

Searched refs:index (Results 226 – 250 of 630) sorted by relevance

12345678910>>...26

/PHP-5.5/scripts/apache/
H A Dconffix.awk15 print "php_admin_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
H A Dhtaccessfix.awk15 print "php_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_error_002.phpt12 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
36 string(10) "/index.php"
/PHP-5.5/ext/oci8/tests/
H A Dcoll_016.phpt43 Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in the range of %s to [0…
46 Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be in the range of %s to …
H A Dcoll_016_func.phpt43 Warning: oci_collection_element_assign(): OCI-22165: given index [%d] must be in the range of%s0%st…
46 Warning: oci_collection_element_assign(): OCI-22165: given index [5000] must be in the range of%s0%…
H A Dcoll_019.phpt89 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
94 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
99 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
107 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation4.phpt72 for($index = 0; $index < count($values); $index ++) {
74 $cut = $values [$index];
H A Dstripos_variation10.phpt84 for($index = 0; $index < count($needles); $index ++) {
86 var_dump( stripos($haystack, $needles[$index]) );
H A Dstrncmp_variation5.phpt89 for($index = 0; $index < count($lengths); $index ++) {
90 $len = $lengths[$index];
H A Dstrrpos_variation10.phpt84 for($index = 0; $index < count($needles); $index ++) {
86 var_dump( strrpos($haystack, $needles[$index]) );
H A Dstrtok_variation1.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str = $values [$index];
H A Ducwords_variation4.phpt58 for($index = 0; $index < count($str_array); $index++) {
60 var_dump( ucwords($str_array[$index]) );
H A Dchop_variation2.phpt89 for($index = 0; $index < count($values); $index ++) {
91 $charlist = $values [$index];
H A Dget_html_translation_table_variation2.phpt74 for($index = 0; $index < count($values); $index ++) {
76 $quote_style = $values [$index];
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc26 private $index = 0;
46 return $this->index;
72 $this->storage[$this->index][1] = $inf;
81 $this->index++;
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation2.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
85 for($index = 0; $index < count($values); $index ++)
88 $num = $values[$index];
/PHP-5.5/ext/phar/tests/
H A Dcached_manifest_1.phpt27 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
30 string(9) "index.php"
H A Dcached_manifest_1U.phpt27 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
30 unicode(9) "index.php"
/PHP-5.5/ext/pcre/tests/
H A Dbug44191.phpt2 Bug #44191 (preg_grep messes up array index)
/PHP-5.5/ext/spl/tests/
H A Darray_001.phpt85 Notice: Undefined index: b in %sarray_001.php on line %d
90 Notice: Undefined index: c in %sarray_001.php on line %d
H A DarrayObject_setFlags_basic1.phpt47 Notice: Undefined index: p in %s on line 10
50 Notice: Undefined index: p in %s on line 12
H A Diterator_001.phpt57 public function seek($index)
59 if ($index < count($this->a)) {
60 $this->i = $index;
62 echo __METHOD__ . '(' . $index . ")\n";
/PHP-5.5/ext/xml/tests/
H A Dbug50576.phpt21 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
23 print_r($index);
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp119 zoi_iter->zoi.index = 0; in _breakiterator_get_iterator()
145 ZVAL_LONG(key, iter->index); in _breakiterator_parts_get_current_key()
168 iter->index = cur; in _breakiterator_parts_move_forward()
170 iter->index = next; in _breakiterator_parts_move_forward()
232 ii->iterator->index = 0; in IntlIterator_from_BreakIterator_parts()
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64433_srv.inc7 header("Location: index.php?redir=1");

Completed in 26 milliseconds

12345678910>>...26