Lines Matching refs:zval

805 PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRM…  in php_trim()
1029 PHPAPI void php_explode(zval *delim, zval *str, zval *return_value, long limit) in php_explode()
1055 PHPAPI void php_explode_negative_limit(zval *delim, zval *str, zval *return_value, long limit) in php_explode_negative_limit()
1105 zval zdelim, zstr; in PHP_FUNCTION()
1143 PHPAPI void php_implode(zval *delim, zval *arr, zval *return_value TSRMLS_DC) in php_implode()
1145 zval **tmp; in php_implode()
1149 zval tmp_val; in php_implode()
1192 zval expr; in php_implode()
1231 zval **arg1 = NULL, **arg2 = NULL, *delim, *arr; in PHP_FUNCTION()
1280 zval *zv; in PHP_FUNCTION()
1561 zval *tmp;
1629 zval **element;
1691 static int php_needle_char(zval *needle, char *target TSRMLS_DC)
1706 zval holder = *needle;
1727 zval *needle;
1781 zval *needle;
1829 zval *needle;
1885 zval *needle;
1942 zval *zneedle;
2015 zval *zneedle;
2119 zval *needle;
2315 zval **str;
2316 zval **from;
2317 zval **len = NULL;
2318 zval **repl;
2326 zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL;
2459 zval *orig_str;
2460 zval dummy;
2479 zval dummy = **tmp_from;
2514 zval dummy = **tmp_len;
2546 zval *repl_str;
2547 zval zrepl;
2927 zval **entry;
2941 zval *tzv = NULL;
3068 static void php_strtr_array_do_repl(STR *text, PPRES *d, zval *return_value)
3123 static void php_strtr_array(zval *return_value, char *str, int slen, HashTable *pats)
3155 zval **from;
3269 zval **percent = NULL;
3622 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i…
3692 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result)
3881 static void php_str_replace_in_subject(zval *search, zval *replace, zval **subject, zval *result, i…
3883 zval **search_entry,
3994 zval **subject, **search, **replace, **subject_entry, **zcount = NULL;
3995 zval *result;
4353 zval **allow=NULL;
4380 zval ***args = NULL;
4381 zval **pcategory, **plocale;
4489 zval *arrayArg = NULL;
4500 zval tmp;
4508 zval ret;
5047 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in…
5049 zval op1_copy, op2_copy;
5078 PHPAPI int string_natural_case_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{…
5084 PHPAPI int string_natural_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */
5102 zval *grouping, *mon_grouping;
5179 zend_hash_update(Z_ARRVAL_P(return_value), "grouping", 9, &grouping, sizeof(zval *), NULL);
5180 …zend_hash_update(Z_ARRVAL_P(return_value), "mon_grouping", 13, &mon_grouping, sizeof(zval *), NULL…
5343 zval ***args = NULL;