Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Darray.c1555 zend_string *str_idx; in php_search_array() local
1572 if (str_idx) { in php_search_array()
1588 if (str_idx) { in php_search_array()
1603 if (str_idx) { in php_search_array()
1618 if (str_idx) { in php_search_array()
3883 zend_string *str_idx; local
3909 if (str_idx) {
3920 if (str_idx) {
3942 if (str_idx) {
4397 if (str_idx) {
[all …]
/PHP-7.3/ext/session/
H A Dsession.c2436 zend_string *str_idx; in PHP_FUNCTION() local
2460 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(options), num_idx, str_idx, value) { in PHP_FUNCTION()
2461 if (str_idx) { in PHP_FUNCTION()
2467 if (zend_string_equals_literal(str_idx, "read_and_close")) { in PHP_FUNCTION()
2472 if (php_session_start_set_ini(str_idx, val) == FAILURE) { in PHP_FUNCTION()
2473 php_error_docref(NULL, E_WARNING, "Setting option '%s' failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2479 …ror_docref(NULL, E_WARNING, "Option(%s) value must be string, boolean or long", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2390 zend_string *str_idx; in PHP_FUNCTION() local
2407 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(pattern), str_idx, replace) { in PHP_FUNCTION()
2408 if (str_idx) { in PHP_FUNCTION()
2409 ZVAL_STR_COPY(&regex, str_idx); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_execute.c2086 str_idx: in zend_find_array_dim_slow()
2099 goto str_idx; in zend_find_array_dim_slow()

Completed in 47 milliseconds