Lines Matching refs:strict
7 /* Prototype : proto string base64_decode(string str[, bool strict])
37 …printf("base64 %-16s non-strict %-8s strict %s\n", json_encode($a), json_encode($b), json_encode($…
43 base64 "" non-strict "" strict ""
44 base64 "=" non-strict "" strict false
45 base64 "==" non-strict "" strict false
46 base64 "===" non-strict "" strict false
47 base64 "====" non-strict "" strict false
48 base64 "V" non-strict "" strict false
49 base64 "V=" non-strict "" strict false
50 base64 "V==" non-strict "" strict false
51 base64 "V===" non-strict "" strict false
52 base64 "V====" non-strict "" strict false
53 base64 "VV" non-strict "U" strict "U"
54 base64 "VV=" non-strict "U" strict false
55 base64 "VV==" non-strict "U" strict "U"
56 base64 "VV===" non-strict "U" strict false
57 base64 "VV====" non-strict "U" strict false
58 base64 "VVV" non-strict "UU" strict "UU"
59 base64 "VVV=" non-strict "UU" strict "UU"
60 base64 "VVV==" non-strict "UU" strict false
61 base64 "VVV===" non-strict "UU" strict false
62 base64 "VVV====" non-strict "UU" strict false
63 base64 "VVVV" non-strict "UUU" strict "UUU"
64 base64 "VVVV=" non-strict "UUU" strict false
65 base64 "VVVV==" non-strict "UUU" strict false
66 base64 "VVVV===" non-strict "UUU" strict false
67 base64 "VVVV====" non-strict "UUU" strict false
68 base64 "=V" non-strict "" strict false
69 base64 "=VV" non-strict "U" strict false
70 base64 "=VVV" non-strict "UU" strict false
71 base64 "==V" non-strict "" strict false
72 base64 "==VV" non-strict "U" strict false
73 base64 "==VVV" non-strict "UU" strict false
74 base64 "===V" non-strict "" strict false
75 base64 "===VV" non-strict "U" strict false
76 base64 "===VVV" non-strict "UU" strict false
77 base64 "====V" non-strict "" strict false
78 base64 "====VV" non-strict "U" strict false
79 base64 "====VVV" non-strict "UU" strict false
80 base64 "=VVV" non-strict "UU" strict false
81 base64 "V=VV" non-strict "UU" strict false
82 base64 "VV=V" non-strict "UU" strict false
83 base64 "VVV=" non-strict "UU" strict "UU"
84 base64 "=VVVV" non-strict "UUU" strict false
85 base64 "V=VVV" non-strict "UUU" strict false
86 base64 "VV=VV" non-strict "UUU" strict false
87 base64 "VVV=V" non-strict "UUU" strict false
88 base64 "VVVV=" non-strict "UUU" strict false
89 base64 "=VVV=" non-strict "UU" strict false
90 base64 "V=VV=" non-strict "UU" strict false
91 base64 "VV=V=" non-strict "UU" strict false
92 base64 "VVV==" non-strict "UU" strict false
93 base64 "\nVV" non-strict "U" strict "U"
94 base64 "V\nV" non-strict "U" strict "U"
95 base64 "VV\n" non-strict "U" strict "U"
96 base64 "\nVV==" non-strict "U" strict "U"
97 base64 "V\nV==" non-strict "U" strict "U"
98 base64 "VV\n==" non-strict "U" strict "U"
99 base64 "VV=\n=" non-strict "U" strict "U"
100 base64 "VV==\n" non-strict "U" strict "U"
101 base64 "*VV" non-strict "U" strict false
102 base64 "V*V" non-strict "U" strict false
103 base64 "VV*" non-strict "U" strict false
104 base64 "*VV==" non-strict "U" strict false
105 base64 "V*V==" non-strict "U" strict false
106 base64 "VV*==" non-strict "U" strict false
107 base64 "VV=*=" non-strict "U" strict false
108 base64 "VV==*" non-strict "U" strict false
109 base64 "\u0000VV==" non-strict "U" strict false
110 base64 "V\u0000V==" non-strict "U" strict false
111 base64 "VV\u0000==" non-strict "U" strict false
112 base64 "VV=\u0000=" non-strict "U" strict false
113 base64 "VV==\u0000" non-strict "U" strict false
114 base64 "\u0000VVV==" non-strict "UU" strict false
115 base64 "V\u0000VV==" non-strict "UU" strict false
116 base64 "VV\u0000V==" non-strict "UU" strict false
117 base64 "VVV\u0000==" non-strict "UU" strict false
118 base64 "VVV=\u0000=" non-strict "UU" strict false
119 base64 "VVV==\u0000" non-strict "UU" strict false