Home
last modified time | relevance | path

Searched refs:index (Results 576 – 600 of 630) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/filter/
H A Dfilter.c685 ulong index; in php_filter_array_handler() local
705 …if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(op), &arg_key, &arg_key_len, &index, 0, &pos) != HASH… in php_filter_array_handler()
/PHP-5.5/ext/phar/tests/
H A Dphar_setdefaultstub.phpt59 $web = 'index.php';
166 const START = 'index.php';
354 $web = 'index.php';
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h150 ulong index; /* descriptors hash table index */ member
/PHP-5.5/main/streams/
H A Dstreams.c126 ulong index = -1; /* intentional */ in php_stream_from_persistent_id() local
136 &index, 0, &pos); in php_stream_from_persistent_id()
143 if (index == -1) { /* not found in regular list */ in php_stream_from_persistent_id()
148 (*stream)->rsrc_id = index; in php_stream_from_persistent_id()
/PHP-5.5/ext/soap/
H A Dphp_schema.c2168 ulong index; in schema_attributegroup_fixup() local
2171 zend_hash_get_current_key((*tmp)->attributes, NULL, &index, 0); in schema_attributegroup_fixup()
2172 zend_hash_index_del((*tmp)->attributes, index); in schema_attributegroup_fixup()
2279 ulong index; in schema_type_fixup() local
2282 zend_hash_get_current_key(type->attributes, NULL, &index, 0); in schema_type_fixup()
2283 zend_hash_index_del(type->attributes, index); in schema_type_fixup()
H A Dsoap.c57 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int);
64 static xmlNodePtr serialize_parameter(sdlParamPtr param,zval *param_val,int index,char *name, int s…
1017 ulong index; in soap_create_typemap() local
1019 zend_hash_get_current_key_ex(ht2, &name, &name_len, &index, 0, &pos2); in soap_create_typemap()
4423 static xmlNodePtr serialize_parameter(sdlParamPtr param, zval *param_val, int index, char *name, in… argument
4448 snprintf(paramName, sizeof(paramNameBuf), "param%d",index);
4488 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) argument
4522 if (zend_hash_index_find(ht, index, (void **)&tmp) != FAILURE) {
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt85 Notice: Undefined index: file_handle in %s on line 34
/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation2.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Darray_key_exists.phpt9 * key can be any value possible for an array index.
H A Darray_diff_uassoc_variation3.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_intersect_uassoc_variation1.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darray_intersect_uassoc_variation2.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darray_intersect_uassoc_variation4.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A D009.phpt6 mixed key ( array &$array ) -> returns the index element of the current array position
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp427 ZEND_ARG_INFO(0, index)
/PHP-5.5/ext/gd/libgd/
H A Dgd.c2751 int index; in gdImageSetBrush() local
2752index = gdImageColorResolveAlpha(im, gdImageRed(brush, i), gdImageGreen(brush, i), gdImageBlue(bru… in gdImageSetBrush()
2753 im->brushColorMap[i] = index; in gdImageSetBrush()
2764 int index; in gdImageSetTile() local
2765index = gdImageColorResolveAlpha(im, gdImageRed(tile, i), gdImageGreen(tile, i), gdImageBlue(tile,… in gdImageSetTile()
2766 im->tileColorMap[i] = index; in gdImageSetTile()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1186 ZEND_ARG_INFO(0, index)
1210 ZEND_ARG_INFO(0, index)
/PHP-5.5/ext/phar/
H A Dphar_object.c959 char *index = NULL, *webindex = NULL, *stub, *error; in PHP_METHOD() local
963 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|pp", &index, &index_len, &webindex, &webind… in PHP_METHOD()
967 stub = phar_create_default_stub(index, webindex, &stub_len, &error TSRMLS_CC); in PHP_METHOD()
2957 char *index = NULL, *webindex = NULL, *error = NULL, *stub = NULL; in PHP_METHOD() local
2973 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s", &index, &index_len, &webindex, &webin… in PHP_METHOD()
2989 stub = phar_create_default_stub(index, webindex, &stub_len, &error TSRMLS_CC); in PHP_METHOD()
5114 ZEND_ARG_INFO(0, index)
5155 ZEND_ARG_INFO(0, index)
/PHP-5.5/Zend/
H A Dzend_interfaces.c191 *int_key = _iter->index;
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c347 long index = strtol(id, NULL, 0); in add_zval() local
348 return zend_hash_index_update(Z_ARRVAL_P(list), index, (void *) val, sizeof(zval **), NULL); in add_zval()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY446 2006/05/11: [dist] update index.html.
454 2006/04/18: [dist] update index.html.
455 2006/04/05: [dist] update index.html.
483 2006/01/26: [dist] update index.html for Oniguruma 2.5.3.
484 2006/01/25: [dist] update URL in index.html.
507 2005/12/26: [dist] update index.html for 2.5.1.
1200 2004/02/06: [dist] add index.html.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3720 >>10 search/100 \ -q\ with inverted index
4743 #>>0x04 byte 1 primary index .PX file
4922 # next free block index is positive
4984 # DBASE index file *.NDX
12051 >24 string INDEX data file index
15217 # Type: Git pack index
15219 0 string \377tOc Git pack index
15222 # Type: Git index file
15224 0 string DIRC Git index
15936 #>20 lelong -2 temporal index
[all …]
/PHP-5.5/ext/spl/
H A Dspl_iterators.c202 ZVAL_LONG(key, iter->index); in spl_recursive_it_get_current_key()
3008 ZEND_ARG_INFO(0, index)
3012 ZEND_ARG_INFO(0, index)
3491 iter->index = 0; in spl_iterator_apply()
3506 iter->index++; in spl_iterator_apply()
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME107 in various ways, and rooted in a file called index.html, is distributed in
498 index.html
499 *.html (lots more pages, hyperlinked from index.html)
646 http://www.mysqludf.org/lib_mysqludf_preg/index.php
946 doc/index.html.src the base HTML page
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar446 public function isValidOptionArg($array, $index) {
447 if (!isset($array[$index]))
451 return substr($array[$index], 0, 1) != '-';

Completed in 153 milliseconds

1...<<212223242526