Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_file_cache.c122 #define IS_UNSERIALIZED(ptr) \ macro
127 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
142 ZEND_ASSERT(IS_UNSERIALIZED(ptr)); \
1171 if (IS_UNSERIALIZED(ht->arData)) {
1241 if (!IS_UNSERIALIZED(Z_ARR_P(zv))) {
1446 if (!IS_UNSERIALIZED(p->name)) {
1461 if (!IS_UNSERIALIZED(*p)) {
1501 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
1508 if (!IS_UNSERIALIZED(prop->ce)) {
1524 if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
[all …]

Completed in 10 milliseconds