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

Method create_isset_check

compiler/pipes/collect-main-edges.cpp:90–94  ·  view source on GitHub ↗

an isset check will analyze expressions that may differ from PHP after getting elements from typed arrays for example: if $a is int[], then if($a[100] === 0) may differ from PHP if 100-th element doesn't exist (null vs 0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

get_infererFunction · 0.85
add_restrictionMethod · 0.80
add_nodeMethod · 0.45

Tested by

no test coverage detected