Home
last modified time | relevance | path

Searched refs:IS_UNSERIALIZED (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c121 #define IS_UNSERIALIZED(ptr) \ macro
126 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
141 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
1107 if (IS_UNSERIALIZED(ht->arData)) {
1162 if (!IS_UNSERIALIZED(Z_ARR_P(zv))) {
1377 if (!IS_UNSERIALIZED(p->name)) {
1392 if (!IS_UNSERIALIZED(*p)) {
1432 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
1439 if (!IS_UNSERIALIZED(prop->ce)) {
1455 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
[all …]

Completed in 12 milliseconds