Searched refs:bindec (Results 1 – 9 of 9) sorted by relevance
2 Test bindec() function : error conditions - incorrect input5 /* Prototype : number bindec ( string $binary_string )11 * Pass incorrect input to bindec() to test behaviour14 echo "*** Testing bindec() : error conditions ***\n";22 bindec();23 bindec('01010101111',true);26 bindec(new classA());29 *** Testing bindec() : error conditions ***32 Warning: bindec() expects exactly 1 parameter, 0 given in %s on line %d34 Warning: bindec() expects exactly 1 parameter, 2 given in %s on line %d
2 Test bindec() function : usage variations - different data types as $binary_string arg9 /* Prototype : number bindec ( string $binary_string )14 echo "*** Testing bindec() : usage variations ***\n";72 // loop through each element of $inputs to check the behaviour of bindec()76 var_dump(bindec($input));83 *** Testing bindec() : usage variations ***
2 Test bindec() - basic function test bindec()32 $res = bindec($values[$i]);
2 Test bindec function : 64bit long tests29 var_dump(bindec($strVal));
60 PHP_FUNCTION(bindec);
969 PHP_FUNCTION(bindec) in PHP_FUNCTION() argument
2902 PHP_FE(bindec, arginfo_bindec)
Completed in 72 milliseconds