Lines Matching refs:TSRMLS_C
84 gc_init(TSRMLS_C); in ZEND_INI_MH()
500 zend_set_default_compile_time_values(TSRMLS_C); in compiler_globals_ctor()
540 zend_startup_constants(TSRMLS_C); in executor_globals_ctor()
542 zend_init_rsrc_plist(TSRMLS_C); in executor_globals_ctor()
543 zend_init_exception_op(TSRMLS_C); in executor_globals_ctor()
559 zend_ini_shutdown(TSRMLS_C); in executor_globals_dtor()
572 if (zend_copy_ini_directives(TSRMLS_C) == SUCCESS) { in zend_new_thread_end_handler()
610 start_memory_manager(TSRMLS_C); in zend_startup()
691 zend_set_default_compile_time_values(TSRMLS_C); in zend_startup()
696 zend_startup_builtin_functions(TSRMLS_C); in zend_startup()
697 zend_register_standard_constants(TSRMLS_C); in zend_startup()
701 zend_init_rsrc_plist(TSRMLS_C); in zend_startup()
702 zend_init_exception_op(TSRMLS_C); in zend_startup()
705 zend_ini_startup(TSRMLS_C); in zend_startup()
748 zend_copy_ini_directives(TSRMLS_C); in zend_post_startup()
767 zend_shutdown_extensions(TSRMLS_C); in zend_shutdown()
849 gc_reset(TSRMLS_C); in zend_activate()
850 init_compiler(TSRMLS_C); in zend_activate()
851 init_executor(TSRMLS_C); in zend_activate()
852 startup_scanner(TSRMLS_C); in zend_activate()
875 shutdown_destructors(TSRMLS_C); in zend_call_destructors()
887 shutdown_scanner(TSRMLS_C); in zend_deactivate()
891 shutdown_executor(TSRMLS_C); in zend_deactivate()
894 shutdown_compiler(TSRMLS_C); in zend_deactivate()
901 gc_collect_cycles(TSRMLS_C); in zend_deactivate()
920 zend_ini_deactivate(TSRMLS_C); in zend_deactivate()
1009 if (zend_is_executing(TSRMLS_C)) { in zend_error()
1010 error_lineno = zend_get_executed_lineno(TSRMLS_C); in zend_error()
1014 if (zend_is_executing(TSRMLS_C) && EG(opline_ptr)) { in zend_error()
1043 if (zend_is_compiling(TSRMLS_C)) { in zend_error()
1044 error_filename = zend_get_compiled_filename(TSRMLS_C); in zend_error()
1045 error_lineno = zend_get_compiled_lineno(TSRMLS_C); in zend_error()
1046 } else if (zend_is_executing(TSRMLS_C)) { in zend_error()
1047 error_filename = zend_get_executed_filename(TSRMLS_C); in zend_error()
1048 error_lineno = zend_get_executed_lineno(TSRMLS_C); in zend_error()
1117 zend_rebuild_symbol_table(TSRMLS_C); in zend_error()
1144 in_compilation = zend_is_compiling(TSRMLS_C); in zend_error()
1202 zend_init_compiler_data_structures(TSRMLS_C); in zend_error()
1260 zend_exception_restore(TSRMLS_C); in zend_execute_scripts()
1311 if (zend_is_compiling(TSRMLS_C)) { in zend_make_compiled_string_description()
1312 cur_filename = zend_get_compiled_filename(TSRMLS_C); in zend_make_compiled_string_description()
1313 cur_lineno = zend_get_compiled_lineno(TSRMLS_C); in zend_make_compiled_string_description()
1314 } else if (zend_is_executing(TSRMLS_C)) { in zend_make_compiled_string_description()
1315 cur_filename = zend_get_executed_filename(TSRMLS_C); in zend_make_compiled_string_description()
1316 cur_lineno = zend_get_executed_lineno(TSRMLS_C); in zend_make_compiled_string_description()