Lines Matching refs:base64

29 …printf("base64 %-16s non-strict %-8s strict %s\n", json_encode($a), json_encode($b), json_encode($…
35 base64 "" non-strict "" strict ""
36 base64 "=" non-strict "" strict false
37 base64 "==" non-strict "" strict false
38 base64 "===" non-strict "" strict false
39 base64 "====" non-strict "" strict false
40 base64 "V" non-strict "" strict false
41 base64 "V=" non-strict "" strict false
42 base64 "V==" non-strict "" strict false
43 base64 "V===" non-strict "" strict false
44 base64 "V====" non-strict "" strict false
45 base64 "VV" non-strict "U" strict "U"
46 base64 "VV=" non-strict "U" strict false
47 base64 "VV==" non-strict "U" strict "U"
48 base64 "VV===" non-strict "U" strict false
49 base64 "VV====" non-strict "U" strict false
50 base64 "VVV" non-strict "UU" strict "UU"
51 base64 "VVV=" non-strict "UU" strict "UU"
52 base64 "VVV==" non-strict "UU" strict false
53 base64 "VVV===" non-strict "UU" strict false
54 base64 "VVV====" non-strict "UU" strict false
55 base64 "VVVV" non-strict "UUU" strict "UUU"
56 base64 "VVVV=" non-strict "UUU" strict false
57 base64 "VVVV==" non-strict "UUU" strict false
58 base64 "VVVV===" non-strict "UUU" strict false
59 base64 "VVVV====" non-strict "UUU" strict false
60 base64 "=V" non-strict "" strict false
61 base64 "=VV" non-strict "U" strict false
62 base64 "=VVV" non-strict "UU" strict false
63 base64 "==V" non-strict "" strict false
64 base64 "==VV" non-strict "U" strict false
65 base64 "==VVV" non-strict "UU" strict false
66 base64 "===V" non-strict "" strict false
67 base64 "===VV" non-strict "U" strict false
68 base64 "===VVV" non-strict "UU" strict false
69 base64 "====V" non-strict "" strict false
70 base64 "====VV" non-strict "U" strict false
71 base64 "====VVV" non-strict "UU" strict false
72 base64 "=VVV" non-strict "UU" strict false
73 base64 "V=VV" non-strict "UU" strict false
74 base64 "VV=V" non-strict "UU" strict false
75 base64 "VVV=" non-strict "UU" strict "UU"
76 base64 "=VVVV" non-strict "UUU" strict false
77 base64 "V=VVV" non-strict "UUU" strict false
78 base64 "VV=VV" non-strict "UUU" strict false
79 base64 "VVV=V" non-strict "UUU" strict false
80 base64 "VVVV=" non-strict "UUU" strict false
81 base64 "=VVV=" non-strict "UU" strict false
82 base64 "V=VV=" non-strict "UU" strict false
83 base64 "VV=V=" non-strict "UU" strict false
84 base64 "VVV==" non-strict "UU" strict false
85 base64 "\nVV" non-strict "U" strict "U"
86 base64 "V\nV" non-strict "U" strict "U"
87 base64 "VV\n" non-strict "U" strict "U"
88 base64 "\nVV==" non-strict "U" strict "U"
89 base64 "V\nV==" non-strict "U" strict "U"
90 base64 "VV\n==" non-strict "U" strict "U"
91 base64 "VV=\n=" non-strict "U" strict "U"
92 base64 "VV==\n" non-strict "U" strict "U"
93 base64 "*VV" non-strict "U" strict false
94 base64 "V*V" non-strict "U" strict false
95 base64 "VV*" non-strict "U" strict false
96 base64 "*VV==" non-strict "U" strict false
97 base64 "V*V==" non-strict "U" strict false
98 base64 "VV*==" non-strict "U" strict false
99 base64 "VV=*=" non-strict "U" strict false
100 base64 "VV==*" non-strict "U" strict false
101 base64 "\u0000VV==" non-strict "U" strict false
102 base64 "V\u0000V==" non-strict "U" strict false
103 base64 "VV\u0000==" non-strict "U" strict false
104 base64 "VV=\u0000=" non-strict "U" strict false
105 base64 "VV==\u0000" non-strict "U" strict false
106 base64 "\u0000VVV==" non-strict "UU" strict false
107 base64 "V\u0000VV==" non-strict "UU" strict false
108 base64 "VV\u0000V==" non-strict "UU" strict false
109 base64 "VVV\u0000==" non-strict "UU" strict false
110 base64 "VVV=\u0000=" non-strict "UU" strict false
111 base64 "VVV==\u0000" non-strict "UU" strict false