Home
last modified time | relevance | path

Searched refs:concat_function (Results 1 – 16 of 16) sorted by relevance

/PHP-8.4/Zend/tests/
H A Dbug79836.phpt2 Bug #79836 (Segfault in concat_function)
H A Dbug79836_1.phpt2 Bug #79836 (Segfault in concat_function)
H A Dbug79836_2.phpt2 Bug #79836 (Segfault in concat_function)
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
H A Dbug79836_4.phpt2 Bug #79836 (use-after-free in concat_function)
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c2449 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
2450 concat_function(&ref->val, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2729 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2730 concat_function(zptr, zptr, value); in zend_jit_assign_op_to_typed_prop()
H A Dzend_jit_ir.c5998 ir_CALL_3(IR_VOID, ir_CONST_FC_FUNC(concat_function), arg1, arg2, arg3); in zend_jit_concat_helper()
/PHP-8.4/Zend/
H A Dzend_operators.h69 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1241 return (binary_op_type) concat_function; in get_binary_op()
H A Dzend_execute.c1640 concat_function, in zend_binary_op()
1693 concat_function(&ref->val, &ref->val, value); in zend_binary_assign_op_typed_ref()
1713 concat_function(zptr, zptr, value); in zend_binary_assign_op_typed_prop()
H A Dzend_ast.c464 concat_function(zv0, zv0, zv1) == SUCCESS) { in zend_ast_create_concat_op()
H A Dzend_operators.c1961 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2) /* {{{ */ in concat_function() function
H A Dzend_vm_execute.h9155 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
11647 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CONST_CV_HANDLER()
15736 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
17229 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
18998 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER()
42076 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_CONST_HANDLER()
46059 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_TMPVAR_HANDLER()
51532 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_CV_HANDLER()
H A Dzend_compile.c10963concat_function(&last_const_node.u.constant, &last_const_node.u.constant, &elem_node.u.constant); in zend_compile_encaps_list()
H A Dzend_vm_def.h444 concat_function(EX_VAR(opline->result.var), op1, op2);
/PHP-8.4/ext/soap/
H A Dphp_encoding.c1268 concat_function(&val, &val, &val2); in model_to_zval_any()

Completed in 296 milliseconds