type safe string check, return should be true:
bool(true)
not type safe string check, return should be true:
bool(true)
not type safe string check, return should be false:
bool(true)
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
type safe string check, return should be true:
bool(true)
not type safe string check, return should be true:
bool(false)
not type safe string check, return should be false:
bool(true)