Home
last modified time | relevance | path

Searched refs:old (Results 51 – 75 of 125) sorted by relevance

12345

/PHP-5.5/ext/mysqli/tests/
H A Dbug52891.phpt108 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
112 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dbug53503.phpt58 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_real_escape_string_eucjpms.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_euckr.phpt32 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gb2312.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gbk.phpt35 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_big5.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_stmt_bind_param_many_columns.phpt52 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.5/ext/calendar/
H A Dcalendar.c509 char *p, old[18], *endofalafim; in heb_number_to_chars() local
511 p = endofalafim = old; in heb_number_to_chars()
590 *ret = estrndup(old, (p - old) + 1); in heb_number_to_chars()
/PHP-5.5/ext/imap/
H A Dconfig.m4138 ac_cv_utf8_mime2text=old
166 if test "$ac_cv_u8t_decompose" = "yes" && test "$ac_cv_utf8_mime2text" = "old"; then
167 …AC_MSG_ERROR([utf8_mime2text() has old signature, but U8T_CANONICAL is present. This should not ha…
/PHP-5.5/ext/ereg/regex/
H A DREADME15 files and routines that old systems may not have. Note also that
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope4.phpt21 // get old behavior
H A Dpassword.phpt37 // Despite using the old password this connect should succeed and return the original resource
H A Dpassword_2.phpt36 // Despite using the old password this connect should succeed and return the original resource
/PHP-5.5/ext/mysql/tests/
H A Dmysql_errno.phpt31 printf("[004] Failed to drop old test table: [%d] %s\n", mysql_errno($link), mysql_errno($link));
H A Dmysql_pconn_max_links.phpt32 die(sprintf("skip Test will fail because old_passwords = ON. Hint: old passwords are insecure!"));
130 // we might get the old handle
132 printf("[011] Can connect using the old password, [%d] %s\n",
H A Dmysql_create_db.phpt7 die("Skip mysql_create_db() exists only in old versions of the libmysql.");
H A Dmysql_error.phpt34 printf("[005] Failed to drop old test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dbug53649.phpt63 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
/PHP-5.5/ext/xml/tests/
H A Dbug26614.phpt18 see and what good old Expat reported just fine ...
H A Dbug26614_libxml.phpt18 see and what good old Expat reported just fine ...
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-162 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
H A Dtestoutput21-322 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
/PHP-5.5/
H A DREADME.GIT-RULES51 PHP-5.5 Is used to release the PHP 5.5.x series. This is an old
54 PHP-5.4 Is used to release the PHP 5.4.x series. This is an old
/PHP-5.5/Zend/
H A Dzend_vm_gen.php805 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) { argument
988 if (!$old || ZEND_VM_SPEC || (ZEND_VM_KIND != ZEND_VM_KIND_CALL)) {
1006 if ($old) {
1015 if ($old) {

Completed in 72 milliseconds

12345