Lines Matching refs:mod_user_names

1970 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {  in PHP_FUNCTION()
1971 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1974 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
1976 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
1977 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
1989 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1990 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1992 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
1994 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
1995 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
1997 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1998 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1999 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2009 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2010 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2012 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
2014 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
2015 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
2017 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2018 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2019 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2079 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2080 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2082 ZVAL_COPY(&PS(mod_user_names).names[i], &args[i]); in PHP_FUNCTION()
2909 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2910 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2911 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2940 ZVAL_UNDEF(&ps_globals->mod_user_names.names[i]); in PHP_GINIT_FUNCTION()