Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c113 #define IS_UNSERIALIZED(ptr) \ macro
118 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
133 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
1012 if (IS_UNSERIALIZED(ht->arData)) {
1060 if (!IS_UNSERIALIZED(Z_STR_P(zv))) {
1250 if (!IS_UNSERIALIZED(p->name)) {
1265 if (!IS_UNSERIALIZED(*p)) {
1297 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
1304 if (!IS_UNSERIALIZED(prop->ce)) {
1319 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
[all …]

Completed in 9 milliseconds