Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Doctdec_basic_64bit.phpt2 Test octdec() - basic function test octdec()
10 echo "*** Testing octdec() : basic functionality ***\n";
31 $res = octdec($values[$i]);
37 *** Testing octdec() : basic functionality ***
H A Doctdec_basiclong_64bit.phpt2 Test octdec function : 64bit long tests
29 var_dump(octdec($strVal));
H A Doctdec_basic.phpt2 Test octdec() - basic function test octdec()
28 $res = octdec($values[$i]);
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
7 /* Prototype : number octdec ( string $octal_string )
12 echo "*** Testing octdec() : usage variations ***\n";
72 // loop through each element of $inputs to check the behaviour of octdec()
76 var_dump(octdec($input));
83 *** Testing octdec() : usage variations ***
/PHP-7.4/ext/standard/
H A Dphp_math.h60 PHP_FUNCTION(octdec);
H A Dmath.c1033 PHP_FUNCTION(octdec) in PHP_FUNCTION() argument
H A Dbasic_functions.c2964 PHP_FE(octdec, arginfo_octdec)
/PHP-7.4/win32/build/
H A Dmkdist.php196 $hdr['checksum'] = octdec(trim($hdr['checksum']));
204 $hdr['size'] = octdec(trim($hdr['size']));
/PHP-7.4/
H A DUPGRADING457 . Passing invalid characters to ''base_convert()'', ''bindec()'', ''octdec()''

Completed in 31 milliseconds