Home
last modified time | relevance | path

Searched refs:index (Results 526 – 550 of 630) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/standard/tests/array/
H A Darsort_object2.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_variation8.phpt6 * Description: Sort an array and maintain index association.
H A Duasort_object2.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Dksort_variation1.phpt80 for($index = 0; $index < count($unexpected_values); $index ++) {
82 $value = $unexpected_values [$index];
H A Dkrsort_variation1.phpt80 for($index = 0; $index < count($unexpected_values); $index ++) {
82 $value = $unexpected_values [$index];
H A Dsort_variation1.phpt81 for($index = 0; $index < count($unexpected_values); $index ++) {
83 $value = $unexpected_values [$index];
H A Darsort_variation9.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_variation3.phpt6 * Description: Sort an array and maintain index association
H A Darray_fill_variation5.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
H A Darsort_variation3.phpt6 * Description: Sort an array and maintain index association
H A Dasort_variation9.phpt6 * Description: Sort an array and maintain index association.
H A Darsort_variation5.phpt11 * Description: Sort an array and maintain index association
H A Dasort_variation5.phpt11 * Description: Sort an array and maintain index association
/PHP-5.5/ext/zip/lib/
H A Dzip.h194 zip_uint64_t index; /* index within archive */ member
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c467 long *index; in firebird_stmt_param_hook() local
470 if (SUCCESS == zend_hash_find(S->named_params, param->name, param->namelen+1, (void*)&index)) { in firebird_stmt_param_hook()
471 param->paramno = *index; in firebird_stmt_param_hook()
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dopenssl.phar3 $web = 'index.php';
110 const START = 'index.php';
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path2.phar3 $web = 'index.php';
110 const START = 'index.php';
H A Dopenssl.phar3 $web = 'index.php';
110 const START = 'index.php';
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation11.phpt61 foreach($values as $index) {
910 string(6) "$index"
/PHP-5.5/Zend/
H A DZEND_CHANGES901 index being NULL. That means that as with standard arrays you
910 function offsetExists($index) {
911 return array_key_exists($index, $this->a);
913 function offsetGet($index) {
914 return $this->a[$index];
916 function offsetSet($index, $newval) {
917 return $this->a[$index] = $newval;
919 function offsetUnset($index) {
920 unset($this->a[$index]);
/PHP-5.5/ext/spl/
H A Ddoxygen.cfg97 # configuration options related to the alphabetical class index
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h84 int php_com_saproxy_create(zval *com_object, zval *proxy_out, zval *index TSRMLS_DC);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_persistent.phpt63 // free some links but let index 1 remain
/PHP-5.5/ext/readline/
H A Dreadline_cli.c501 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() argument
516 if (!index) { in cli_completion_generator()
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c314 int cmp = strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
321 (*tzf) = &(tzdb->data[tzdb->index[mid].pos]); in seek_to_tz_position()

Completed in 40 milliseconds

1...<<212223242526