Searched refs:directives (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_module.c | 765 zval directives, version, blacklist; local 778 array_init(&directives); 779 add_assoc_bool(&directives, "opcache.enable", ZCG(enabled)); 835 add_assoc_string(&directives, "opcache.jit", JIT_G(options)); 836 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size)); 837 add_assoc_long(&directives, "opcache.jit_debug", JIT_G(debug)); 838 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit)); 841 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func)); 842 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop)); 843 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return)); [all …]
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug79665.phpt | 13 var_dump($config['directives']['opcache.max_wasted_percentage']); 15 var_dump($config['directives']['opcache.memory_consumption']); 17 var_dump($config['directives']['opcache.max_accelerated_files']);
|
H A D | get_configuration_matches_ini.phpt | 2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set… 11 $opts = opcache_get_configuration()['directives'];
|
H A D | 001_cli.phpt | 13 var_dump($config["directives"]["opcache.enable"]); 14 var_dump($config["directives"]["opcache.enable_cli"]);
|
/PHP-8.3/ext/zlib/tests/ |
H A D | bug60761.phpt | 9 // the INI directives from bug #60761 report
|
/PHP-8.3/Zend/ |
H A D | zend_ini.c | 208 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-8.3/main/ |
H A D | main.c | 2290 const char *directives[18]; /* Remember to change this if the number of directives change */ in php_module_startup() member 2291 } directives[2] = { in php_module_startup() local 2331 const char **p = directives[i].directives; in php_module_startup() 2337 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
|
/PHP-8.3/sapi/fpm/ |
H A D | www.conf.in | 7 ; 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-8.3/sapi/litespeed/ |
H A D | README.md | 21 same way as that in mod_php with the same configuration directives.
|
/PHP-8.3/ |
H A D | CODING_STANDARDS.md | 266 preprocessor directives you should put the `#` at the beginning of a line,
|
H A D | UPGRADING | 644 by the INI directives zend.max_allowed_stack_size,
|
Completed in 29 milliseconds