
Jaime Cruse
- Nov 1, 2019
Type Juggling Exploit Demo
Type juggling is a feature within PHP which provides developers some flexibility in comparing variables. It is derived from “loose comparison” (denoted with ==): As one could determine from the comparison charts, “strict” comparison requires a value to be exactly accurate, whereas loose comparison allows for some wiggle room. An interesting point to note from the loose comparison chart above is that integer values are seen by PHP as equivalent to their string counterparts. Wh