Home
last modified time | relevance | path

Searched refs:CG (Results 1 – 25 of 49) sorted by last modified time

12

/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c903 CG(unclean_shutdown)=1; in HttpExtensionProc()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c804 CG(in_compilation) = 0; /* not initialized but needed for several options */ in cli_main()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c156 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in ZEND_DECLARE_MODULE_GLOBALS()
227 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_connect()
261 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_helo()
301 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_envfrom()
341 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_envrcpt()
412 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in mlfi_eoh()
477 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in mlfi_eom()
506 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in mlfi_abort()
540 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in mlfi_close()
1085 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in main()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1804 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
1885 CG(interactive) = 0;
/PHP-5.5/sapi/cli/
H A Dphp_cli.c679 CG(in_compilation) = 0; /* not initialized but needed for several options */ in do_cli()
921 CG(interactive) = interactive; in do_cli()
972 CG(start_lineno) = lineno; in do_cli()
1076 CG(start_lineno) = lineno; in do_cli()
1371 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; in WinMain()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2140 CG(interactive) = 0;
2148 CG(interactive) = 1;
2156 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
2412 CG(start_lineno) = 2;
2430 CG(start_lineno) = 2;
/PHP-5.5/main/
H A Dmain.c138 …if (zend_hash_del(CG(function_table), function_name_5[i], strlen(function_name_5[i]) + 1)==FAILURE… in php_win32_disable_functions()
147 …if (zend_hash_del(CG(function_table), function_name_6[i], strlen(function_name_6[i]) + 1)==FAILURE… in php_win32_disable_functions()
1167 CG(parse_error) = 0; in php_error_cb()
1716 shutdown_memory_manager(CG(unclean_shutdown), 0 TSRMLS_CC); in php_request_shutdown_for_hook()
1761 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
1832 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0 TSRMLS_CC); in php_request_shutdown()
2401 shutdown_memory_manager(CG(unclean_shutdown), 1 TSRMLS_CC); in php_module_shutdown()
2516 if (CG(start_lineno) && prepend_file_p) { in php_execute_script()
2517 int orig_start_lineno = CG(start_lineno); in php_execute_script()
2519 CG(start_lineno) = 0; in php_execute_script()
[all …]
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c960 …call_user_function(CG(function_table), NULL, pData->php_function, pData->return_data, 3, callback_… in php_xmlrpc_callback()
990 …if (call_user_function(CG(function_table), NULL, *php_function, &retval, 1, callback_params TSRMLS… in php_xmlrpc_introspection_callback()
/PHP-5.5/ext/wddx/
H A Dwddx.c476 …if (call_user_function_ex(CG(function_table), &obj, fname, &retval, 0, 0, 1, NULL TSRMLS_CC) == SU… in php_wddx_serialize_object()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c121 CG(zend_lineno)++; in tokenize()
137 if (CG(increment_lineno)) { in tokenize()
138 token_line = ++CG(zend_lineno); in tokenize()
139 CG(increment_lineno) = 0; in tokenize()
174 token_line = CG(zend_lineno); in tokenize()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c450 call_user_function_ex(CG(function_table), rval, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_CC); in object_common2()
716 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML… in php_var_unserialize()
H A Dvar_unserializer.re454 call_user_function_ex(CG(function_table), rval, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_CC);
775 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML…
H A Duser_filters.c184 if (CG(unclean_shutdown)) { in userfilter_filter()
H A Dvar.c803 …res = call_user_function_ex(CG(function_table), &struc, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_… in php_var_serialize_intern()
H A Dassert.c222 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 3, args TSRMLS_CC); in PHP_FUNCTION()
230 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 4, args TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dsoap.c93 zend_bool _old_in_compilation = CG(in_compilation); \
105 CG(in_compilation) = _old_in_compilation; \
1606 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S…
2133 _old_in_compilation = CG(in_compilation);
2201 CG(in_compilation) = _old_in_compilation;
2285 CG(in_compilation) = _old_in_compilation;
H A Dphp_http.c407 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, n, params TSRMLS_CC) == S… in make_http_soap_request()
1277 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S… in make_http_soap_request()
/PHP-5.5/ext/simplexml/
H A Dsxe.c193 …if (zend_hash_find(CG(class_table), "simplexmlelement", sizeof("SimpleXMLElement"), (void **) &pce… in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1116 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in _extension_string()
1117 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in _extension_string()
1126 zend_hash_move_forward_ex(CG(function_table), &iterator); in _extension_string()
5277 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_METHOD()
5278 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in ZEND_METHOD()
5285 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_METHOD()
/PHP-5.5/ext/readline/
H A Dreadline.c502 …if (call_user_function(CG(function_table), NULL, _readline_completion, &_readline_array, 3, params… in _readline_completion_cb()
572 call_user_function(CG(function_table), NULL, _prepped_callback, &dummy, 1, params TSRMLS_CC); in php_rl_callback_handler()
H A Dreadline_cli.c274 if (!CG(asp_tags)) { in cli_is_valid_code()
362 if ((CG(short_tags) && !strncmp(code+i-1, "<?", 2)) in cli_is_valid_code()
363 || (CG(asp_tags) && !strncmp(code+i-1, "<%", 2)) in cli_is_valid_code()
/PHP-5.5/ext/phar/
H A Dphar.c3391 CG(zend_lineno) = 0;
H A Dfunc_interceptors.c1058 if (SUCCESS == zend_hash_find(CG(function_table), #func, sizeof(#func), (void **)&orig)) { \
1095 …if (PHAR_G(orig_##func) && SUCCESS == zend_hash_find(CG(function_table), #func, sizeof(#func), (vo…
/PHP-5.5/ext/pdo/
H A Dpdo.c81 …if (zend_hash_find(CG(class_table), "runtimeexception", sizeof("RuntimeException"), (void **) &pce… in php_pdo_get_exception_base()
H A Dphp_pdo.h70 if (zend_hash_find(CG(class_table), "pdo", sizeof("pdo"), (void **) &pce) != FAILURE) \

Completed in 145 milliseconds

12