Home
last modified time | relevance | path

Searched refs:ZEND_CONSTANT_SET_FLAGS (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_constants.c156 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_null_constant()
166 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_bool_constant()
176 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_long_constant()
187 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_double_constant()
198 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_stringl_constant()
H A Dzend_constants.h43 #define ZEND_CONSTANT_SET_FLAGS(c, _flags, _module_number) do { \ macro
H A Dzend_builtin_functions.c543 ZEND_CONSTANT_SET_FLAGS(&c, CONST_CS, PHP_USER_CONSTANT); in ZEND_FUNCTION()
H A Dzend_vm_def.h7900 ZEND_CONSTANT_SET_FLAGS(&c, CONST_CS, PHP_USER_CONSTANT);
H A Dzend_vm_execute.h7247 ZEND_CONSTANT_SET_FLAGS(&c, CONST_CS, PHP_USER_CONSTANT); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c561 ZEND_CONSTANT_SET_FLAGS(&ic, CONST_CS, 0); in cli_register_file_handles()
565 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in cli_register_file_handles()
569 ZEND_CONSTANT_SET_FLAGS(&ec, CONST_CS, 0); in cli_register_file_handles()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c968 ZEND_CONSTANT_SET_FLAGS(&ic, CONST_CS, 0); in phpdbg_register_file_handles()
974 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in phpdbg_register_file_handles()
980 ZEND_CONSTANT_SET_FLAGS(&ec, CONST_CS, 0); in phpdbg_register_file_handles()
/PHP-8.0/ext/com_dotnet/
H A Dcom_typeinfo.c227 ZEND_CONSTANT_SET_FLAGS(&c, mode, 0); in php_com_import_typelib()

Completed in 187 milliseconds