Home
last modified time | relevance | path

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

/PHP-8.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-8.2/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt109 $rope = "$foo$bar$baz";
110 var_dump(zend_test_is_string_marked_as_valid_utf8($rope));
H A Dstrings_marked_as_utf8.phpt114 $rope = "$foo$bar$baz";
115 var_dump(zend_test_is_string_marked_as_valid_utf8($rope));
/PHP-8.2/Zend/
H A Dzend_vm_def.h3299 zend_string **rope; variable
3306 rope[0] = Z_STR_P(var);
3316 rope[0] = Z_STR_P(var);
3323 rope[0] = zval_get_string_func(var);
3334 zend_string **rope; variable
3369 zend_string **rope; variable
3397 zend_string_release_ex(rope[i], 0);
3409 len += ZSTR_LEN(rope[i]);
3417 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
3418 target += ZSTR_LEN(rope[i]);
[all …]
H A Dzend_vm_execute.h20034 zend_string **rope; in ZEND_ROPE_ADD_SPEC_TMP_CONST_HANDLER() local
20069 zend_string **rope; in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER() local
20117 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
20515 zend_string **rope; in ZEND_ROPE_ADD_SPEC_TMP_TMPVAR_HANDLER() local
20550 zend_string **rope; in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER() local
20598 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()
21380 zend_string **rope; in ZEND_ROPE_ADD_SPEC_TMP_CV_HANDLER() local
21415 zend_string **rope; in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER() local
21463 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER()
33934 zend_string **rope; in ZEND_ROPE_INIT_SPEC_UNUSED_CONST_HANDLER() local
[all …]
H A Dzend_execute.c4509 zend_string **rope = (zend_string **)var; in cleanup_live_vars() local
4517 zend_string_release_ex(*rope, 0); in cleanup_live_vars()
4521 zend_string_release_ex(rope[j], 0); in cleanup_live_vars()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c3155 static zend_string* ZEND_FASTCALL zend_jit_rope_end(zend_string **rope, uint32_t count) in zend_jit_rope_end() argument
3163 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in zend_jit_rope_end()
3164 len += ZSTR_LEN(rope[i]); in zend_jit_rope_end()
3171 target = zend_mempcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in zend_jit_rope_end()
3172 zend_string_release_ex(rope[i], 0); in zend_jit_rope_end()

Completed in 222 milliseconds