Home
last modified time | relevance | path

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

/PHP-7.3/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.3/Zend/
H A Dzend_vm_def.h2828 zend_string **rope; variable
2835 rope[0] = Z_STR_P(var);
2845 rope[0] = Z_STR_P(var);
2852 rope[0] = zval_get_string_func(var);
2864 zend_string **rope; variable
2900 zend_string **rope; variable
2930 zend_string_release_ex(rope[i], 0);
2938 len += ZSTR_LEN(rope[i]);
2944 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
2945 target += ZSTR_LEN(rope[i]);
[all …]
H A Dzend_vm_execute.h18436 zend_string **rope; local
18472 zend_string **rope; local
18516 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
18850 zend_string **rope; local
18886 zend_string **rope; local
18930 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
19810 zend_string **rope; local
19846 zend_string **rope; local
19890 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
31695 zend_string **rope; local
[all …]
H A Dzend_execute.c2876 zend_string **rope = (zend_string **)var; in cleanup_live_vars() local
2884 zend_string_release_ex(*rope, 0); in cleanup_live_vars()
2888 zend_string_release_ex(rope[j], 0); in cleanup_live_vars()

Completed in 201 milliseconds