| /PHP_5_4/ext/ereg/regex/ |
| H A D | regex.mak | 246 ".\engine.c"\ 247 ".\engine.ih"\ 259 ".\engine.c"\ 260 ".\engine.ih"\ 301 SOURCE=.\engine.c
|
| /PHP_5_4/ext/pdo_mysql/tests/ |
| H A D | mysql_pdo_test.inc | 35 static function createTestTable($db, $engine = null) { 36 if (!$engine) 37 $engine = PDO_MYSQL_TEST_ENGINE; 40 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine); 152 if (isset($row['engine']) && isset($row['support'])) { 153 if ('InnoDB' == $row['engine'] && ('YES' == $row['support'] || 'DEFAULT' == $row['support']))
|
| /PHP_5_4/ext/mysqli/tests/ |
| H A D | connect.inc | 16 $engine = getenv("MYSQL_TEST_ENGINE") ? getenv("MYSQL_TEST_ENGINE") : "MyISAM";
|
| H A D | local_infile_tools.inc | 9 function check_local_infile_support($link, $engine, $table_name = 'test') { 24 $table_name, $engine)))
|
| /PHP_5_4/ext/mbstring/ |
| H A D | mbstring.c | 1690 php_info_print_table_row(2, "Multibyte string engine", "libmbfl");
|
| /PHP_5_4/sapi/apache/ |
| H A D | mod_php5.c | 628 /* If PHP parser engine has been turned off with an "engine off" 631 if (!AP(engine)) {
|
| H A D | mod_php5.h | 30 long engine; member in struct:__anon305
|
| H A D | php_apache.c | 116 STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache_info_struct, php_apache_info)
|
| /PHP_5_4/sapi/apache2handler/ |
| H A D | php_apache.h | 70 long engine; member in struct:__anon310
|
| H A D | php_functions.c | 532 STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache2_info_struct, php_apache2_info)
|
| H A D | sapi_apache2.c | 584 /* handle situations where user turns the engine off */ 585 if (!AP2(engine)) {
|
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | mod_php5.c | 675 /* If PHP parser engine has been turned off with an "engine off" 678 if (!AP(engine)) {
|
| H A D | mod_php5.h | 30 long engine; member in struct:__anon312
|
| H A D | php_apache.c | 102 STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache_info_struct, php_apache_info)
|
| /PHP_5_4/sapi/litespeed/ |
| H A D | lsapi_main.c | 79 static int engine = 1; variable 418 /* It is not reset by zend engine, set it to 0. */ 540 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) 543 engine = 0; 568 engine = 1; 571 if ( engine ) { 580 LSAPI_Write( "Forbidden: PHP engine is disable.\n", 34 ); 691 zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */
|
| /PHP_5_4/main/ |
| H A D | php_ini.c | 60 zend_llist engine; member in struct:_php_extension_lists 235 zend_llist_add_element(&extension_lists.engine, &extension_name); 383 zend_llist_init(&extension_lists.engine, sizeof(char *), (llist_dtor_func_t) free_estring, 1); 709 zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb TSRMLS_CC); 712 zend_llist_destroy(&extension_lists.engine);
|