Searched refs:rope (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/Zend/tests/ |
H A D | exception_in_rope_end.phpt | 2 Exception during rope finalization
|
H A D | exception_in_nested_rope.phpt | 2 Exception during nested rope
|
H A D | temporary_cleaning_002.phpt | 2 Temporary leak on rope (encapsed string)
|
H A D | rope_with_exception.phpt | 2 Exceptions thrown into a rope must not leak
|
/PHP-8.1/Zend/ |
H A D | zend_vm_def.h | 3272 zend_string **rope; variable 3279 rope[0] = Z_STR_P(var); 3289 rope[0] = Z_STR_P(var); 3296 rope[0] = zval_get_string_func(var); 3307 zend_string **rope; variable 3342 zend_string **rope; variable 3372 zend_string_release_ex(rope[i], 0); 3380 len += ZSTR_LEN(rope[i]); 3386 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); 3387 target += ZSTR_LEN(rope[i]); [all …]
|
H A D | zend_vm_execute.h | 19532 zend_string **rope; in ZEND_ROPE_ADD_SPEC_TMP_CONST_HANDLER() local 19567 zend_string **rope; in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER() local 19611 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER() 20008 zend_string **rope; in ZEND_ROPE_ADD_SPEC_TMP_TMPVAR_HANDLER() local 20043 zend_string **rope; in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER() local 20087 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER() 20867 zend_string **rope; in ZEND_ROPE_ADD_SPEC_TMP_CV_HANDLER() local 20902 zend_string **rope; in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER() local 20946 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER() 32951 zend_string **rope; in ZEND_ROPE_INIT_SPEC_UNUSED_CONST_HANDLER() local [all …]
|
H A D | zend_execute.c | 4418 zend_string **rope = (zend_string **)var; in cleanup_live_vars() local 4426 zend_string_release_ex(*rope, 0); in cleanup_live_vars() 4430 zend_string_release_ex(rope[j], 0); in cleanup_live_vars()
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 3120 static zend_string* ZEND_FASTCALL zend_jit_rope_end(zend_string **rope, uint32_t count) in zend_jit_rope_end() argument 3128 len += ZSTR_LEN(rope[i]); in zend_jit_rope_end() 3133 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in zend_jit_rope_end() 3134 target += ZSTR_LEN(rope[i]); in zend_jit_rope_end() 3135 zend_string_release_ex(rope[i], 0); in zend_jit_rope_end()
|
Completed in 175 milliseconds