Lines Matching refs:zval

718 PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRM…  in php_trim()
942 PHPAPI void php_explode(zval *delim, zval *str, zval *return_value, long limit) in php_explode()
968 PHPAPI void php_explode_negative_limit(zval *delim, zval *str, zval *return_value, long limit) in php_explode_negative_limit()
1018 zval zdelim, zstr; in PHP_FUNCTION()
1056 PHPAPI void php_implode(zval *delim, zval *arr, zval *return_value TSRMLS_DC) in php_implode()
1058 zval **tmp; in php_implode()
1062 zval tmp_val; in php_implode()
1105 zval expr; in php_implode()
1144 zval **arg1 = NULL, **arg2 = NULL, *delim, *arr; in PHP_FUNCTION()
1193 zval *zv; in PHP_FUNCTION()
1461 zval *tmp;
1529 zval **element;
1591 static int php_needle_char(zval *needle, char *target TSRMLS_DC)
1606 zval holder = *needle;
1627 zval *needle;
1681 zval *needle;
1729 zval *needle;
1785 zval *needle;
1842 zval *zneedle;
1915 zval *zneedle;
2019 zval *needle;
2215 zval **str;
2216 zval **from;
2217 zval **len = NULL;
2218 zval **repl;
2226 zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL;
2359 zval *orig_str;
2360 zval dummy;
2373 zval dummy = **tmp_from;
2408 zval dummy = **tmp_len;
2440 zval *repl_str;
2441 zval zrepl;
2694 static void php_strtr_array(zval *return_value, char *str, int slen, HashTable *hash)
2696 zval **entry;
2699 zval **trans;
2700 zval ctmp;
2719 zend_hash_add(&tmp_hash, string_key, string_key_len, entry, sizeof(zval*), NULL);
2734 zend_hash_add(&tmp_hash, Z_STRVAL(ctmp), len+1, entry, sizeof(zval*), NULL);
2765 zval tmp;
2805 zval **from;
2919 zval **percent = NULL;
3320 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i…
3390 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result)
3579 static void php_str_replace_in_subject(zval *search, zval *replace, zval **subject, zval *result, i…
3581 zval **search_entry,
3692 zval **subject, **search, **replace, **subject_entry, **zcount = NULL;
3693 zval *result;
4048 zval **allow=NULL;
4075 zval ***args = NULL;
4076 zval **pcategory, **plocale;
4184 zval *arrayArg = NULL;
4195 zval tmp;
4203 zval ret;
4741 zval *grouping, *mon_grouping;
4818 zend_hash_update(Z_ARRVAL_P(return_value), "grouping", 9, &grouping, sizeof(zval *), NULL);
4819 …zend_hash_update(Z_ARRVAL_P(return_value), "mon_grouping", 13, &mon_grouping, sizeof(zval *), NULL…
4982 zval ***args = NULL;