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 ***
17 $db->exec('CREATE TABLE test_41698(floatval DECIMAL(8,6))');34 ["floatval"]=>39 ["floatval"]=>
201 PHP_FUNCTION(floatval) in PHP_FUNCTION() argument
3610 function floatval(mixed $value): float {}
2828 ZEND_FUNCTION(floatval);
385 RETVAL_DOUBLE(xpathobjp->floatval); in php_xpath_eval()
334 ZVAL_DOUBLE(param, obj->floatval); in php_dom_xpath_callback_fetch_args()
Completed in 38 milliseconds