Home
last modified time | relevance | path

Searched refs:TSRMLS_C (Results 101 – 125 of 152) sorted by relevance

1234567

/PHP-5.4/ext/standard/
H A Durl_scanner_ex.c1006 php_url_scanner_ex_activate(TSRMLS_C); in php_url_scanner_add_var()
1075 php_url_scanner_ex_deactivate(TSRMLS_C); in PHP_RSHUTDOWN_FUNCTION()
H A Durl_scanner_ex.re471 php_url_scanner_ex_activate(TSRMLS_C);
540 php_url_scanner_ex_deactivate(TSRMLS_C);
H A Dformatted_print.c59 …PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(TSRMLS_C), *size)… in php_sprintf_appendchar()
H A Durl.c713 …efault_context) ? FG(default_context) : (FG(default_context) = php_stream_context_alloc(TSRMLS_C));
/PHP-5.4/ext/phar/
H A Dstream.c188 phar_request_initialize(TSRMLS_C); in phar_wrapper_open_url()
592 phar_request_initialize(TSRMLS_C); in phar_wrapper_stat()
717 phar_request_initialize(TSRMLS_C); in phar_wrapper_unlink()
H A Ddirstream.c354 phar_request_initialize(TSRMLS_C); in phar_wrapper_open_dir()
/PHP-5.4/Zend/
H A Dzend_builtin_functions.c320 zend_register_default_classes(TSRMLS_C); in ZEND_MINIT_FUNCTION()
361 RETURN_LONG(gc_collect_cycles(TSRMLS_C)); in ZEND_FUNCTION()
1537 get_active_function_name(TSRMLS_C), error_handler_name?error_handler_name:"unknown"); in ZEND_FUNCTION()
1609 … get_active_function_name(TSRMLS_C), exception_handler_name?exception_handler_name:"unknown"); in ZEND_FUNCTION()
1788 zend_rebuild_symbol_table(TSRMLS_C); in ZEND_FUNCTION()
H A Dzend_exceptions.c163 …ault_exception_ce, &obj, "file", sizeof("file")-1, zend_get_executed_filename(TSRMLS_C) TSRMLS_CC); in zend_default_exception_new_ex()
164 …efault_exception_ce, &obj, "line", sizeof("line")-1, zend_get_executed_lineno(TSRMLS_C) TSRMLS_CC); in zend_default_exception_new_ex()
H A Dzend_compile.h41 …ACTIVE() if (CG(active_op_array)->fn_flags & ZEND_ACC_INTERACTIVE) { execute_new_code(TSRMLS_C); }
42 #define DO_TICKS() if (Z_LVAL(CG(declarables).ticks)) { zend_do_ticks(TSRMLS_C); }
H A Dzend_vm_execute.h740 zend_vm_stack_clear_multiple(TSRMLS_C); in zend_do_fcall_common_helper_SPEC()
2362 zend_exception_save(TSRMLS_C); in ZEND_THROW_SPEC_CONST_HANDLER()
2371 zend_exception_restore(TSRMLS_C); in ZEND_THROW_SPEC_CONST_HANDLER()
2644 zend_rebuild_symbol_table(TSRMLS_C); in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
6273 zend_exception_restore(TSRMLS_C); in ZEND_CATCH_SPEC_CONST_CV_HANDLER()
6791 zend_exception_save(TSRMLS_C); in ZEND_THROW_SPEC_TMP_HANDLER()
6800 zend_exception_restore(TSRMLS_C); in ZEND_THROW_SPEC_TMP_HANDLER()
11107 zend_exception_save(TSRMLS_C); in ZEND_THROW_SPEC_VAR_HANDLER()
11116 zend_exception_restore(TSRMLS_C); in ZEND_THROW_SPEC_VAR_HANDLER()
27096 zend_exception_save(TSRMLS_C); in ZEND_THROW_SPEC_CV_HANDLER()
[all …]
H A Dzend_vm_def.h2598 zend_vm_stack_clear_multiple(TSRMLS_C); in ZEND_VM_HELPER()
2782 zend_vm_stack_clear_multiple(TSRMLS_C); in ZEND_VM_HELPER()
2951 zend_exception_save(TSRMLS_C);
2960 zend_exception_restore(TSRMLS_C);
2973 zend_exception_restore(TSRMLS_C);
3204 … defined", opline->op1.num, class_name, space, get_active_function_name(TSRMLS_C), ptr->op_array->…
3206 …argument %u for %s%s%s()", opline->op1.num, class_name, space, get_active_function_name(TSRMLS_C));
3816 zend_rebuild_symbol_table(TSRMLS_C);
5007 while (zend_vm_stack_top(TSRMLS_C) != stack_frame) {
5008 zval *stack_zval_p = zend_vm_stack_pop(TSRMLS_C);
H A Dzend_opcode.c74 op_array->filename = zend_get_compiled_filename(TSRMLS_C); in init_op_array()
H A Dzend_constants.c272 cfilename = zend_get_executed_filename(TSRMLS_C); in zend_get_special_constant()
/PHP-5.4/ext/spl/
H A Dspl_iterators.c225 zend_clear_exception(TSRMLS_C); in spl_recursive_it_move_forward_ex()
248 zend_clear_exception(TSRMLS_C); in spl_recursive_it_move_forward_ex()
283 zend_clear_exception(TSRMLS_C); in spl_recursive_it_move_forward_ex()
310 zend_clear_exception(TSRMLS_C); in spl_recursive_it_move_forward_ex()
347 zend_clear_exception(TSRMLS_C); in spl_recursive_it_move_forward_ex()
361 zend_clear_exception(TSRMLS_C); in spl_recursive_it_move_forward_ex()
2620 zend_clear_exception(TSRMLS_C); in spl_caching_it_next()
2632 zend_clear_exception(TSRMLS_C); in spl_caching_it_next()
2647 zend_clear_exception(TSRMLS_C); in spl_caching_it_next()
/PHP-5.4/sapi/pi3web/
H A Dpi3web_sapi.c358 php_request_startup(TSRMLS_C); in PHP5_wrapper()
/PHP-5.4/sapi/continuity/
H A Dcapi.c443 if (php_request_startup(TSRMLS_C) == FAILURE) { in capi_module_main()
/PHP-5.4/ext/mysql/
H A Dphp_mysql.c768 user=php_get_current_user(TSRMLS_C);
2191 …zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Parameter ctor_params must be an array…
2207 …zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::…
2217 …zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Class %s does not have…
/PHP-5.4/ext/iconv/
H A Diconv.c275 if (php_iconv_stream_filter_register_factory(TSRMLS_C) != PHP_ICONV_ERR_SUCCESS) { in PHP_INI_END()
289 php_iconv_stream_filter_unregister_factory(TSRMLS_C); in PHP_MSHUTDOWN_FUNCTION()
318 if (php_output_get_level(TSRMLS_C)) { in php_iconv_output_conflict()
339 output_status = php_output_get_status(TSRMLS_C); in php_iconv_output_handler()
/PHP-5.4/ext/bcmath/
H A Dbcmath.c144 bc_init_numbers(TSRMLS_C); in PHP_INI_BEGIN()
/PHP-5.4/ext/curl/
H A Dstreams.c69 zend_rebuild_symbol_table(TSRMLS_C); in on_data_available()
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1445 if (zend_is_executing(TSRMLS_C)) { in _php_stream_fopen_with_path()
1446 exec_fname = zend_get_executed_filename(TSRMLS_C); in _php_stream_fopen_with_path()
H A Dstreams.c1745 clone_wrapper_hash(TSRMLS_C); in php_register_url_stream_wrapper_volatile()
1754 clone_wrapper_hash(TSRMLS_C); in php_unregister_url_stream_wrapper_volatile()
2219 context->rsrc_id = ZEND_REGISTER_RESOURCE(NULL, context, php_le_stream_context(TSRMLS_C));
/PHP-5.4/ext/dom/
H A Dxpath.c90 if (! zend_is_executing(TSRMLS_C)) { in dom_xpath_ext_function_php()
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c670 php_com_initialize(TSRMLS_C); in php_com_object_new()
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c511 sapi_send_headers(TSRMLS_C); in sapi_cli_server_flush()
1963 if (FAILURE == php_request_startup(TSRMLS_C)) { in php_cli_server_request_startup()
1987 if (!php_handle_special_queries(TSRMLS_C)) { in php_cli_server_dispatch_router()

Completed in 262 milliseconds

1234567