Home
last modified time | relevance | path

Searched refs:rope (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/Zend/tests/
H A Dexception_in_rope_end.phpt2 Exception during rope finalization
H A Dexception_in_nested_rope.phpt2 Exception during nested rope
H A Dtemporary_cleaning_002.phpt2 Temporary leak on rope (encapsed string)
H A Drope_with_exception.phpt2 Exceptions thrown into a rope must not leak
/PHP-7.1/Zend/
H A Dzend_vm_def.h2960 zend_string **rope; variable
2967 rope[0] = zend_string_copy(Z_STR_P(var));
2974 rope[0] = Z_STR_P(var);
2981 rope[0] = _zval_get_string_func(var);
2993 zend_string **rope; variable
3026 zend_string **rope; variable
3053 zend_string_release(rope[i]);
3060 len += ZSTR_LEN(rope[i]);
3066 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
3067 target += ZSTR_LEN(rope[i]);
[all …]
H A Dzend_vm_execute.h13596 zend_string **rope; local
13629 zend_string **rope; local
13669 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
14821 zend_string **rope; local
14854 zend_string **rope; local
14894 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
15346 zend_string **rope; local
15379 zend_string **rope; local
15419 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
29427 zend_string **rope; local
[all …]
H A Dzend_execute.c2517 zend_string **rope = (zend_string **)var; in cleanup_live_vars() local
2525 zend_string_release(*rope); in cleanup_live_vars()
2529 zend_string_release(rope[j]); in cleanup_live_vars()

Completed in 147 milliseconds