Home
last modified time | relevance | path

Searched refs:str_idx (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/
H A Darray.c1561 zend_string *str_idx; in php_search_array() local
1579 if (str_idx) { in php_search_array()
1595 if (str_idx) { in php_search_array()
1612 if (str_idx) { in php_search_array()
1627 if (str_idx) { in php_search_array()
1642 if (str_idx) { in php_search_array()
3983 if (str_idx) {
3994 if (str_idx) {
4018 if (str_idx) {
4470 if (str_idx) {
[all …]
/PHP-7.4/ext/session/
H A Dsession.c2449 zend_string *str_idx; in PHP_FUNCTION() local
2473 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(options), num_idx, str_idx, value) { in PHP_FUNCTION()
2474 if (str_idx) { in PHP_FUNCTION()
2480 if (zend_string_equals_literal(str_idx, "read_and_close")) { in PHP_FUNCTION()
2485 if (php_session_start_set_ini(str_idx, val) == FAILURE) { in PHP_FUNCTION()
2486 php_error_docref(NULL, E_WARNING, "Setting option '%s' failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2492 …ror_docref(NULL, E_WARNING, "Option(%s) value must be string, boolean or long", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2432 zend_string *str_idx; in PHP_FUNCTION() local
2450 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(pattern), str_idx, replace) { in PHP_FUNCTION()
2451 if (str_idx) { in PHP_FUNCTION()
2452 ZVAL_STR_COPY(&regex, str_idx); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_execute.c2533 str_idx: in zend_find_array_dim_slow()
2546 goto str_idx; in zend_find_array_dim_slow()

Completed in 90 milliseconds