Skip to content

Should not simply check the return value of apcu_* functions #136

@leo108

Description

@leo108

e.g. apcu_delete returns false when the $key does not exist in the cache store, and error_get_last() returns null in this case.

>>> apcu_delete('abc')
=> false
>>> error_get_last()
=> null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions