Searched refs:str_idx (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | array.c | 1552 zend_string *str_idx; in php_search_array() local 1569 if (str_idx) { in php_search_array() 1585 if (str_idx) { in php_search_array() 1600 if (str_idx) { in php_search_array() 1615 if (str_idx) { in php_search_array() 3282 zend_string *str_idx; local 3299 if (str_idx) { 3310 if (str_idx) { 3328 if (str_idx) { 3723 if (str_idx) { [all …]
|
/PHP-7.1/ext/session/ |
H A D | session.c | 2177 zend_string *str_idx; 2186 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(options), num_idx, str_idx, value) { 2187 if (str_idx) { 2193 if (zend_string_equals_literal(str_idx, "read_and_close")) { 2197 if (php_session_start_set_ini(str_idx, val) == FAILURE) { 2198 php_error_docref(NULL, E_WARNING, "Setting option '%s' failed", ZSTR_VAL(str_idx)); 2204 …ror_docref(NULL, E_WARNING, "Option(%s) value must be string, boolean or long", ZSTR_VAL(str_idx));
|
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.c | 1670 zend_string *str_idx; in PHP_FUNCTION() local 1683 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(pattern), str_idx, replace) { in PHP_FUNCTION() 1684 if (str_idx) { in PHP_FUNCTION() 1685 ZVAL_STR_COPY(®ex, str_idx); in PHP_FUNCTION()
|
Completed in 41 milliseconds