Searched refs:drivers (Results 1 – 11 of 11) sorted by relevance
/PHP-5.6/ext/pdo/ |
H A D | pdo.c | 399 char *drivers = NULL, *ldrivers = estrdup(""); in PHP_MINFO_FUNCTION() local 407 spprintf(&drivers, 0, "%s, %s", ldrivers, (*pdriver)->driver_name); in PHP_MINFO_FUNCTION() 410 ldrivers = drivers; in PHP_MINFO_FUNCTION() 413 php_info_print_table_row(2, "PDO drivers", drivers ? drivers+2 : ""); in PHP_MINFO_FUNCTION() 415 if (drivers) { in PHP_MINFO_FUNCTION() 416 efree(drivers); in PHP_MINFO_FUNCTION()
|
H A D | README | 14 resource management); drivers should only have to worry about getting the 44 Some drivers will allow you to temporarily disable autocommit if you call
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | dirname_basic.phpt | 41 'c:\windows/system32\drivers/etc\hosts', 81 string(27) "c:\windows/system32\drivers"
|
H A D | dirname_basic-win32.phpt | 41 'c:\windows/system32\drivers/etc\hosts', 81 string(31) "c:\windows/system32\drivers/etc"
|
H A D | pathinfo_basic1-win32.phpt | 46 'c:\windows/system32\drivers/etc\hosts', 438 string(31) "c:\windows/system32\drivers/etc" 444 string(31) "c:\windows/system32\drivers/etc"
|
H A D | pathinfo_basic1.phpt | 46 'c:\windows/system32\drivers/etc\hosts', 438 %unicode|string%(27) "c:\windows/system32\drivers" 444 %unicode|string%(27) "c:\windows/system32\drivers"
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_driver_name.phpt | 21 printf("[001] Wonderful, I can create new PDO drivers!\n");
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | getservbyport_basic.phpt | 13 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services";
|
/PHP-5.6/ext/pdo_odbc/tests/ |
H A D | common.phpt | 29 // 4. so a specific ODBC driver can be tested - if system has multiple ODBC drivers
|
H A D | long_columns.phpt | 29 // install the x86 build of the Drivers. You might not be able to load the x64 drivers.
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 13931 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o… 19472 >>&0 regex/c \^(boot|386enh|drivers)] Windows SYSTEM.INI
|
Completed in 63 milliseconds