Home
last modified time | relevance | path

Searched refs:index (Results 151 – 175 of 630) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/phar/tests/
H A Dfront.phar.phpt9 REQUEST_URI=/front.phar.php/index.php
10 PATH_INFO=/index.php
H A Dfatal_error_webphar.phpt9 REQUEST_URI=/fatal_error_webphar.php/index.php
10 PATH_INFO=/index.php
H A Dfopen.phpt18 $a['index.php'] = '<?php
32 include "index.php";
42 …): failed to open stream: No such file or directory in phar://%sfopen.phar.php/index.php on line %d
/PHP-5.5/ext/spl/tests/
H A Dbug34548.phpt13 public function offsetSet($index, $value)
15 parent::offsetSet($index, $value);
H A Diterator_004.phpt51 public function seek($index)
53 if ($index < count($this->a)) {
54 $this->i = $index;
56 echo __METHOD__ . '(' . $index . ")\n";
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation2.phpt64 for($index =0; $index < count($heredoc_strings); $index ++) {
66 var_dump( ucwords($heredoc_strings[$index]) );
H A Dstripos_variation15.phpt81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( stripos($values[$index], $values[$index], $values[$index]) );
H A Dstrncasecmp_variation4.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $str2 = $values[$index];
92 $len = strlen($values[$index]) + 1;
H A Dstripos_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 $haystack = $values[$index];
84 var_dump( stripos($values[$index], $values[$index]) );
85 var_dump( stripos($values[$index], $values[$index], 1) );
H A Dstrtr_variation9.phpt74 for($index = 0; $index < count($values); $index++) {
76 var_dump( strtr($values[$index], $values[$index], $values[$index]) ); //fn call with three args
77 var_dump( strtr($values[$index], $values[$index]) ); //fn call with two args
H A Dstrrchr_variation9.phpt122 for($index = 0; $index < count($haystacks); $index++) {
124 var_dump( strrchr($haystacks[$index], $needles[$index]) );
H A Dstrrchr_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( strrchr($values[$index], $values[$index]) );
H A Dstrncasecmp_variation11.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $str2 = $values[$index];
92 $len = strlen($values[$index]) + 1;
H A Dstrncmp_variation4.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $str2 = $values[$index];
92 $len = strlen($values[$index]) + 1;
H A Dstrrpos_variation15.phpt81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( strrpos($values[$index], $values[$index], $values[$index]) );
/PHP-5.5/ext/standard/tests/network/
H A Dnews.rss16 <rdf:li rdf:resource="http://php.net/index.php#id2015-01-22-3" />
21 <item rdf:about="http://php.net/index.php#id2015-01-22-3">
23 <link>http://php.net/index.php#id2015-01-22-3</link>
/PHP-5.5/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt11 …otype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array &index)
21 xml_parse_into_struct($p, $simple, $vals, $index);
24 print_r($index);
H A Dxml_parse_into_struct_error.phpt11 …otype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array &index)
24 $index = array(1, 2);
26 var_dump( xml_parse_into_struct(null, $data, $struct, $index, $extra_arg) );
/PHP-5.5/ext/opcache/tests/
H A Dissue0115.phpt15 require "phar://this/index.php";
18 $p['index.php'] = '<?php
26 $p['index.php'] = '<?php
/PHP-5.5/ext/oci8/
H A Doci8_collection.c459 int php_oci_collection_element_get(php_oci_collection *collection, long index, zval **result_elemen… in php_oci_collection_element_get() argument
476 (ub4)index, in php_oci_collection_element_get()
572 int php_oci_collection_element_set_null(php_oci_collection *collection, long index TSRMLS_DC) in php_oci_collection_element_set_null()
610 (ub4)index, in php_oci_collection_element_set_date()
655 (ub4) index, in php_oci_collection_element_set_number()
691 (ub4)index, in php_oci_collection_element_set_string()
709 int php_oci_collection_element_set(php_oci_collection *collection, long index, char *value, int val… in php_oci_collection_element_set() argument
712 return php_oci_collection_element_set_null(collection, index TSRMLS_CC); in php_oci_collection_element_set()
717 return php_oci_collection_element_set_date(collection, index, value, value_len TSRMLS_CC); in php_oci_collection_element_set()
721 return php_oci_collection_element_set_string(collection, index, value, value_len TSRMLS_CC); in php_oci_collection_element_set()
[all …]
/PHP-5.5/ext/session/tests/
H A Dbug24592.phpt23 Notice: Undefined index: foo in %s on line %d
25 Notice: Undefined index: bar in %s on line %d
/PHP-5.5/ext/exif/tests/
H A Dexif_tagname_basic.phpt11 /* Prototype :string exif_tagname ( string $index )
12 * Description: Get the header name for an index
/PHP-5.5/ext/zip/
H A Dphp_zip.c1914 long index, flags = 0; in ZIPARCHIVE_METHOD() local
2094 long index; in ZIPARCHIVE_METHOD() local
2158 long index, flags = 0; in ZIPARCHIVE_METHOD() local
2186 long index; in ZIPARCHIVE_METHOD() local
2198 if (index < 0) { in ZIPARCHIVE_METHOD()
2250 long index; in ZIPARCHIVE_METHOD() local
2262 if (index < 0) { in ZIPARCHIVE_METHOD()
2317 long index; in ZIPARCHIVE_METHOD() local
2329 if (index < 0) { in ZIPARCHIVE_METHOD()
2519 long index = -1; in php_zip_get_from() local
[all …]
/PHP-5.5/Zend/
H A Dzend_alloc.c714 unsigned int index = 0; in zend_mm_low_bit()
719 index += n; in zend_mm_low_bit()
723 return index + n; in zend_mm_low_bit()
730 size_t index; in zend_mm_add_to_free_list() local
849 if (EXPECTED(heap->free_buckets[index*2] == heap->free_buckets[index*2+1])) { in zend_mm_remove_from_free_list()
1867 index++; in zend_mm_search_large_block()
2092 if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) { in _zend_mm_free_int()
2093 heap->cache_stat[index].max_count = heap->cache_stat[index].count; in _zend_mm_free_int()
2203 cache = &heap->cache[index]; in _zend_mm_realloc_int()
2209 if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) { in _zend_mm_realloc_int()
[all …]
/PHP-5.5/ext/odbc/
H A Dphp_birdstep.h31 long index; member
44 long index; member

Completed in 57 milliseconds

12345678910>>...26