Searched refs:number_arg (Results 1 – 1 of 1) sorted by relevance
1032 zval *number_arg; in ZEND_FUNCTION() local1036 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &number_arg, &base) == FAILURE) { in ZEND_FUNCTION()1046 if (convert_to_gmp(gmpnumber, number_arg, base) == FAILURE) { in ZEND_FUNCTION()
Completed in 9 milliseconds