Home
last modified time | relevance | path

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

/dports/devel/pecl-event/event-3.0.6/php8/
H A Dphp_event.c800 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0);
894 ZEND_INIT_SYMTABLE_EX(retval, 1, 0); \
/dports/devel/pecl-event/event-3.0.6/php7/
H A Dphp_event.c820 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in object_get_debug_info()
937 ZEND_INIT_SYMTABLE_EX(retval, 1, 0); \
/dports/devel/pecl-event/event-3.0.6/php5/
H A Dphp_event.c957 ZEND_INIT_SYMTABLE_EX(retval, 1, 0); in object_get_debug_info()
961 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in object_get_debug_info()
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagickkernel_class.c107 ZEND_INIT_SYMTABLE_EX(debug_info, 1, 0); in php_imagickkernel_get_debug_info()
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagickkernel_class.c107 ZEND_INIT_SYMTABLE_EX(debug_info, 1, 0); in php_imagickkernel_get_debug_info()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_hash.h308 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
310 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_hash.h308 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
310 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_hash.h329 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
331 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_hash.h349 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
351 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_hash.h329 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
331 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_hash.h349 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
351 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_hash.h367 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
369 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_hash.h367 ZEND_INIT_SYMTABLE_EX(ht, 8, 0) in END_EXTERN_C()
369 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/dports/devel/pecl-ev/ev-1.1.5/php8/
H A Dev.c329 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in php_ev_object_get_debug_info()
/dports/devel/pecl-ev/ev-1.1.5/php7/
H A Dev.c382 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in php_ev_object_get_debug_info()
/dports/devel/pecl-ev/ev-1.1.5/php5/
H A Dev.c315 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in php_ev_object_get_debug_info()
/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_env_response.c681 ZEND_INIT_SYMTABLE_EX(&r->range.values, 0, 0); in php_http_env_response_send()
H A Dphp_http_client.c654 ZEND_INIT_SYMTABLE_EX(options, num_options, 0); in combined_options()