Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_types.h375 #define GC_TYPE_INFO(p) (p)->gc.u.type_info macro
386 #define Z_GC_TYPE_INFO(zval) GC_TYPE_INFO(Z_COUNTED(zval))
696 GC_TYPE_INFO(_res) = IS_RESOURCE; \
710 GC_TYPE_INFO(_res) = IS_RESOURCE; \
729 GC_TYPE_INFO(_ref) = IS_REFERENCE; \
738 GC_TYPE_INFO(_ref) = IS_REFERENCE; \
748 GC_TYPE_INFO(_ref) = IS_REFERENCE; \
759 GC_TYPE_INFO(_ast) = IS_CONSTANT_AST; \
H A Dzend_string.h67 GC_TYPE_INFO(str) = IS_STRING; \ in END_EXTERN_C()
126 GC_TYPE_INFO(ret) = IS_STRING | ((persistent ? IS_STR_PERSISTENT : 0) << 8); in zend_string_alloc()
144 GC_TYPE_INFO(ret) = IS_STRING | ((persistent ? IS_STR_PERSISTENT : 0) << 8); in zend_string_safe_alloc()
H A Dzend_objects.c35 GC_TYPE_INFO(object) = IS_OBJECT; in zend_object_std_init()
H A Dzend_variables.c232 GC_TYPE_INFO(ast) = IS_CONSTANT_AST; in _zval_copy_ctor_func()
H A Dzend_hash.c176 GC_TYPE_INFO(ht) = IS_ARRAY; in _zend_hash_init()
1319 GC_TYPE_INFO(ht) = IS_NULL | (GC_WHITE << 16); in zend_array_destroy()
1794 GC_TYPE_INFO(target) = IS_ARRAY; in zend_array_dup()
H A Dzend_vm_def.h7724 GC_TYPE_INFO(ref) = IS_REFERENCE;
H A Dzend_vm_execute.h33359 GC_TYPE_INFO(ref) = IS_REFERENCE;
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c348 GC_TYPE_INFO(agg_context) = IS_REFERENCE; in do_callback()
/PHP-7.0/ext/opcache/
H A Dzend_persist.c491 GC_TYPE_INFO(op_array->static_variables) = IS_ARRAY | (IS_ARRAY_IMMUTABLE << 8); in zend_persist_op_array_ex()
H A Dzend_file_cache.c240 GC_TYPE_INFO(ret) = IS_STRING | ((IS_STR_INTERNED | IS_STR_PERSISTENT | IS_STR_PERMANENT) << 8); in zend_file_cache_unserialize_interned()
H A DZendAccelerator.c495 GC_TYPE_INFO(p->key) = IS_STRING | ((IS_STR_INTERNED | IS_STR_PERMANENT) << 8); in accel_new_interned_string()

Completed in 160 milliseconds