Lines Matching refs:names

1977 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {  in PHP_FUNCTION()
1978 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1981 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
1983 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
1984 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
1996 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1997 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1999 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
2001 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
2002 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
2004 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2005 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2006 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2016 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2017 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2019 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
2021 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
2022 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
2024 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2025 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2026 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2104 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2105 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2107 ZVAL_COPY(&PS(mod_user_names).names[i], &args[i]); in PHP_FUNCTION()
2750 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2751 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2752 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2780 ZVAL_UNDEF(&ps_globals->mod_user_names.names[i]); in PHP_GINIT_FUNCTION()