MCPcopy Create free account
hub / github.com/VKCOM/kphp / convert_eq3_null_to_isset

Method convert_eq3_null_to_isset

compiler/pipes/preprocess-eq3.cpp:29–50  ·  view source on GitHub ↗

$a === null is !isset($a) $a !== null is isset($a) For arrays: $a[$i] !== null is isset($a[$i]); compiled to array overloading of isset

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

any_of_equalFunction · 0.85
has_get_stringMethod · 0.80
containsFunction · 0.50
typeMethod · 0.45
arrayMethod · 0.45
get_stringMethod · 0.45
set_locationMethod · 0.45

Tested by

no test coverage detected