--TEST-- Test sizeof() function : usage variations - different values for 'mode' argument --FILE-- --EXPECTF-- *** Testing sizeof() : usage variations *** --- Testing sizeof() with different values for 'mode' argument --- -- Iteration 1 -- int(6) -- Iteration 2 -- int(9) -- Iteration 3 -- int(6) -- Iteration 4 -- int(9) -- Iteration 5 -- int(9) -- Iteration 6 -- int(9) -- Iteration 7 -- int(6) -- Iteration 8 -- int(6) -- Iteration 9 -- int(6) -- Iteration 10 -- int(6) -- Iteration 11 -- int(6) -- Iteration 12 -- int(6) -- Iteration 13 -- int(6) -- Iteration 14 -- int(6) -- Iteration 15 -- int(6) -- Iteration 16 -- Warning: sizeof() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 17 -- Warning: sizeof() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 18 -- Warning: sizeof() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 19 -- Warning: sizeof() expects parameter 2 to be long, string given in %s on line %d NULL -- Iteration 20 -- int(6) -- Iteration 21 -- Warning: sizeof() expects parameter 2 to be long, object given in %s on line %d NULL -- Iteration 22 -- Warning: sizeof() expects parameter 2 to be long, resource given in %s on line %d NULL Done