Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c507 (Z_UL(1) << (sizeof(zend_type)*8-1)) | /* type is class */
508 (allow_null ? (Z_UL(1) << (sizeof(zend_type)*8-2)) : Z_UL(0)) | /* type allow null */
509 (zend_type)type_name;
1130 if (p->type & (Z_UL(1) << (sizeof(zend_type)*8-1))) { /* type is class */
1131 …zend_bool allow_null = (p->type & (Z_UL(1) << (sizeof(zend_type)*8-2))) != 0; /* type allow null */
1132 … = (zend_string*)(p->type & ~(((Z_UL(1) << (sizeof(zend_type)*8-1))) | ((Z_UL(1) << (sizeof(zend_t…
/PHP-7.3/Zend/
H A Dzend_compile.h366 zend_type type;
374 zend_type type;
386 zend_type type;
H A Dzend_types.h122 typedef uintptr_t zend_type; typedef
152 ((zend_type) class_name)
154 ((zend_type) "?" class_name)
H A Dzend_execute.c895 zend_type type, in zend_check_type()

Completed in 34 milliseconds