Searched refs:octdec (Results 1 – 8 of 8) sorted by relevance
2 Test octdec() - basic function test octdec()10 echo "*** Testing octdec() : basic functionality ***\n";31 $res = octdec($values[$i]);36 *** Testing octdec() : basic functionality ***
2 Test octdec() function : usage variations - different data types as $octal_string arg7 echo "*** Testing octdec() : usage variations ***\n";67 // loop through each element of $inputs to check the behaviour of octdec()72 var_dump(octdec($input));82 *** Testing octdec() : usage variations ***158 octdec(): Argument #1 ($octal_string) must be of type string, array given182 octdec(): Argument #1 ($octal_string) must be of type string, resource given
2 Test octdec function : 64bit long tests29 var_dump(octdec($strVal));
2 Test octdec() - basic function test octdec()28 $res = octdec($values[$i]);
196 $hdr['checksum'] = octdec(trim($hdr['checksum']));204 $hdr['size'] = octdec(trim($hdr['size']));
926 PHP_FUNCTION(octdec) in PHP_FUNCTION() argument
1099 function octdec(string $octal_string): int|float {} function
2682 ZEND_FUNCTION(octdec);3322 ZEND_FE(octdec, arginfo_octdec)
Completed in 29 milliseconds