Searched refs:zend_list_insert (Results 1 – 10 of 10) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_list.h | 57 ZEND_API zval *zend_list_insert(void *ptr, int type);
|
H A D | zend_list.c | 34 ZEND_API zval *zend_list_insert(void *ptr, int type) in zend_list_insert() function 98 zv = zend_list_insert(rsrc_pointer, rsrc_type); in zend_register_resource()
|
/PHP-7.1/ext/pspell/ |
H A D | pspell.c | 354 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION() 459 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION() 489 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION() 746 ind = zend_list_insert(config, le_pspell_config); in PHP_FUNCTION()
|
/PHP-7.1/ext/odbc/ |
H A D | birdstep.c | 231 ind = zend_list_insert(conn,php_birdstep_module.le_link); in birdstep_add_conn() 259 ind = zend_list_insert(res,php_birdstep_module.le_result); in birdstep_add_result()
|
/PHP-7.1/ext/sysvmsg/ |
H A D | sysvmsg.c | 276 ZVAL_COPY_VALUE(return_value, zend_list_insert(mq, le_sysvmsg)); in PHP_FUNCTION()
|
/PHP-7.1/ext/com_dotnet/ |
H A D | com_wrapper.c | 554 tmp = zend_list_insert(disp, le_dispatch); in disp_constructor()
|
H A D | com_persist.c | 285 tmp = zend_list_insert(stm, le_istream); in php_com_wrapper_export_stream()
|
/PHP-7.1/ext/interbase/ |
H A D | ibase_query.c | 1843 ret = zend_list_insert(result, le_result); in PHP_FUNCTION()
|
/PHP-7.1/ext/gd/ |
H A D | gd.c | 1432 ind = zend_list_insert(font, le_gd_font); in PHP_FUNCTION()
|
/PHP-7.1/ext/openssl/ |
H A D | openssl.c | 4313 ZVAL_COPY_VALUE(return_value, zend_list_insert(pkey, le_key)); in PHP_FUNCTION()
|
Completed in 67 milliseconds