Searched refs:floatval (Results 1 – 9 of 9) sorted by relevance
2 Testing floatval() and its alias doubleval() Functions5 echo "*** Testing floatval() with valid float values ***\n";31 /* loop to check that floatval() recognizes different35 var_dump( floatval($value) );48 echo "\n*** Testing floatval() on non floating types ***\n";76 floatval() on non float types, expected output: float value valid floating point numbers */78 var_dump( floatval($type) );95 *** Testing floatval() with valid float values ***141 *** Testing floatval() on non floating types ***
2 Testing floatval() and its alias doubleval() Functions32 /* loop to check that floatval() recognizes different34 echo "*** Testing floatval() with valid float values ***\n";37 var_dump( floatval($value) );50 *** Testing floatval() with valid float values ***
2 Testing floatval() and its alias doubleval() functions : usage variations - different data types as…31 floatval() on non float types, expected output: float value valid floating point numbers */32 echo "\n*** Testing floatval() on non floating types ***\n";35 var_dump( floatval($type) );52 *** Testing floatval() on non floating types ***
18 $db->exec('CREATE TABLE test(floatval DECIMAL(8,6))');29 ["floatval"]=>34 ["floatval"]=>
88 ZVAL_DOUBLE(&fci.params[i], obj->floatval); in dom_xpath_ext_function_php()458 RETVAL_DOUBLE(xpathobjp->floatval); in php_xpath_eval()
202 PHP_FUNCTION(floatval) in PHP_FUNCTION() argument
2775 ZEND_FUNCTION(floatval);3423 ZEND_FE(floatval, arginfo_floatval)3424 ZEND_FALIAS(doubleval, floatval, arginfo_doubleval)
1373 function floatval(mixed $value): float {} function
163 ZVAL_DOUBLE(&args[i], obj->floatval); in xsl_ext_function_php()
Completed in 35 milliseconds