Home
last modified time | relevance | path

Searched refs:drivers (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/pdo/
H A Dpdo.c274 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.1/ext/standard/tests/file/
H A Ddirname_basic.phpt35 'c:\windows/system32\drivers/etc\hosts',
74 string(27) "c:\windows/system32\drivers"
H A Ddirname_basic-win32.phpt35 'c:\windows/system32\drivers/etc\hosts',
74 string(31) "c:\windows/system32\drivers/etc"
H A Dpathinfo_basic1-win32.phpt42 'c:\windows/system32\drivers/etc\hosts',
434 string(31) "c:\windows/system32\drivers/etc"
440 string(31) "c:\windows/system32\drivers/etc"
H A Dpathinfo_basic1.phpt42 'c:\windows/system32\drivers/etc\hosts',
434 string(27) "c:\windows/system32\drivers"
440 string(27) "c:\windows/system32\drivers"
/PHP-8.1/ext/pdo/tests/
H A Dpdo_quote_empty_string.phpt2 PDO::quote() must accept empty string for drivers which support this feature
H A Dgh8626.phpt13 die("xfail OCI driver errorInfo is inconsistent with other PDO drivers");
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt22 printf("[001] Wonderful, I can create new PDO drivers!\n");
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt20 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services";
/PHP-8.1/ext/odbc/tests/
H A Dodbc_persistent_close.phpt10 // The test can affect multiple drivers, but testing it is driver-specific.
/PHP-8.1/ext/pdo_odbc/tests/
H A Dcommon.phpt30 // 4. so a specific ODBC driver can be tested - if system has multiple ODBC drivers
H A Dlong_columns.phpt30 // install the x86 build of the Drivers. You might not be able to load the x64 drivers.
/PHP-8.1/
H A DUPGRADING.INTERNALS86 - The way in which drivers provide results has changed: Previously,
94 value of arbitrary type. This gives drivers more flexibility in
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic23133 # drivers in Windows/System32/drivers/*.sys.
23507 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o…
23510 # also block device drivers like DUMBDRV.SYS
23533 # DOS drivers DC2975.SYS, DUMBDRV.SYS, ECHO.SYS has also none 0xffffffff for pointer field
23541 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field
34070 >>&0 regex/c \^(boot|386enh|drivers)] Windows SYSTEM.INI
H A Dmagic私はガラスを食べられます23133 # drivers in Windows/System32/drivers/*.sys.
23507 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o…
23510 # also block device drivers like DUMBDRV.SYS
23533 # DOS drivers DC2975.SYS, DUMBDRV.SYS, ECHO.SYS has also none 0xffffffff for pointer field
23541 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field
34070 >>&0 regex/c \^(boot|386enh|drivers)] Windows SYSTEM.INI

Completed in 173 milliseconds