Lines Matching refs:COUNT_RECURSIVE
13 * in default, COUNT_NORMAL and COUNT_RECURSIVE modes.
22 echo "-- Testing sizeof() for integer type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --\n";
29 echo "COUNT_RECURSIVE mode: ";
30 var_dump( sizeof($intval, COUNT_RECURSIVE) );
33 echo "-- Testing sizeof() for float type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --\n";
40 echo "COUNT_RECURSIVE mode: ";
41 var_dump( sizeof($floatval, COUNT_RECURSIVE) );
47 -- Testing sizeof() for integer type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
52 COUNT_RECURSIVE mode: int(1)
54 -- Testing sizeof() for float type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
59 COUNT_RECURSIVE mode: int(1)