Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Darray.c1552 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 Dsession.c2177 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 Dphp_pcre.c1670 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(&regex, str_idx); in PHP_FUNCTION()

Completed in 49 milliseconds