Home
last modified time | relevance | path

Searched refs:CG (Results 51 – 68 of 68) sorted by relevance

123

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c594 CG(start_lineno) = 2; in phpdbg_compile()
1069 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c1005 CG(in_compilation) = 0; /* not initialized but needed for several options */ in cli_main()
/PHP-7.0/ext/soap/
H A Dsoap.c94 zend_bool _old_in_compilation = CG(in_compilation); \
105 CG(in_compilation) = _old_in_compilation; \
2138 _old_in_compilation = CG(in_compilation);
2200 CG(in_compilation) = _old_in_compilation;
2280 CG(in_compilation) = _old_in_compilation;
/PHP-7.0/ext/libxml/
H A Dlibxml.c386 if (CG(unclean_shutdown)) { in php_libxml_streams_IO_write()
/PHP-7.0/ext/standard/
H A Dvar.c897 res = call_user_function_ex(CG(function_table), &tmp, &fname, &retval, 0, 0, 1, NULL); in php_var_serialize_intern()
H A Dstring.c2718 if (CG(one_char_string)[c]) {
2719 ZVAL_INTERNED_STR(return_value, CG(one_char_string)[c]);
/PHP-7.0/Zend/
H A Dzend_generators.c79 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
H A Dzend_gc.c215 if (UNEXPECTED(CG(unclean_shutdown)) || UNEXPECTED(GC_G(gc_active))) { in gc_possible_root()
H A Dzend_API.h238 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_…
H A Dzend_ini_scanner.c115 #define ZEND_SYSTEM_INI CG(ini_parser_unbuffered_errors)
H A Dzend_builtin_functions.c2775 ZEND_HASH_FOREACH_PTR(CG(function_table), zif) { in ZEND_FUNCTION()
/PHP-7.0/ext/wddx/
H A Dwddx.c479 if (call_user_function_ex(CG(function_table), obj, &fname, &retval, 0, 0, 1, NULL) == SUCCESS) { in php_wddx_serialize_object()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c1819 CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO;
/PHP-7.0/ext/hash/tests/
H A Dfnv1a64.phpt195 array( 'bq!kd@c%.._R&H+Gy3+CG&.jh)tA8P[zC]g)~K', 'd191830ad78ef4b4' ),
/PHP-7.0/main/streams/
H A Dstreams.c510 if (!CG(unclean_shutdown)) { in _php_stream_free()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c1625 CG(compiler_options) |= ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RINIT_FUNCTION()
1697 CG(compiler_options) &= ~ZEND_COMPILE_NO_BUILTIN_STRLEN; in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c1126 ZEND_HASH_FOREACH_PTR(CG(function_table), fptr) { in _extension_string()
5671 ZEND_HASH_FOREACH_PTR(CG(function_table), fptr) { in ZEND_METHOD()
/PHP-7.0/ext/phar/
H A Dphar.c3348 CG(zend_lineno) = 0;

Completed in 158 milliseconds

123