Home
last modified time | relevance | path

Searched refs:index (Results 476 – 500 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods6.phpt110 Notice: Undefined index: nonexistent in %s on line 45
183 Notice: Undefined index: nonexistent in %s on line 63
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar110 const START = 'index.php';
293 ������������������� ���index.php����:/H���E ٜ����������web.php����:/H���q%�����������b/…
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar110 const START = 'index.php';
293 ������������������� ���index.php����:/H���E ٜ����������web.php����:/H���q%�����������b/…
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
/PHP-5.5/ext/spl/
H A Dspl_directory.c257 intern->u.dir.index = 0; in spl_filesystem_dir_open()
341 int index, skip_dots; in spl_filesystem_object_clone() local
362 for(index = 0; index < source->u.dir.index; ++index) { in spl_filesystem_object_clone()
367 intern->u.dir.index = index; in spl_filesystem_object_clone()
759 intern->u.dir.index = 0; in SPL_METHOD()
807 intern->u.dir.index++; in SPL_METHOD()
1451 intern->u.dir.index = 0; in SPL_METHOD()
1723 object->u.dir.index++; in spl_filesystem_dir_it_move_forward()
1737 object->u.dir.index = 0; in spl_filesystem_dir_it_rewind()
1807 object->u.dir.index++; in spl_filesystem_tree_it_move_forward()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_object1.phpt6 * Description: Checks if the given key or index exists in the array
H A Darray_key_exists_variation3.phpt6 * Description: Checks if the given key or index exists in the array
H A Duasort_basic2.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_variation11.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Darray_diff_uassoc_variation13.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darsort_variation4.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_variation4.phpt6 * Description: Sort an array and maintain index association.
H A Darray_walk_variation3.phpt20 * $count - extra parameter used as an index
H A Darray_fill_error.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
H A Darray_key_exists_object2.phpt6 * Description: Checks if the given key or index exists in the array
H A Dasort_variation10.phpt6 * Description: Sort an array and maintain index association.
H A Darray_walk_recursive_variation3.phpt20 * $count - extra parameter used as an index
H A Darsort_variation10.phpt6 * Description: Sort an array and maintain index association.
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h219 const timelib_tzdb_index_entry *index; member
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation20.phpt44 // with string key index
51 var_dump( stat($link_array[0]) ); // with default numeric index
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt33 e:\inetpub\pages\index.php
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt151 Warning: mysql_field_flags(): Field -1 is invalid for MySQL result index %d in %s on line %d
153 Warning: mysql_field_flags(): Field 2 is invalid for MySQL result index %d in %s on line %d
/PHP-5.5/Zend/
H A Dzend_API.c1308 ZEND_API int add_index_long(zval *arg, ulong index, long n) /* {{{ */ in add_index_long() argument
1315 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_long()
1319 ZEND_API int add_index_null(zval *arg, ulong index) /* {{{ */ in add_index_null() argument
1326 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_null()
1330 ZEND_API int add_index_bool(zval *arg, ulong index, int b) /* {{{ */ in add_index_bool() argument
1337 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_bool()
1341 ZEND_API int add_index_resource(zval *arg, ulong index, int r) /* {{{ */ in add_index_resource() argument
1352 ZEND_API int add_index_double(zval *arg, ulong index, double d) /* {{{ */ in add_index_double() argument
1385 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value) /* {{{ */ in add_index_zval() argument
1496 ZEND_API int add_get_index_long(zval *arg, ulong index, long l, void **dest) /* {{{ */ in add_get_index_long() argument
[all …]
/PHP-5.5/ext/standard/
H A Dvar.c636 ulong index; in php_var_serialize_class() local
648 i = zend_hash_get_current_key_ex(HASH_OF(retval_ptr), &key, NULL, &index, 0, &pos); in php_var_serialize_class()
854 ulong index; in php_var_serialize_intern() local
860 i = zend_hash_get_current_key_ex(myht, &key, &key_len, &index, 0, &pos); in php_var_serialize_intern()
870 php_var_serialize_long(buf, index); in php_var_serialize_intern()
/PHP-5.5/ext/phar/tests/tar/
H A Dbug49910.phpt39 [19] => phar://*/Structures_Graph-1.0.3/docs/html/index.html
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt26 POST /index.php HTTP/1.1

Completed in 49 milliseconds

1...<<11121314151617181920>>...26