--TEST-- Test base_convert() function : usage variations - different data types as $number argument --FILE-- ===Done=== --EXPECTF-- *** Testing base_convert() : usage variations *** -- Iteration 1 -- string(1) "0" -- Iteration 2 -- string(1) "1" -- Iteration 3 -- string(2) "14" -- Iteration 4 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(2) "14" -- Iteration 5 -- string(11) "17777777777" -- Iteration 6 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(3) "151" -- Iteration 7 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(3) "151" -- Iteration 8 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(7) "4553207" -- Iteration 9 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(7) "4553207" -- Iteration 10 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(1) "5" -- Iteration 11 -- string(1) "0" -- Iteration 12 -- string(1) "0" -- Iteration 13 -- string(1) "1" -- Iteration 14 -- string(1) "0" -- Iteration 15 -- string(1) "1" -- Iteration 16 -- string(1) "0" -- Iteration 17 -- string(1) "0" -- Iteration 18 -- string(1) "0" -- Iteration 19 -- Notice: Array to string conversion in %s on line %d Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(1) "0" -- Iteration 20 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(1) "0" -- Iteration 21 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(1) "0" -- Iteration 22 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(1) "0" -- Iteration 23 -- string(1) "0" -- Iteration 24 -- string(1) "0" -- Iteration 25 -- Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d string(1) "5" ===Done===