Home
last modified time | relevance | path

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

/php-src/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-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2369 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
2370 concat_function(&ref->val, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2635 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2636 concat_function(zptr, zptr, value); in zend_jit_assign_op_to_typed_prop()
H A Dzend_jit_ir.c5825 ir_CALL_3(IR_VOID, ir_CONST_FC_FUNC(concat_function), arg1, arg2, arg3); in zend_jit_concat_helper()
/php-src/Zend/
H A Dzend_operators.h56 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1232 return (binary_op_type) concat_function; in get_binary_op()
H A Dzend_execute.c1553 concat_function, in zend_binary_op()
1606 concat_function(&ref->val, &ref->val, value); in zend_binary_assign_op_typed_ref()
1626 concat_function(zptr, zptr, value); in zend_binary_assign_op_typed_prop()
H A Dzend_ast.c427 concat_function(zv0, zv0, zv1) == SUCCESS) { in zend_ast_create_concat_op()
H A Dzend_operators.c1949 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2) /* {{{ */ in concat_function() function
H A Dzend_vm_execute.h8935 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
11322 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CONST_CV_HANDLER()
15361 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
16806 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
18528 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER()
40974 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_CONST_HANDLER()
44844 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_TMPVAR_HANDLER()
50209 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_CV_HANDLER()
H A Dzend_vm_def.h444 concat_function(EX_VAR(opline->result.var), op1, op2);
H A Dzend_compile.c10207concat_function(&last_const_node.u.constant, &last_const_node.u.constant, &elem_node.u.constant); in zend_compile_encaps_list()
/php-src/ext/soap/
H A Dphp_encoding.c1232 concat_function(&val, &val, &val2); in model_to_zval_any()

Completed in 352 milliseconds