Home
last modified time | relevance | path

Searched refs:ibase (Results 1 – 14 of 14) sorted by relevance

/PHP-7.3/ext/interbase/
H A Dphp_interbase.h30 PHP_MINIT_FUNCTION(ibase);
31 PHP_RINIT_FUNCTION(ibase);
32 PHP_MSHUTDOWN_FUNCTION(ibase);
33 PHP_RSHUTDOWN_FUNCTION(ibase);
34 PHP_MINFO_FUNCTION(ibase);
H A Dphp_ibase_includes.h61 ZEND_BEGIN_MODULE_GLOBALS(ibase)
67 ZEND_END_MODULE_GLOBALS(ibase)
69 ZEND_EXTERN_MODULE_GLOBALS(ibase)
130 #define IBG(v) ZEND_MODULE_GLOBALS_ACCESSOR(ibase, v)
H A Dconfig.w327 if (CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_INTERBASE",
H A Dinterbase.c47 static PHP_GINIT_FUNCTION(ibase);
449 PHP_MINIT(ibase),
450 PHP_MSHUTDOWN(ibase),
452 PHP_RSHUTDOWN(ibase),
453 PHP_MINFO(ibase),
455 PHP_MODULE_GLOBALS(ibase),
456 PHP_GINIT(ibase),
466 ZEND_GET_MODULE(ibase)
731 PHP_MINIT_FUNCTION(ibase) in PHP_MINIT_FUNCTION() argument
765 PHP_MSHUTDOWN_FUNCTION(ibase) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
/PHP-7.3/ext/pdo_firebird/tests/
H A Dtestdb.inc5 ini_set('ibase.default_user',$user);
6 ini_set('ibase.default_password',$password);
H A Dexecute.phpt7 ibase.timestampformat=%Y-%m-%d %H:%M:%S
/PHP-7.3/ext/interbase/tests/
H A Dinterbase.inc7 ini_set('ibase.default_user',$user);
8 ini_set('ibase.default_password',$password);
19 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
H A Dibase_drop_db_001.phpt15 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
H A D003.phpt34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
H A D007.phpt29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
H A D006.phpt35 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
/PHP-7.3/ext/pdo_firebird/
H A Dconfig.w329 ) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD",
/PHP-7.3/
H A Dphp.ini-development1131 ibase.allow_persistent = 1
1134 ibase.max_persistent = -1
1137 ibase.max_links = -1
1140 ;ibase.default_db =
1143 ;ibase.default_user =
1146 ;ibase.default_password =
1149 ;ibase.default_charset =
1152 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1155 ibase.dateformat = "%Y-%m-%d"
1158 ibase.timeformat = "%H:%M:%S"
H A Dphp.ini-production1133 ibase.allow_persistent = 1
1136 ibase.max_persistent = -1
1139 ibase.max_links = -1
1142 ;ibase.default_db =
1145 ;ibase.default_user =
1148 ;ibase.default_password =
1151 ;ibase.default_charset =
1154 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1157 ibase.dateformat = "%Y-%m-%d"
1160 ibase.timeformat = "%H:%M:%S"

Completed in 99 milliseconds