Home
last modified time | relevance | path

Searched refs:PG (Results 1 – 25 of 66) sorted by path

123

/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c375 if (PG(html_errors)) { in php_com_invoke_helper()
/PHP-7.4/ext/curl/
H A Dinterface.c140 if (PG(open_basedir) && *PG(open_basedir)) { in php_curl_option_url()
2579 (PG(open_basedir) && *PG(open_basedir)) && (lval & CURLPROTO_FILE)) { in _php_curl_setopt()
2955 if (lval && PG(open_basedir) && *PG(open_basedir)) { in _php_curl_setopt()
/PHP-7.4/ext/filter/
H A Dfilter.c436 orig_array_ptr = &PG(http_globals)[t]; \ in php_sapi_filter()
543 if (PG(auto_globals_jit)) { in php_filter_get_storage()
549 if (PG(auto_globals_jit)) { in php_filter_get_storage()
552 array_ptr = !Z_ISUNDEF(IF_G(env_array)) ? &IF_G(env_array) : &PG(http_globals)[TRACK_VARS_ENV]; in php_filter_get_storage()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt115 array( 'tS,\\U==l^}E+pl" L\'PG#E', '7163befc' ),
/PHP-7.4/ext/json/
H A Djson_encoder.c105 php_gcvt(d, (int)PG(serialize_precision), '.', 'e', num); in php_json_encode_double()
/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/mbstring/
H A Dmb_gpc.c73 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
76 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
79 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
120 separator = (char *) estrdup(PG(arg_separator).input); in ZEND_EXTERN_MODULE_GLOBALS()
247 if (ZEND_SIZE_T_GT_ZEND_LONG(n, (PG(max_input_vars) * 2))) { in _php_mb_encoding_handler_ex()
248 …d " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars)); in _php_mb_encoding_handler_ex()
H A Dmbstring.c2176 info.separator = PG(arg_separator).input; in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1775 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
H A Dmysqli_nonapi.c117 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c43 if (PG(open_basedir)) { in mysqlnd_local_infile_init()
/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/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/opcache/Optimizer/
H A Dpass1_5.c395 if (PG(enable_dl)) { in zend_optimizer_pass1()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1794 if (PG(auto_globals_jit)) { in opcache_compile_file()
4349 orig_open_basedir = PG(open_basedir); in accel_preload()
4350 PG(open_basedir) = NULL; in accel_preload()
4398 PG(open_basedir) = orig_open_basedir; in accel_preload()
4412 if (PG(auto_globals_jit)) { in accel_preload()
4848 orig_report_memleaks = PG(report_memleaks); in accel_finish_startup()
4849 PG(report_memleaks) = 0; in accel_finish_startup()
4856 PG(report_memleaks) = orig_report_memleaks; in accel_finish_startup()
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs12_read_basic.phpt84 ey8zxGcLd4aFFBlVhXHYdBXg/PG/oxJMAFuMwa+KxSP6Mqp1FlOZtvUUieQcToMf
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c697 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c832 if (PG(open_basedir) && *PG(open_basedir)) { in pdo_sqlite_handle_factory()
/PHP-7.4/ext/phar/
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()
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()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c597 if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { in readline_shell_run()
599 zend_stream_init_filename(&prepend_file, PG(auto_prepend_file)); in readline_shell_run()
/PHP-7.4/ext/session/
H A Dmod_files.c190 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
H A Dsession.c541 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
580 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
641 if (PG(open_basedir) && *p && php_check_open_basedir(p)) { in PHP_INI_MH()
1573 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("R… in php_session_start()
1587 !Z_ISUNDEF(PG(http_globals)[TRACK_VARS_SERVER]) && in php_session_start()
1588 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("… in php_session_start()
3076 if (Z_ISUNDEF(PG(http_globals)[where])) { in early_find_sid_in()
3080 …if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->snam… in early_find_sid_in()
/PHP-7.4/ext/soap/
H A Dphp_http.c470 old_allow_url_fopen = PG(allow_url_fopen); in make_http_soap_request()
471 PG(allow_url_fopen) = 1; in make_http_soap_request()
478 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
531 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
536 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
H A Dphp_xml.c89 old_allow_url_fopen = PG(allow_url_fopen); in soap_xmlParseFile()
90 PG(allow_url_fopen) = 1; in soap_xmlParseFile()
92 PG(allow_url_fopen) = old_allow_url_fopen; in soap_xmlParseFile()

Completed in 125 milliseconds

123