Searched refs:bindec (Results 1 – 8 of 8) sorted by relevance
2 Test bindec() function : usage variations - different data types as $binary_string arg9 echo "*** Testing bindec() : usage variations ***\n";67 // loop through each element of $inputs to check the behaviour of bindec()72 var_dump(bindec($input));81 *** Testing bindec() : usage variations ***149 bindec(): Argument #1 ($binary_string) must be of type string, array given173 bindec(): Argument #1 ($binary_string) must be of type string, resource given
2 Test bindec function : 64bit long tests29 var_dump(bindec($strVal));
2 Test bindec() - basic function test bindec()32 $res = bindec($values[$i]);
900 PHP_FUNCTION(bindec) in PHP_FUNCTION() argument
1095 function bindec(string $binary_string): int|float {} function
2680 ZEND_FUNCTION(bindec);3320 ZEND_FE(bindec, arginfo_bindec)
Completed in 39 milliseconds