Home
last modified time | relevance | path

Searched refs:index (Results 551 – 575 of 630) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/oci8/tests/
H A Dreflection1.phpt625 Parameter #1 [ <required> $index ]
633 Parameter #1 [ <required> $index ]
1022 Parameter #1 [ <required> $index ]
1030 Parameter #1 [ <required> $index ]
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt6 * Description: Checks if the given key or index exists in the array
H A Dasort_object1.phpt6 * Description: Sort an array and maintain index association.
H A Darray_key_exists_variation2.phpt6 * Description: Checks if the given key or index exists in the array
H A Dasort_object2.phpt6 * Description: Sort an array and maintain index association.
H A Duasort_variation1.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Darray_diff_uassoc_variation2.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation4.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_intersect_uassoc_variation3.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Dasort_basic.phpt6 * Description: Sort an array and maintain index association
H A Darray_diff_uassoc_variation1.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darsort_basic.phpt6 * Description: Sort an array and maintain index association
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c435 int php_com_saproxy_create(zval *com_object, zval *proxy_out, zval *index TSRMLS_DC) in php_com_saproxy_create()
460 *proxy->indices[proxy->dimensions-1] = *index; in php_com_saproxy_create()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1042 size_t len, index = 0; in do_cli() local
1052 Z_LVAL_P(argi) = index; in do_cli()
1066 Z_LVAL_P(argi) = ++index; in do_cli()
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt29 var_dump(strlen(Phar::createDefaultStub('index.php', str_repeat('a', 400))));
39 $web = 'index.php';
146 const START = 'index.php';
333 $web = 'index.php';
H A Dbug65028.phpt124 "index.php",
/PHP-5.5/ext/gd/
H A Dgd.c440 ZEND_ARG_INFO(0, index)
468 ZEND_ARG_INFO(0, index)
1520 int index; in PHP_FUNCTION() local
1534 for (index = 0;; zend_hash_move_forward_ex(HASH_OF(styles), &pos)) { in PHP_FUNCTION()
1546 stylearr[index++] = Z_LVAL(lval); in PHP_FUNCTION()
1548 stylearr[index++] = Z_LVAL_PP(item); in PHP_FUNCTION()
1552 gdImageSetStyle(im, stylearr, index); in PHP_FUNCTION()
2904 long index; in PHP_FUNCTION() local
2919 col = index; in PHP_FUNCTION()
3000 long index; in PHP_FUNCTION() local
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch57 /* CONFIGURE: A list of index filenames to check. The files are searched
60 -#define INDEX_NAMES "index.html", "index.htm", "Default.htm", "index.cgi"
61 +#define INDEX_NAMES "index.php", "index.html", "index.htm", "Default.htm", "index.cgi"
64 ** index pages for directories that don't have an explicit index file.
/PHP-5.5/ext/dom/
H A Dphp_dom.c1480 …elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int index) /* {{{ */ in dom_get_elements_by_tag_name_ns_raw() argument
1484 while (nodep != NULL && (*cur <= index || index == -1)) { in dom_get_elements_by_tag_name_ns_raw()
1488 if (*cur == index) { in dom_get_elements_by_tag_name_ns_raw()
1495 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw()
/PHP-5.5/
H A Drun-tests.php1141 $index = "# $name[1]: $name[0]";
1147 $index = "# $redir_tested: $name";
1149 $index = $name;
1155 $test_results[$index] = $result;
1157 fwrite($failed_tests_file, "$index\n");
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c233 ZEND_ARG_INFO( 0, index )
/PHP-5.5/ext/xml/tests/
H A Dxml_get_current_byte_index_variation1.phpt12 * Description: Get current byte index for an XML parser
/PHP-5.5/ext/intl/
H A Dphp_intl.c395 ZEND_ARG_INFO( 0, index )
472 ZEND_ARG_INFO( 0, index )
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c187 static sb4 oci_bind_input_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *a… in oci_bind_input_cb() argument
219 static sb4 oci_bind_output_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *… in oci_bind_output_cb() argument
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re441 /* lookup bind first via hash and then index */
481 /* lookup bind by index */

Completed in 87 milliseconds

1...<<212223242526