Home
last modified time | relevance | path

Searched defs:ZSTR_IS_INTERNED (Results 1 – 8 of 8) sorted by relevance

/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_string.h69 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_string.h68 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_string.h68 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_string.h69 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_string.h82 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_string.h82 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_string.h76 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_string.h76 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() macro