Home
last modified time | relevance | path

Searched refs:mysqli_connect_errno (Results 1 – 25 of 138) sorted by path

123456

/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c385 PHP_FE(mysqli_connect_errno, arginfo_mysqli_no_params)
H A Dmysqli_fe.h35 PHP_FUNCTION(mysqli_connect_errno);
H A Dmysqli_nonapi.c327 PHP_FUNCTION(mysqli_connect_errno) argument
/PHP-5.5/ext/mysqli/tests/
H A D001.phpt41 …printf("[001 + %d] mysqli_init() failed, [%d] %s\n", $i, mysqli_connect_errno(), mysqli_connect_er…
44 …printf("[002 + %d] mysqli_real_connect() failed, [%d] %s\n", $i, mysqli_connect_errno(), mysqli_co…
H A D002.phpt14 printf("[001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
53 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D003.phpt79 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D004.phpt57 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D005.phpt47 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D006.phpt52 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D007.phpt52 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D008.phpt52 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D009.phpt85 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D010.phpt55 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D011.phpt52 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D012.phpt51 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D013.phpt63 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D014.phpt11 die(sprintf("Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
H A D015.phpt10 die(sprintf("Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
21 printf("[001] Cannot connect, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D019.phpt62 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D020.phpt74 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D021.phpt45 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D022.phpt50 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D023.phpt59 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D024.phpt59 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A D025.phpt64 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());

Completed in 30 milliseconds

123456