Home
last modified time | relevance | path

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

/PHP-7.0/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.0/Zend/
H A Dzend_vm_def.h2761 zend_string **rope; variable
2768 rope[0] = zend_string_copy(Z_STR_P(var));
2775 rope[0] = Z_STR_P(var);
2782 rope[0] = _zval_get_string_func(var);
2794 zend_string **rope; variable
2827 zend_string **rope; variable
2854 zend_string_release(rope[i]);
2861 len += ZSTR_LEN(rope[i]);
2867 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
2868 target += ZSTR_LEN(rope[i]);
[all …]
H A Dzend_vm_execute.h12994 zend_string **rope; local
13027 zend_string **rope; local
13067 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
14273 zend_string **rope; local
14306 zend_string **rope; local
14346 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
14790 zend_string **rope; local
14823 zend_string **rope; local
14863 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
24004 zend_string **rope; local
[all …]
H A Dzend_execute.c2595 zend_string **rope = (zend_string **) EX_VAR(brk_opline->op1.var); in cleanup_live_vars() local
2603 zend_string_release(*rope); in cleanup_live_vars()
2607 zend_string_release(rope[j]); in cleanup_live_vars()

Completed in 144 milliseconds