Home
last modified time | relevance | path

Searched refs:config (Results 351 – 361 of 361) sorted by relevance

1...<<1112131415

/PHP-8.1/Zend/
H A Dzend_compile.c6521 zend_internal_attribute *config; in zend_compile_attributes() local
6593 if (attr->offset != offset || NULL == (config = zend_internal_attribute_get(attr->lcname))) { in zend_compile_attributes()
6597 if (!(target & (config->flags & ZEND_ATTRIBUTE_TARGET_ALL))) { in zend_compile_attributes()
6599 zend_string *allowed = zend_get_attribute_target_names(config->flags); in zend_compile_attributes()
6606 if (!(config->flags & ZEND_ATTRIBUTE_IS_REPEATABLE)) { in zend_compile_attributes()
6612 if (config->validator != NULL) { in zend_compile_attributes()
6613 config->validator(attr, target, CG(active_class_entry)); in zend_compile_attributes()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1525 -#include <config.h>
1527 +#include "config.h"
2418 +#include "config.h"
/PHP-8.1/build/
H A Dlibtool.m4780 # Append any errors to the config.log.
1941 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1949 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
4020 # with a default configuration from the untagged config vars. Otherwise
4021 # add code to config.status for appending the configuration named by
4022 # TAGNAME from the matching tagged config vars.
4508 # `config.status --recheck' to rerun these tests and create the
H A Dphp.m42109 dnl configure command run by user. This file is named 'config.nice' in PHP.
2743 dnl example, main/php_config.h.in for PHP or config.h.in for PHP extensions.
H A Dltmain.sh500 --config)
/PHP-8.1/ext/openssl/
H A Dopenssl.c811 …t char * section_label, const char * config_filename, const char * section, CONF *config) /* {{{ */ in php_openssl_config_check_syntax() argument
816 X509V3_set_nconf(&ctx, config); in php_openssl_config_check_syntax()
817 if (!X509V3_EXT_add_nconf(config, &ctx, (char *)section, NULL)) { in php_openssl_config_check_syntax()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c4377 static int accel_preload(const char *config, bool in_child) argument
4395 zend_stream_init_filename(&file_handle, (char *) config);
/PHP-8.1/
H A Dphp.ini-development17 ; 6. The directory from the --with-config-file-path compile time option, or the
1736 ; https://php.net/tidy.default-config
H A Dphp.ini-production17 ; 6. The directory from the --with-config-file-path compile time option, or the
1738 ; https://php.net/tidy.default-config
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic19888 0 string/t #\ KDE\ Config\ File KDE config file
20257 # Linux make config build file, from Ole Aamot <oka@oka.no>
20259 28 string make\ config Linux make config build file (old)
20260 49 search/70 Kernel\ Configuration Linux make config build file
30047 # sendmail: file(1) magic for sendmail config files
30255 0 string pmview PCP pmview config
30258 0 string #pmlogger PCP pmlogger config
30261 0 string #pmdahotproc PCP pmdahotproc config
30270 3 string pmieconf-pmie PCP pmie config
34914 # $HOME/.config/libreoffice/4/user/gallery
H A Dmagic私はガラスを食べられます19888 0 string/t #\ KDE\ Config\ File KDE config file
20257 # Linux make config build file, from Ole Aamot <oka@oka.no>
20259 28 string make\ config Linux make config build file (old)
20260 49 search/70 Kernel\ Configuration Linux make config build file
30047 # sendmail: file(1) magic for sendmail config files
30255 0 string pmview PCP pmview config
30258 0 string #pmlogger PCP pmlogger config
30261 0 string #pmdahotproc PCP pmdahotproc config
30270 3 string pmieconf-pmie PCP pmie config
34914 # $HOME/.config/libreoffice/4/user/gallery

Completed in 228 milliseconds

1...<<1112131415