/PHP-7.4/ext/standard/tests/array/ |
H A D | array_fill_variation5.phpt | 6 …* Description: Create an array containing num elements starting with index start_key each initiali…
|
H A D | arsort_variation5.phpt | 6 * Description: Sort an array and maintain index association
|
H A D | asort_variation5.phpt | 6 * Description: Sort an array and maintain index association
|
H A D | arsort_object1.phpt | 6 * Description: Sort an array and maintain index association.
|
H A D | asort_object1.phpt | 6 * Description: Sort an array and maintain index association.
|
H A D | array_key_exists_variation1.phpt | 6 * Description: Checks if the given key or index exists in the array
|
H A D | asort_object2.phpt | 6 * Description: Sort an array and maintain index association.
|
H A D | arsort_object2.phpt | 6 * Description: Sort an array and maintain index association.
|
/PHP-7.4/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 82 int php_com_saproxy_create(zval *com_object, zval *proxy_out, zval *index);
|
H A D | com_saproxy.c | 433 int php_com_saproxy_create(zval *com_object, zval *proxy_out, zval *index) in php_com_saproxy_create() argument 457 ZVAL_DUP(&proxy->indices[proxy->dimensions-1], index); in php_com_saproxy_create()
|
/PHP-7.4/ext/date/lib/ |
H A D | parse_tz.c | 425 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position() 432 (*tzf) = &(tzdb->data[tzdb->index[mid].pos]); in seek_to_tz_position() 449 return tzdb->index; in timelib_timezone_identifiers_list()
|
/PHP-7.4/Zend/ |
H A D | zend_API.h | 412 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n); 413 ZEND_API int add_index_null(zval *arg, zend_ulong index); 414 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b); 415 ZEND_API int add_index_resource(zval *arg, zend_ulong index, zend_resource *r); 416 ZEND_API int add_index_double(zval *arg, zend_ulong index, double d); 417 ZEND_API int add_index_str(zval *arg, zend_ulong index, zend_string *str); 418 ZEND_API int add_index_string(zval *arg, zend_ulong index, const char *str); 419 ZEND_API int add_index_stringl(zval *arg, zend_ulong index, const char *str, size_t length); 421 static zend_always_inline int add_index_zval(zval *arg, zend_ulong index, zval *value) in add_index_zval() argument 423 return zend_hash_index_update(Z_ARRVAL_P(arg), index, value) ? SUCCESS : FAILURE; in add_index_zval()
|
H A D | zend_API.c | 1534 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_long() 1539 ZEND_API int add_index_null(zval *arg, zend_ulong index) /* {{{ */ in add_index_null() argument 1544 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_null() 1549 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b) /* {{{ */ in add_index_bool() argument 1554 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_bool() 1564 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_resource() 1569 ZEND_API int add_index_double(zval *arg, zend_ulong index, double d) /* {{{ */ in add_index_double() argument 1574 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_double() 1584 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_str() 1594 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_string() [all …]
|
H A D | zend_builtin_functions.c | 1959 zend_ulong index; in ZEND_FUNCTION() local 1968 ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { in ZEND_FUNCTION() 1971 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION() 1976 ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { in ZEND_FUNCTION() 1979 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION() 1991 ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { in ZEND_FUNCTION() 1994 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
|
H A D | zend_exceptions.c | 627 zend_ulong index; in ZEND_METHOD() local 642 ZEND_HASH_FOREACH_NUM_KEY_VAL(Z_ARRVAL_P(trace), index, frame) { in ZEND_METHOD() 644 zend_error(E_WARNING, "Expected array for frame " ZEND_ULONG_FMT, index); in ZEND_METHOD()
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | zend_optimizer.c | 507 zend_ulong index; in zend_optimizer_update_op2_const() local 509 if (ZEND_HANDLE_NUMERIC(Z_STR_P(val), index)) { in zend_optimizer_update_op2_const() 510 ZVAL_LONG(&tmp, index); in zend_optimizer_update_op2_const() 523 zend_ulong index; in zend_optimizer_update_op2_const() local 524 if (ZEND_HANDLE_NUMERIC(Z_STR_P(val), index)) { in zend_optimizer_update_op2_const() 526 ZVAL_LONG(val, index); in zend_optimizer_update_op2_const()
|
/PHP-7.4/ext/readline/ |
H A D | readline_cli.c | 504 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() argument 518 if (!index) { in cli_completion_generator()
|
/PHP-7.4/ext/pdo_firebird/ |
H A D | firebird_statement.c | 534 zval *index; in firebird_stmt_param_hook() local 537 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook() 538 param->paramno = Z_LVAL_P(index); in firebird_stmt_param_hook()
|
/PHP-7.4/ext/oci8/tests/ |
H A D | reflection1.phpt | 626 Parameter #1 [ <required> $index ] 634 Parameter #1 [ <required> $index ] 1023 Parameter #1 [ <required> $index ] 1031 Parameter #1 [ <required> $index ]
|
/PHP-7.4/azure/ |
H A D | community_job.yml | 91 … php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
|
/PHP-7.4/ext/dom/ |
H A D | php_dom.c | 1340 …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 1344 while (nodep != NULL && (*cur <= index || index == -1)) { in dom_get_elements_by_tag_name_ns_raw() 1348 if (*cur == index) { in dom_get_elements_by_tag_name_ns_raw() 1355 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-7.4/ext/spl/tests/ |
H A D | bug66834.phpt | 153 Notice: Undefined index: foo in %s on line %d
|
/PHP-7.4/ext/phar/tests/ |
H A D | phar_createdefaultstub.phpt | 29 var_dump(strlen(Phar::createDefaultStub('index.php', str_repeat('a', 400)))); 39 $web = 'index.php'; 146 const START = 'index.php'; 333 $web = 'index.php';
|
/PHP-7.4/ext/ldap/tests/ |
H A D | README.md | 114 index objectClass eq
|
/PHP-7.4/ext/gd/ |
H A D | gd.c | 473 ZEND_ARG_INFO(0, index) 501 ZEND_ARG_INFO(0, index) 1541 int index = 0; in PHP_FUNCTION() local 1562 stylearr[index++] = zval_get_long(item); in PHP_FUNCTION() 1565 gdImageSetStyle(im, stylearr, index); in PHP_FUNCTION() 3029 zend_long index; in PHP_FUNCTION() local 3033 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &IM, &index) == FAILURE) { in PHP_FUNCTION() 3046 col = index; in PHP_FUNCTION() 3146 zend_long index; in PHP_FUNCTION() local 3150 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &IM, &index) == FAILURE) { in PHP_FUNCTION() [all …]
|