Searched refs:drivers (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/pdo/ |
H A D | pdo.c | 332 char *drivers = NULL, *ldrivers = estrdup(""); in PHP_MINFO_FUNCTION() local 339 spprintf(&drivers, 0, "%s, %s", ldrivers, pdriver->driver_name); in PHP_MINFO_FUNCTION() 341 ldrivers = drivers; in PHP_MINFO_FUNCTION() 344 php_info_print_table_row(2, "PDO drivers", drivers ? drivers + 2 : ""); in PHP_MINFO_FUNCTION() 346 if (drivers) { in PHP_MINFO_FUNCTION() 347 efree(drivers); in PHP_MINFO_FUNCTION()
|
/PHP-8.0/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.0/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 | 13 die("xfail OCI driver errorInfo is inconsistent with other PDO drivers");
|
/PHP-8.0/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-8.0/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.0/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-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 22173 # drivers in Windows/System32/drivers/*.sys. 22535 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o… 22538 # also block device drivers like DUMBDRV.SYS 22560 # DOS drivers DC2975.SYS, DUMBDRV.SYS, ECHO.SYS has also none 0xffffffff for pointer field 22567 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field 32145 >>&0 regex/c \^(boot|386enh|drivers)] Windows SYSTEM.INI
|
H A D | magic | 22173 # drivers in Windows/System32/drivers/*.sys. 22535 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o… 22538 # also block device drivers like DUMBDRV.SYS 22560 # DOS drivers DC2975.SYS, DUMBDRV.SYS, ECHO.SYS has also none 0xffffffff for pointer field 22567 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field 32145 >>&0 regex/c \^(boot|386enh|drivers)] Windows SYSTEM.INI
|
Completed in 192 milliseconds