Searched refs:zend_list_insert (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_list.h | 55 ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type);
|
H A D | zend_list.c | 32 ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type) in zend_list_insert() function 96 zv = zend_list_insert(rsrc_pointer, rsrc_type); in zend_register_resource()
|
/PHP-7.3/ext/pspell/ |
H A D | pspell.c | 352 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION() 457 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION() 487 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION() 744 ind = zend_list_insert(config, le_pspell_config); in PHP_FUNCTION()
|
/PHP-7.3/ext/sysvmsg/ |
H A D | sysvmsg.c | 269 ZVAL_COPY_VALUE(return_value, zend_list_insert(mq, le_sysvmsg)); in PHP_FUNCTION()
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 552 tmp = zend_list_insert(disp, le_dispatch); in disp_constructor()
|
/PHP-7.3/ext/interbase/ |
H A D | ibase_query.c | 1839 ret = zend_list_insert(result, le_result); in PHP_FUNCTION()
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 1481 ind = zend_list_insert(font, le_gd_font); in PHP_FUNCTION()
|
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 4359 ZVAL_COPY_VALUE(return_value, zend_list_insert(pkey, le_key)); in PHP_FUNCTION()
|
Completed in 60 milliseconds