Home
last modified time | relevance | path

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

/PHP-8.2/Zend/tests/
H A Dconcat_002.phpt7 * Test case for a concat_function() change that broke a test outside of Zend
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c2320 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
2321 concat_function(&ref->val, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2580 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2581 concat_function(zptr, zptr, value); in zend_jit_assign_op_to_typed_prop()
H A Dzend_jit_arm64.dasc5037 | EXT_CALL concat_function, REG0
H A Dzend_jit_x86.dasc5552 | EXT_CALL concat_function, r0
/PHP-8.2/Zend/
H A Dzend_operators.h68 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1210 return (binary_op_type) concat_function; in get_binary_op()
H A Dzend_execute.c1454 concat_function, in zend_binary_op()
1507 concat_function(&ref->val, &ref->val, value); in zend_binary_assign_op_typed_ref()
1527 concat_function(zptr, zptr, value); in zend_binary_assign_op_typed_prop()
H A Dzend_ast.c428 concat_function(zv0, zv0, zv1) == SUCCESS) { in zend_ast_create_concat_op()
H A Dzend_operators.c1890 ZEND_API zend_result ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2) /* {{{ */ in concat_function() function
H A Dzend_vm_execute.h8601 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
10985 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CONST_CV_HANDLER()
15026 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
16463 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
18158 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER()
39937 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_CONST_HANDLER()
43753 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_TMPVAR_HANDLER()
49059 concat_function(EX_VAR(opline->result.var), op1, op2); in ZEND_CONCAT_SPEC_CV_CV_HANDLER()
H A Dzend_compile.c9799concat_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.h441 concat_function(EX_VAR(opline->result.var), op1, op2);
/PHP-8.2/ext/soap/
H A Dphp_encoding.c1224 concat_function(&val, &val, &val2); in model_to_zval_any()

Completed in 321 milliseconds