Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo.c399 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 DREADME14 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.5/ext/standard/tests/file/
H A Ddirname_basic.phpt41 'c:\windows/system32\drivers/etc\hosts',
81 string(27) "c:\windows/system32\drivers"
H A Ddirname_basic-win32.phpt41 'c:\windows/system32\drivers/etc\hosts',
81 string(31) "c:\windows/system32\drivers/etc"
H A Dpathinfo_basic1-win32.phpt46 'c:\windows/system32\drivers/etc\hosts',
438 string(31) "c:\windows/system32\drivers/etc"
444 string(31) "c:\windows/system32\drivers/etc"
H A Dpathinfo_basic1.phpt46 'c:\windows/system32\drivers/etc\hosts',
438 %unicode|string%(27) "c:\windows/system32\drivers"
444 %unicode|string%(27) "c:\windows/system32\drivers"
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt21 printf("[001] Wonderful, I can create new PDO drivers!\n");
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt13 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services";
/PHP-5.5/ext/pdo_odbc/tests/
H A Dcommon.phpt29 // 4. so a specific ODBC driver can be tested - if system has multiple ODBC drivers
H A Dlong_columns.phpt29 // install the x86 build of the Drivers. You might not be able to load the x64 drivers.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic13202 # some character device drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces o…

Completed in 40 milliseconds