Lines Matching refs:strval
2 Test strval() function : usage variations - Pass all valid char codes
5 /* Prototype : string strval ( mixed $var )
10 echo "*** Testing strval() : usage variations - Pass all valid char codes ***\n";
29 echo bin2hex(strval($s0));
31 echo bin2hex(strval($s1));
33 echo bin2hex(strval($s2));
35 echo bin2hex(strval($s3));
37 echo bin2hex(strval($s4));
39 echo bin2hex(strval($s5));
41 echo bin2hex(strval($s6));
43 echo bin2hex(strval($s7));
45 echo bin2hex(strval($s8));
47 echo bin2hex(strval($s9));
49 echo bin2hex(strval($sa));
51 echo bin2hex(strval($sb));
53 echo bin2hex(strval($sc));
55 echo bin2hex(strval($sd));
57 echo bin2hex(strval($se));
59 echo bin2hex(strval($sf));
65 *** Testing strval() : usage variations - Pass all valid char codes ***