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