Lines Matching refs:mod_user_names
1994 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
1995 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1998 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
2000 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
2001 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
2013 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2014 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2016 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
2018 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
2019 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
2021 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2022 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2023 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2033 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2034 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2036 array_init_size(&PS(mod_user_names).names[i], 2); in PHP_FUNCTION()
2038 add_next_index_zval(&PS(mod_user_names).names[i], obj); in PHP_FUNCTION()
2039 add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name)); in PHP_FUNCTION()
2041 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2042 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2043 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2105 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2106 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2108 ZVAL_COPY(&PS(mod_user_names).names[i], &args[i]); in PHP_FUNCTION()
2260 …if ((!PS(mod_user_implemented) && PS(mod)->s_validate_sid) || !Z_ISUNDEF(PS(mod_user_names).name.p… in PHP_FUNCTION()
2326 …if (!PS(mod)->s_validate_sid || (PS(mod_user_implemented) && Z_ISUNDEF(PS(mod_user_names).name.ps_… in PHP_FUNCTION()
2752 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2753 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2754 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
2783 ZVAL_UNDEF(&ps_globals->mod_user_names.names[i]); in PHP_GINIT_FUNCTION()