Home
last modified time | relevance | path

Searched refs:index (Results 501 – 525 of 630) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/standard/tests/array/
H A Duasort_basic1.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Dasort_variation1.phpt6 * Description: Sort an array and maintain index association
82 for($index = 0; $index < count($unexpected_values); $index ++) {
84 $value = $unexpected_values [$index];
H A Darray_diff_uassoc_error.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_intersect_uassoc_error.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darsort_variation6.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_variation6.phpt6 * Description: Sort an array and maintain index association.
H A Duasort_variation3.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Darray_key_exists_variation6.phpt6 * Description: Checks if the given key or index exists in the array
H A Dasort_variation11.phpt6 * Description: Sort an array and maintain index association.
H A Darsort_object1.phpt6 * Description: Sort an array and maintain index association.
H A Darsort_variation11.phpt6 * Description: Sort an array and maintain index association.
H A Duasort_variation4.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_variation5.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_variation8.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Darsort_variation1.phpt6 * Description: Sort an array and maintain index association
82 for($index = 0; $index < count($unexpected_values); $index ++) {
84 $value = $unexpected_values [$index];
H A Darsort_variation8.phpt6 * Description: Sort an array and maintain index association.
H A Duasort_error.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_object1.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
/PHP-5.5/ext/ldap/tests/
H A DREADME27 index objectClass eq
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_report.phpt198 // this might cause a warning - no index used
208 // this might cause a warning - no index used
224 // this might cause a warning - no index used
233 // Maybe we've provoked an index message, maybe not.
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt79 for($index = 0; $index < count($values); $index ++) {
81 $width = $values [$index];
/PHP-5.5/ext/xml/tests/
H A Dxml_parse_into_struct_variation1.phpt11 …otype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array &index)
92 var_dump( xml_parse_into_struct($value, $data, $struct, $index) );
/PHP-5.5/ext/oci8/
H A Doci8_lob.c101 descriptor->index = (connection->descriptor_count)++; in php_oci_lob_create()
108 …zend_hash_index_update(connection->descriptors,descriptor->index,&descriptor,sizeof(php_oci_descri… in php_oci_lob_create()
680 zend_hash_index_del(descriptor->connection->descriptors, descriptor->index); in php_oci_lob_free()
684 if (descriptor->index + 1 == descriptor->connection->descriptor_count) { in php_oci_lob_free()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1804 ulong index; in sdl_serialize_key() local
1806 if (zend_hash_get_current_key_ex(ht, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in sdl_serialize_key()
2445 ulong index; in make_persistent_sdl_function_headers() local
2482 …if (zend_hash_get_current_key_ex(headers, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_function_headers()
2513 ulong index; in make_persistent_sdl_parameters() local
2543 if (zend_hash_get_current_key_ex(params, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_parameters()
2560 ulong index; in make_persistent_sdl_function_faults() local
2592 if (zend_hash_get_current_key_ex(faults, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_function_faults()
2609 ulong index; in make_persistent_sdl_attribute() local
2721 ulong index; in make_persistent_sdl_type() local
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_links.phpt41 // free some links but let index 1 remain

Completed in 54 milliseconds

1...<<212223242526