Searched refs:zv0 (Results 1 – 1 of 1) sorted by relevance
461 zval *zv0 = zend_ast_get_zval(op0); in zend_ast_create_concat_op() local463 if (!zend_binary_op_produces_error(ZEND_CONCAT, zv0, zv1) && in zend_ast_create_concat_op()464 concat_function(zv0, zv0, zv1) == SUCCESS) { in zend_ast_create_concat_op()466 return zend_ast_create_zval(zv0); in zend_ast_create_concat_op()
Completed in 10 milliseconds