Lines Matching refs:mod_user_names

1948 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {  in PHP_FUNCTION()
1949 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1952 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
1954 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
1955 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
1967 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1968 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1970 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
1972 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
1973 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
1975 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1976 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1977 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1987 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1988 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1990 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
1992 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
1993 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
1995 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1996 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1997 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2069 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2070 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2072 ZVAL_COPY(&PS(mod_user_names).names[i], &args[i]); in PHP_FUNCTION()
2895 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2896 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2897 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2926 ZVAL_UNDEF(&ps_globals->mod_user_names.names[i]); in PHP_GINIT_FUNCTION()