Home
last modified time | relevance | path

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

12345

/PHP-5.3/ext/mysqli/tests/
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));
H A Dbug49442.phpt33 …printf("[002] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.3/ext/mysql/tests/
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.3/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.3/ext/oci8/tests/
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.3/Zend/
H A Dzend_vm_gen.php787 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) { argument
925 if (!$old || ZEND_VM_SPEC || (ZEND_VM_KIND != ZEND_VM_KIND_CALL)) {
943 if ($old) {
952 if ($old) {
H A DOBJECTS2_HOWTO35 clone_obj handler should create a new object, identical to an old one,
155 clone_obj - called when a new object identical to an old one should be
/PHP-5.3/ext/phar/
H A Dphar.c53 zend_bool old, ini; in ZEND_INI_MH() local
81 } else if (old && !ini) { in ZEND_INI_MH()
1743 old = *a;
1751 *a = old;
1757 *a = old;
1765 *a = old;
1780 *a = old;
1785 *a = old;
1788 old = *slash;
1794 *slash = old;
[all …]
/PHP-5.3/ext/ereg/regex/
H A DWHATSNEW30 name (too many people have the same idea). Still the same old lousy
41 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
/PHP-5.3/ext/spl/
H A Dspl_dllist.c956 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
959 *traverse_pointer_ptr = old->prev; in spl_dllist_it_helper_move_forward()
970 *traverse_pointer_ptr = old->next; in spl_dllist_it_helper_move_forward()
983 SPL_LLIST_DELREF(old); in spl_dllist_it_helper_move_forward()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt38 printf("[%03d + 1] Cannot remove old test file\n", $offset);
/PHP-5.3/ext/phar/tests/zip/
H A Dcorrupt_008.phpt94 phar error: unsupported compression method (PKWare Implode/old IBM TERSE) used in this zip in zip-b…
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dprintf.c718 static void *printf_realloc(void *old, int size){ in printf_realloc() argument
719 return sqliteRealloc(old,size); in printf_realloc()
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc1251 $old = $phar[$entry]->getMetadata();
1253 $old = array();
1257 $old = $phar->getMetadata();
1259 $old = array();
1263 if (!is_array($old)) {
1267 $old[$index] = $meta;
1268 $meta = $old;

Completed in 41 milliseconds

12345