|
@@ -237,7 +237,7 @@ if (is_int("$var(foo)")) {
|
|
<title><function>typeof()</function> usage</title>
|
|
<title><function>typeof()</function> usage</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
...
|
|
...
|
|
-if (trypeof("$var(foo)", "str")) {
|
|
|
|
|
|
+if (typeof("$var(foo)", "str")) {
|
|
xdbg("variable foo is a string\n");
|
|
xdbg("variable foo is a string\n");
|
|
}
|
|
}
|
|
...
|
|
...
|