Home
last modified time | relevance | path

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

/PHP-7.2/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.2/Zend/
H A Dzend_vm_def.h2797 zend_string **rope; variable
2804 rope[0] = zend_string_copy(Z_STR_P(var));
2811 rope[0] = Z_STR_P(var);
2818 rope[0] = _zval_get_string_func(var);
2830 zend_string **rope; variable
2863 zend_string **rope; variable
2890 zend_string_release(rope[i]);
2898 len += ZSTR_LEN(rope[i]);
2904 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
2905 target += ZSTR_LEN(rope[i]);
[all …]
H A Dzend_vm_execute.h13643 zend_string **rope; local
13676 zend_string **rope; local
13717 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
14995 zend_string **rope; local
15028 zend_string **rope; local
15069 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
15518 zend_string **rope; local
15551 zend_string **rope; local
15592 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
28119 zend_string **rope; local
[all …]
H A Dzend_execute.c2501 zend_string **rope = (zend_string **)var; in cleanup_live_vars() local
2509 zend_string_release(*rope); in cleanup_live_vars()
2513 zend_string_release(rope[j]); in cleanup_live_vars()

Completed in 237 milliseconds