Home
last modified time | relevance | path

Searched refs:GC_FLAGS (Results 126 – 150 of 311) sorted by relevance

12345678910>>...13

/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dbrowscap.c304 int persistent = GC_FLAGS(bdata->htab) & IS_ARRAY_PERSISTENT; in php_browscap_parser_cb()
671 if (!(GC_FLAGS(str) & GC_PERSISTENT)) { in browscap_zval_copy_ctor()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dbrowscap.c306 int persistent = GC_FLAGS(bdata->htab) & IS_ARRAY_PERSISTENT; in php_browscap_parser_cb()
672 if (!(GC_FLAGS(str) & GC_PERSISTENT)) { in browscap_zval_copy_ctor()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dbrowscap.c304 int persistent = GC_FLAGS(bdata->htab) & IS_ARRAY_PERSISTENT; in php_browscap_parser_cb()
669 if (!(GC_FLAGS(str) & GC_PERSISTENT)) { in browscap_zval_copy_ctor()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dbrowscap.c300 int persistent = GC_FLAGS(bdata->htab) & IS_ARRAY_PERSISTENT; in php_browscap_parser_cb()
694 if (!(GC_FLAGS(str) & GC_PERSISTENT)) { in browscap_zval_copy_ctor()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dbrowscap.c306 int persistent = GC_FLAGS(bdata->htab) & IS_ARRAY_PERSISTENT; in php_browscap_parser_cb()
672 if (!(GC_FLAGS(str) & GC_PERSISTENT)) { in browscap_zval_copy_ctor()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dbrowscap.c304 int persistent = GC_FLAGS(bdata->htab) & IS_ARRAY_PERSISTENT; in php_browscap_parser_cb()
669 if (!(GC_FLAGS(str) & GC_PERSISTENT)) { in browscap_zval_copy_ctor()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_attributes.c214 if (persistent == ((GC_FLAGS(name) & IS_STR_PERSISTENT) != 0)) { in zend_add_attribute()
H A Dzend_object_handlers.h251 if ((ht) && !(GC_FLAGS(ht) & GC_IMMUTABLE) && !GC_DELREF(ht)) { \
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_attributes.c214 if (persistent == ((GC_FLAGS(name) & IS_STR_PERSISTENT) != 0)) { in zend_add_attribute()
H A Dzend_object_handlers.h251 if ((ht) && !(GC_FLAGS(ht) & GC_IMMUTABLE) && !GC_DELREF(ht)) { \
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_attributes.c208 if (persistent == ((GC_FLAGS(name) & IS_STR_PERSISTENT) != 0)) { in zend_add_attribute()
H A Dzend_object_handlers.h237 if ((ht) && !(GC_FLAGS(ht) & GC_IMMUTABLE) && !GC_DELREF(ht)) { \
H A Dzend_execute.c1996 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_undefined_offset_write()
2000 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_undefined_offset_write()
2014 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_undefined_index_write()
2018 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_undefined_index_write()
2102 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in slow_index_convert()
2106 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in slow_index_convert()
2449 if (!(GC_FLAGS(str) & IS_STR_INTERNED)) { in zend_fetch_dimension_address_read()
2453 if (!(GC_FLAGS(str) & IS_STR_INTERNED) && UNEXPECTED(GC_DELREF(str) == 0)) { in zend_fetch_dimension_address_read()
2465 if (!(GC_FLAGS(str) & IS_STR_INTERNED)) { in zend_fetch_dimension_address_read()
2469 if (!(GC_FLAGS(str) & IS_STR_INTERNED) && UNEXPECTED(GC_DELREF(str) == 0)) { in zend_fetch_dimension_address_read()
[all …]
H A Dzend_object_handlers.c127 && EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_get_gc()
737 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_write_property()
952 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_get_property_ptr_ptr()
1019 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_unset_property()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_attributes.c208 if (persistent == ((GC_FLAGS(name) & IS_STR_PERSISTENT) != 0)) { in zend_add_attribute()
H A Dzend_object_handlers.h237 if ((ht) && !(GC_FLAGS(ht) & GC_IMMUTABLE) && !GC_DELREF(ht)) { \
H A Dzend_execute.c1996 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_undefined_offset_write()
2000 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_undefined_offset_write()
2014 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_undefined_index_write()
2018 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_undefined_index_write()
2102 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in slow_index_convert()
2106 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in slow_index_convert()
2449 if (!(GC_FLAGS(str) & IS_STR_INTERNED)) { in zend_fetch_dimension_address_read()
2453 if (!(GC_FLAGS(str) & IS_STR_INTERNED) && UNEXPECTED(GC_DELREF(str) == 0)) { in zend_fetch_dimension_address_read()
2465 if (!(GC_FLAGS(str) & IS_STR_INTERNED)) { in zend_fetch_dimension_address_read()
2469 if (!(GC_FLAGS(str) & IS_STR_INTERNED) && UNEXPECTED(GC_DELREF(str) == 0)) { in zend_fetch_dimension_address_read()
[all …]
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_object_handlers.h244 if ((ht) && !(GC_FLAGS(ht) & GC_IMMUTABLE) && !GC_DELREF(ht)) { \
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_object_handlers.h244 if ((ht) && !(GC_FLAGS(ht) & GC_IMMUTABLE) && !GC_DELREF(ht)) { \
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_object_handlers.c128 && EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_get_gc()
766 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_write_property()
959 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_get_property_ptr_ptr()
1013 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_unset_property()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_object_handlers.c128 && EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_get_gc()
766 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_write_property()
959 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_get_property_ptr_ptr()
1013 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_std_unset_property()
/dports/www/pecl-yaf/yaf-3.3.3/
H A Dyaf_config.c117 if (!(GC_FLAGS(conf->config) & IS_ARRAY_IMMUTABLE) && (GC_DELREF(conf->config) == 0)) { in yaf_config_object_free()
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_helpers.c364 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_undefined_op_helper_write()
368 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_undefined_op_helper_write()
609 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_fetch_dim_rw_helper()
615 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_fetch_dim_rw_helper()
637 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_fetch_dim_rw_helper()
643 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_fetch_dim_rw_helper()
/dports/lang/php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_helpers.c364 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_undefined_op_helper_write()
368 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_undefined_op_helper_write()
609 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_fetch_dim_rw_helper()
615 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_fetch_dim_rw_helper()
637 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_fetch_dim_rw_helper()
643 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_fetch_dim_rw_helper()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_helpers.c364 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_undefined_op_helper_write()
368 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_undefined_op_helper_write()
609 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_fetch_dim_rw_helper()
615 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_fetch_dim_rw_helper()
637 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE)) { in zend_jit_fetch_dim_rw_helper()
643 if (!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE) && !GC_DELREF(ht)) { in zend_jit_fetch_dim_rw_helper()

12345678910>>...13