Searched refs:zoffset (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c2293 zval **zoffset = NULL; local
2305 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|Zs", (char **)&haystack.val, &haystack.len, (char **)&needle.val, &needle.len, &zoffset, &enc_name, &enc_name_len) == FAILURE) {
2309 if (zoffset) {
2310 if (Z_TYPE_PP(zoffset) == IS_STRING) {
2311 enc_name2 = Z_STRVAL_PP(zoffset);
2312 enc_name_len2 = Z_STRLEN_PP(zoffset);
2338 convert_to_long_ex(zoffset);
2339 offset = Z_LVAL_PP(zoffset);
2345 convert_to_long_ex(zoffset);
2346 offset = Z_LVAL_PP(zoffset);
[all...]

Completed in 6 milliseconds