Lines Matching refs:regs
23 echo "\nASCII String without \$regs arg:\t\t";
25 echo "ASCII String with \$regs arg:\n";
29 echo "\nMultibyte String without \$regs arg:\t";
31 echo "Multubyte String with \$regs arg:\n";
40 * @param array $regs
42 function base64_encode_var_dump($regs) {
43 if ($regs) {
44 echo "array(" . count($regs) . ") {\n";
45 foreach ($regs as $key => $value) {
62 ASCII String without $regs arg: bool(true)
63 ASCII String with $regs arg:
70 Multibyte String without $regs arg: bool(true)
71 Multubyte String with $regs arg: