Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/opcache/
H A Dzend_accelerator_module.c775 zval directives, version, blacklist; local
788 array_init(&directives);
789 add_assoc_bool(&directives, "opcache.enable", ZCG(enabled));
845 add_assoc_string(&directives, "opcache.jit", JIT_G(options));
846 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size));
847 add_assoc_long(&directives, "opcache.jit_debug", JIT_G(debug));
848 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));
851 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));
852 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop));
853 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));
[all …]
/php-src/ext/opcache/tests/
H A Dbug79665.phpt14 var_dump($config['directives']['opcache.max_wasted_percentage']);
16 var_dump($config['directives']['opcache.memory_consumption']);
18 var_dump($config['directives']['opcache.max_accelerated_files']);
H A Dget_configuration_matches_ini.phpt2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…
11 $opts = opcache_get_configuration()['directives'];
H A D001_cli.phpt13 var_dump($config["directives"]["opcache.enable"]);
14 var_dump($config["directives"]["opcache.enable_cli"]);
/php-src/docs/
H A DREADME.md32 This tool is not perfect. It breaks on custom directives, so we might switch to either a fork or
/php-src/ext/zlib/tests/
H A Dbug60761.phpt9 // the INI directives from bug #60761 report
/php-src/Zend/
H A Dzend_ini.c208 HashTable *directives = registered_zend_ini_directives; in zend_register_ini_entries_ex() local
219 if (directives != EG(ini_directives)) { in zend_register_ini_entries_ex()
220 directives = EG(ini_directives); in zend_register_ini_entries_ex()
242 if (zend_hash_add_ptr(directives, p->name, (void*)p) == NULL) { in zend_register_ini_entries_ex()
/php-src/main/
H A Dmain.c2266 const char *directives[18]; /* Remember to change this if the number of directives change */ in php_module_startup() member
2267 } directives[2] = { in php_module_startup() local
2307 const char **p = directives[i].directives; in php_module_startup()
2313 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/php-src/sapi/fpm/
H A Dwww.conf.in7 ; It only applies on the following directives:
94 ; following directives. With this process management, there will be
468 ; overwrite the values previously defined in the php.ini. The directives are the
472 ; php_admin_value/php_admin_flag - these directives won't be overwritten by
/php-src/sapi/litespeed/
H A DREADME.md21 same way as that in mod_php with the same configuration directives.
/php-src/
H A DCODING_STANDARDS.md266 preprocessor directives you should put the `#` at the beginning of a line,

Completed in 24 milliseconds