Home
last modified time | relevance | path

Searched refs:floatval (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/standard/tests/general_functions/
H A Dfloatval.phpt2 Testing floatval() and its alias doubleval() Functions
5 echo "*** Testing floatval() with valid float values ***\n";
31 /* loop to check that floatval() recognizes different
35 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 ***
H A Dfloatval_basic.phpt2 Testing floatval() and its alias doubleval() Functions
32 /* loop to check that floatval() recognizes different
34 echo "*** Testing floatval() with valid float values ***\n";
37 var_dump( floatval($value) );
50 *** Testing floatval() with valid float values ***
H A Dfloatval_variation1.phpt2 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 ***
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_41698.phpt18 $db->exec('CREATE TABLE test(floatval DECIMAL(8,6))');
29 ["floatval"]=>
34 ["floatval"]=>
/PHP-8.0/ext/dom/
H A Dxpath.c88 ZVAL_DOUBLE(&fci.params[i], obj->floatval); in dom_xpath_ext_function_php()
458 RETVAL_DOUBLE(xpathobjp->floatval); in php_xpath_eval()
/PHP-8.0/ext/standard/
H A Dtype.c202 PHP_FUNCTION(floatval) in PHP_FUNCTION() argument
H A Dbasic_functions_arginfo.h2775 ZEND_FUNCTION(floatval);
3423 ZEND_FE(floatval, arginfo_floatval)
3424 ZEND_FALIAS(doubleval, floatval, arginfo_doubleval)
H A Dbasic_functions.stub.php1373 function floatval(mixed $value): float {} function
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c163 ZVAL_DOUBLE(&args[i], obj->floatval); in xsl_ext_function_php()

Completed in 34 milliseconds