Home
last modified time | relevance | path

Searched refs:zend_list_insert (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_list.h55 ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type);
H A Dzend_list.c32 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 Dpspell.c352 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 Dsysvmsg.c269 ZVAL_COPY_VALUE(return_value, zend_list_insert(mq, le_sysvmsg)); in PHP_FUNCTION()
/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c552 tmp = zend_list_insert(disp, le_dispatch); in disp_constructor()
/PHP-7.3/ext/interbase/
H A Dibase_query.c1839 ret = zend_list_insert(result, le_result); in PHP_FUNCTION()
/PHP-7.3/ext/gd/
H A Dgd.c1481 ind = zend_list_insert(font, le_gd_font); in PHP_FUNCTION()
/PHP-7.3/ext/openssl/
H A Dopenssl.c4359 ZVAL_COPY_VALUE(return_value, zend_list_insert(pkey, le_key)); in PHP_FUNCTION()

Completed in 60 milliseconds