Searched refs:offsetcopy (Results 1 – 2 of 2) sorted by relevance
1919 zval tmpcopy = **ppzval, matchcopy, offsetcopy; local1956 offsetcopy = **offset;1957 zval_copy_ctor(&offsetcopy);1958 INIT_PZVAL(&offsetcopy);1959 convert_to_long(&offsetcopy); 1962 Z_LVAL_P(pattern_offset) = Z_LVAL(offsetcopy);1965 zval_dtor(&offsetcopy);
3091 + zval tmpcopy = **ppzval, matchcopy, offsetcopy;3128 + offsetcopy = **offset;3129 + zval_copy_ctor(&offsetcopy);3130 + INIT_PZVAL(&offsetcopy);3131 + convert_to_long(&offsetcopy); 3134 + Z_LVAL_P(pattern_offset) = Z_LVAL(offsetcopy);3137 + zval_dtor(&offsetcopy);
Completed in 13 milliseconds