Home
last modified time | relevance | path

Searched refs:index (Results 201 – 225 of 630) sorted by relevance

12345678910>>...26

/PHP-5.5/win32/
H A Dregistry.c102 char *index; in LoadDirectory() local
109 … zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in LoadDirectory()
111 if (zend_hash_add(ht, index, index_len, tmpdata, sizeof(zval*), NULL) == SUCCESS) { in LoadDirectory()
255 char *index; in UpdateIniFromRegistry() local
262 zend_hash_get_current_key_ex(ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in UpdateIniFromRegistry()
264 …zend_alter_ini_entry(index, index_len, Z_STRVAL_PP(data), Z_STRLEN_PP(data), PHP_INI_USER, PHP_INI… in UpdateIniFromRegistry()
/PHP-5.5/Zend/tests/
H A Doffset_array.phpt31 Notice: Undefined index: in %s on line %d
34 Notice: Undefined index: run away in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation2.phpt6 * Description: Sort an array and maintain index association
77 for($index = 0; $index < count($unexpected_values); $index ++) {
79 $value = $unexpected_values [$index];
H A Darray_fill_variation1.phpt10 …* Description: Create an array containing num elements starting with index start_key each initiali…
94 for($index = 0; $index < count($values); $index ++)
97 $start_key = $values[$index];
H A Darray_fill_variation1_64bit.phpt10 …* Description: Create an array containing num elements starting with index start_key each initiali…
94 for($index = 0; $index < count($values); $index ++)
97 $start_key = $values[$index];
H A Darsort_variation2.phpt6 * Description: Sort an array and maintain index association
77 for($index = 0; $index < count($unexpected_values); $index ++) {
79 $value = $unexpected_values [$index];
/PHP-5.5/ext/spl/tests/
H A Dbug45622b.phpt28 Notice: Undefined index: prop1 in %s on line 11
32 Notice: Undefined index: prop3 in %s on line 17
/PHP-5.5/ext/exif/tests/
H A Dexif_tagname_error.phpt8 /* Prototype :string exif_tagname ( string $index )
9 * Description: Get the header name for an index
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c153 ev->index = ev->fd; in fpm_event_select_add()
168 ev->index = -1; in fpm_event_select_remove()
/PHP-5.5/ext/phar/tests/
H A Dphar_mount.phpt14 $a['index.php'] = '<?php
29 include "index.php";
37 include "index.php";
/PHP-5.5/ext/standard/tests/strings/
H A Daddslashes_variation1.phpt85 for($index = 0; $index < count($values); $index ++) {
87 $str = $values [$index];
H A Dstrncasecmp_variation5.phpt85 for($index = 0; $index < count($lengths); $index ++) {
86 $len = $lengths[$index];
H A Dstrrpos_variation9.phpt82 for($index = 0; $index < count($haystacks); $index ++) {
84 var_dump( strrpos($haystacks[$index], $needle) );
H A Ducwords_variation1.phpt100 for($index = 0; $index < count($values); $index ++) {
102 $str = $values [$index];
H A Dstripcslashes_variation1.phpt87 for($index = 0; $index < count($values); $index ++) {
89 $str = $values [$index];
H A Dstripos_variation14.phpt79 for($index = 0; $index < count($offsets); $index ++) {
81 var_dump( stripos($haystack, $needle, $offsets[$index]) );
H A Dstripos_variation9.phpt82 for($index = 0; $index < count($haystacks); $index ++) {
84 var_dump( stripos($haystacks[$index], $needle) );
H A Dstripslashes_variation1.phpt86 for($index = 0; $index < count($values); $index ++) {
88 $str = $values [$index];
H A Dstrrchr_variation1.phpt77 for($index=0; $index<count($needle); $index++) {
79 var_dump( strrchr($haystack, $needle[$index]) );
H A Dstrrpos_variation14.phpt79 for($index = 0; $index < count($offsets); $index ++) {
81 var_dump( strrpos($haystack, $needle, $offsets[$index]) );
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c200 int index; in php_phttpd_request_ctor()
214 index = Ns_SetIFind(NSG(conn)->headers, "content-type"); in php_phttpd_request_ctor()
215 SG(request_info).content_type = index == -1 ? NULL : in php_phttpd_request_ctor()
216 Ns_SetValue(NSG(conn)->headers, index); in php_phttpd_request_ctor()
/PHP-5.5/ext/spl/
H A Dspl_array.c306 long index; in spl_array_get_dimension_ptr_ptr() local
349 index = Z_LVAL_P(offset); in spl_array_get_dimension_ptr_ptr()
434 long index; in spl_array_write_dimension_ex() local
508 long index; in spl_array_unset_dimension_ex() local
595 long index; in spl_array_has_dimension_ex() local
689 zval *index; in SPL_METHOD() local
701 zval *index, *value; in SPL_METHOD() local
714 zval *index, *value; in SPL_METHOD() local
760 zval *index; in SPL_METHOD() local
1853 ZEND_ARG_INFO(0, index)
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49692.ini3 /home = default:index
/PHP-5.5/ext/dom/
H A Dphp_dom.h113 …*dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int index);
122 xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index);
123 xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index);
/PHP-5.5/ext/gd/libgd/
H A Dwebpng.c113 int index; in main() local
129 index = atoi (argv[i + 1]); in main()
130 gdImageColorTransparent (im, index); in main()

Completed in 32 milliseconds

12345678910>>...26