is_null()
function is_null(mixed $value): bool
Checks whether a variable is null.
Parameters:
$value(mixed)
Returns: bool
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/types/is_null.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how is_null is implemented in the compiler, see the internals page.