Searched refs:drivers (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/ext/pdo/ |
H A D | pdo.c | 274 char *drivers = NULL, *ldrivers = estrdup(""); in PHP_MINFO_FUNCTION() local 281 spprintf(&drivers, 0, "%s, %s", ldrivers, pdriver->driver_name); in PHP_MINFO_FUNCTION() 283 ldrivers = drivers; in PHP_MINFO_FUNCTION() 286 php_info_print_table_row(2, "PDO drivers", drivers ? drivers + 2 : ""); in PHP_MINFO_FUNCTION() 288 if (drivers) { in PHP_MINFO_FUNCTION() 289 efree(drivers); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | dirname_basic.phpt | 35 'c:\windows/system32\drivers/etc\hosts', 74 string(27) "c:\windows/system32\drivers"
|
H A D | dirname_basic-win32.phpt | 35 'c:\windows/system32\drivers/etc\hosts', 74 string(31) "c:\windows/system32\drivers/etc"
|
H A D | pathinfo_basic1-win32.phpt | 42 'c:\windows/system32\drivers/etc\hosts', 434 string(31) "c:\windows/system32\drivers/etc" 440 string(31) "c:\windows/system32\drivers/etc"
|
H A D | pathinfo_basic1.phpt | 42 'c:\windows/system32\drivers/etc\hosts', 434 string(27) "c:\windows/system32\drivers" 440 string(27) "c:\windows/system32\drivers"
|
/PHP-8.3/ext/pdo/tests/ |
H A D | pdo_quote_empty_string.phpt | 2 PDO::quote() must accept empty string for drivers which support this feature
|
H A D | gh8626.phpt | 14 die("xfail OCI driver errorInfo is inconsistent with other PDO drivers");
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_driver_name.phpt | 22 printf("[001] Wonderful, I can create new PDO drivers!\n");
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | getservbyport_basic.phpt | 20 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services";
|
/PHP-8.3/ |
H A D | .gitattributes | 16 # Configure proper diff drivers to improve the context lines in the output
|
/PHP-8.3/ext/pdo_odbc/tests/ |
H A D | gh9372.phpt | 12 // Executing the statements fails with some drivers, but not others.
|
H A D | common.phpt | 30 // 4. so a specific ODBC driver can be tested - if system has multiple ODBC drivers
|
H A D | long_columns.phpt | 30 // install the x86 build of the Drivers. You might not be able to load the x64 drivers.
|
/PHP-8.3/ext/odbc/tests/ |
H A D | odbc_persistent_close.phpt | 14 // The test can affect multiple drivers, but testing it is driver-specific.
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 26797 # drivers in Windows/System32/drivers/*.sys. 27252 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o… 27255 # also block device drivers like DUMBDRV.SYS 27278 # DOS drivers DC2975.SYS, DUMBDRV.SYS, ECHO.SYS has also none 0xffffffff for pointer field 27286 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field 39440 >>&0 regex/c \^(boot|386enh|drivers)] Windows SYSTEM.INI
|
H A D | magic私はガラスを食べられます | 26797 # drivers in Windows/System32/drivers/*.sys. 27252 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o… 27255 # also block device drivers like DUMBDRV.SYS 27278 # DOS drivers DC2975.SYS, DUMBDRV.SYS, ECHO.SYS has also none 0xffffffff for pointer field 27286 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field 39440 >>&0 regex/c \^(boot|386enh|drivers)] Windows SYSTEM.INI
|
Completed in 368 milliseconds