Home
last modified time | relevance | path

Searched refs:CG (Results 26 – 49 of 49) sorted by relevance

12

/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()
/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()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c394 …if (zend_hash_find(CG(function_table), "file_exists", sizeof("file_exists"), (void **)&old_functio… in zend_accel_override_file_functions()
398 …if (zend_hash_find(CG(function_table), "is_file", sizeof("is_file"), (void **)&old_function) == SU… in zend_accel_override_file_functions()
402 …if (zend_hash_find(CG(function_table), "is_readable", sizeof("is_readable"), (void **)&old_functio… in zend_accel_override_file_functions()
/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/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 Duser_filters.c184 if (CG(unclean_shutdown)) { in userfilter_filter()
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 Dvar.c803 …res = call_user_function_ex(CG(function_table), &struc, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_… in php_var_serialize_intern()
/PHP-5.5/Zend/
H A Dzend_closures.c59 …} else if (call_user_function_ex(CG(function_table), NULL, this_ptr, &closure_result_ptr, ZEND_NUM… in ZEND_METHOD()
H A Dzend_generators.c127 if (CG(unclean_shutdown)) { in zend_generator_close()
H A Dzend_constants.c344 scope = CG(active_class_entry); in zend_get_constant_ex()
H A Dzend_builtin_functions.c2459 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_FUNCTION()
2467 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()
2476 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_FUNCTION()
H A Dzend_API.h226 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_…
/PHP-5.5/ext/phar/
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…
H A Dphar.c3391 CG(zend_lineno) = 0;
/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/sapi/fpm/fpm/
H A Dfpm_main.c1804 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
1885 CG(interactive) = 0;
/PHP-5.5/ext/soap/
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()
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;
/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/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/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/
H A DNEWS3205 backpatch_count into CG(context) as they are used only during compilation.

Completed in 162 milliseconds

12