Home
last modified time | relevance | path

Searched refs:PG (Results 51 – 66 of 66) sorted by relevance

123

/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c431 if (PG(expose_php)) { in php_apache_add_version()
/PHP-7.4/ext/zlib/
H A Dzlib.c107 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(… in php_zlib_output_encoding()
108 …(enc = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", s… in php_zlib_output_encoding()
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c375 if (PG(html_errors)) { in php_com_invoke_helper()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c441 php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]); in PHPDBG_COMMAND()
875 php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]); in PHPDBG_COMMAND()
H A Dphpdbg.c846 switch (PG(last_error_type)) { in php_sapi_phpdbg_log_message()
1972 PG(during_request_startup) = 0; in main()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c954 PG(during_request_startup) = 0; in do_cli()
/PHP-7.4/ext/soap/
H A Dsoap.c504 if (PG(open_basedir) && *p && php_check_open_basedir(p)) { in PHP_INI_MH()
2058 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(…
2059 …(agent_name = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT",…
2161 int old = PG(display_errors);
2213 PG(display_errors) = 0;
2226 PG(display_errors) = old;
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c431 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in ZEND_GET_MODULE()
485 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_conn()
513 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
570 if (PG(html_errors)) { in PHP_INI_DISP()
/PHP-7.4/ext/phar/
H A Dutil.c308 …ntf(&path, MAXPATHLEN + 1 + strlen(PG(include_path)), "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAU… in phar_find_in_include_path()
H A Dphar_object.c58 if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_UNDEF) { in phar_mung_server_vars()
62 _SERVER = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]); in phar_mung_server_vars()
605 if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) != IS_UNDEF) { in PHP_METHOD()
606 HashTable *_server = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]); in PHP_METHOD()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1775 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
/PHP-7.4/ext/libxml/
H A Dlibxml.c762 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c164 if (PG(open_basedir) && *PG(open_basedir)) { in PHP_METHOD()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt115 array( 'tS,\\U==l^}E+pl" L\'PG#E', '7163befc' ),
/PHP-7.4/ext/oci8/
H A Doci8.c1313 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2176 info.separator = PG(arg_separator).input; in PHP_FUNCTION()

Completed in 114 milliseconds

123