Home
last modified time | relevance | path

Searched refs:index (Results 426 – 450 of 630) sorted by relevance

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

/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation7.phpt6 * Description: Checks if the given key or index exists in the array
H A Darray_diff_uassoc_variation11.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation7.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation9.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation12.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation14.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_fill_basic.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
H A Darray_intersect_uassoc_variation6.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darray_diff_uassoc_variation6.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation8.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_intersect_uassoc_variation11.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darray_intersect_uassoc_variation5.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
/PHP-5.5/ext/xml/tests/
H A Dxml011.phpt20 xml_parse_into_struct($parser, $xml, $vals, $index);
H A Dxml_get_current_byte_index_error.phpt12 * Description: Get current byte index for an XML parser
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp384 long index; in PHP_FUNCTION() local
388 &str_id, &str_id_len, &index) == FAILURE || in PHP_FUNCTION()
389 index < (long)INT32_MIN || index > (long)INT32_MAX) { in PHP_FUNCTION()
403 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
/PHP-5.5/ext/pspell/tests/
H A D003.phpt34 Warning: pspell_check(): 0 is not a PSPELL result index in %s003.php on line 10
/PHP-5.5/ext/opcache/tests/
H A Dissue0149.phpt18 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
/PHP-5.5/ext/zip/tests/
H A Doo_rename.phpt40 echo "failed index 0\n";
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_015.phpt27 GET /index.php HTTP/1.1
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt212 Parameter #0 [ <required> $index ]
219 Parameter #0 [ <required> $index ]
/PHP-5.5/sapi/aolserver/
H A Daolserver.c436 int index; in php_ns_request_ctor() local
456 index = Ns_SetIFind(NSG(conn)->headers, "content-type"); in php_ns_request_ctor()
457 SG(request_info).content_type = index == -1 ? NULL : in php_ns_request_ctor()
458 Ns_SetValue(NSG(conn)->headers, index); in php_ns_request_ctor()
/PHP-5.5/
H A DUPGRADING.INTERNALS36 an index in EX(call_slots)
37 * opcode ZEND_NEW uses extended_vallue as an index in EX(call_slots)
39 an index in EX(call_slots)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.c494 ev->index = -1; in fpm_event_add()
529 if (ev->index >= 0 && fpm_event_queue_del(&fpm_event_queue_fd, ev) != 0) { in fpm_event_del()
533 if (ev->index < 0 && fpm_event_queue_del(&fpm_event_queue_timer, ev) != 0) { in fpm_event_del()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_seek.phpt49 Warning: mysql_field_seek(): Field -1 is invalid for MySQL result index %d in %s on line %d
138 Warning: mysql_field_seek(): Field %d is invalid for MySQL result index %d in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation1.phpt81 for($index = 0; $index < count($values); $index ++) {
83 $str = $values [$index];

Completed in 37 milliseconds

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