Searched refs:variant_unary_operation (Results 1 – 1 of 1) sorted by relevance
748 static void variant_unary_operation(enum variant_unary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* … in variant_unary_operation() function808 variant_unary_operation(VOP_ABS, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()816 variant_unary_operation(VOP_FIX, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()824 variant_unary_operation(VOP_INT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()832 variant_unary_operation(VOP_NEG, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()840 variant_unary_operation(VOP_NOT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
Completed in 8 milliseconds