Home
last modified time | relevance | path

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

/PHP-8.4/ext/pdo/
H A Dpdo.c291 char *drivers = NULL, *ldrivers = estrdup(""); in PHP_MINFO_FUNCTION() local
298 spprintf(&drivers, 0, "%s, %s", ldrivers, pdriver->driver_name); in PHP_MINFO_FUNCTION()
300 ldrivers = drivers; in PHP_MINFO_FUNCTION()
303 php_info_print_table_row(2, "PDO drivers", drivers ? drivers + 2 : ""); in PHP_MINFO_FUNCTION()
305 if (drivers) { in PHP_MINFO_FUNCTION()
306 efree(drivers); in PHP_MINFO_FUNCTION()
/PHP-8.4/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.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt21 printf("[001] Wonderful, I can create new PDO drivers!\n");
/PHP-8.4/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.phpt14 die("xfail OCI driver errorInfo is inconsistent with other PDO drivers");
/PHP-8.4/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.4/
H A D.gitattributes16 # Configure proper diff drivers to improve the context lines in the output
H A DNEWS351 supposed to be used by PDO drivers. (cmb)
/PHP-8.4/ext/pdo_odbc/tests/
H A Dgh9372.phpt12 // Executing the statements fails with some drivers, but not others.
H A Dcommon.phpt31 // 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.4/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt14 // The test can affect multiple drivers, but testing it is driver-specific.
H A Dodbc_persistent_close.phpt14 // The test can affect multiple drivers, but testing it is driver-specific.
H A Dodbc_persistent_close_all.phpt14 // The test can affect multiple drivers, but testing it is driver-specific.
/PHP-8.4/ext/fileinfo/tests/
H A Dmagic26797 # 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 Dmagic私はガラスを食べられます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 269 milliseconds