Home
last modified time | relevance | path

Searched refs:arg_string_len (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/ereg/
H A Dereg.c558 int arg_string_len; in php_do_ereg_replace() local
560 …UM_ARGS() TSRMLS_CC, "ZZs", &arg_pattern, &arg_replace, &arg_string, &arg_string_len) == FAILURE) { in php_do_ereg_replace()
590 if (arg_string && arg_string_len) { in php_do_ereg_replace()
591 string = estrndup(arg_string, arg_string_len); in php_do_ereg_replace()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c2091 int arg_string_len; in PHP_FUNCTION() local
2101 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl", &arg_string, &arg_string_len, &arg_stat… in PHP_FUNCTION()
2116 RETURN_STRINGL(arg_string, arg_string_len, 1); in PHP_FUNCTION()
2154 RETURN_STRINGL(arg_string, arg_string_len, 1); in PHP_FUNCTION()
2168 string.len = arg_string_len; in PHP_FUNCTION()

Completed in 18 milliseconds