Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt45 string(22) "old ACE/gr binary file"
H A Dfinfo_buffer_variation1-mb.phpt44 string(22) "old ACE/gr binary file"
H A Dfinfo_buffer_variation1.phpt44 string(22) "old ACE/gr binary file"
/PHP-7.4/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt20 <aw1:para>Any old text.</aw1:para>
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-7.4/ext/mysqli/tests/
H A Dmysqli_errno.phpt30 …printf("[004] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_errno_oo.phpt27 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_error_oo.phpt29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_error.phpt32 …printf("[005] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
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.phpt60 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_real_escape_string_eucjpms.phpt31 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_euckr.phpt30 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gb2312.phpt31 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gbk.phpt31 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
H A Dbug77956.phpt52 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
/PHP-7.4/tests/classes/
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
/PHP-7.4/Zend/tests/
H A Dbug52051.phpt2 Bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+)
/PHP-7.4/ext/calendar/
H A Dcalendar.c514 char *p, old[18], *endofalafim; in heb_number_to_chars() local
516 p = endofalafim = old; in heb_number_to_chars()
596 *ret = estrndup(old, (p - old) + 1); in heb_number_to_chars()
/PHP-7.4/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-7.4/ext/imap/
H A Dconfig.m4139 ac_cv_utf8_mime2text=old
167 if test "$ac_cv_u8t_decompose" = "yes" && test "$ac_cv_utf8_mime2text" = "old"; then
168 …AC_MSG_ERROR([utf8_mime2text() has old signature, but U8T_CANONICAL is present. This should not ha…
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c1498 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, zend_bool update_types) /* {{{ */ in zend_ssa_rename_var_uses() argument
1500 zend_ssa_var *old_var = &ssa->vars[old]; in zend_ssa_rename_var_uses()
1505 ZEND_ASSERT(old >= 0 && new >= 0); in zend_ssa_rename_var_uses()
1506 ZEND_ASSERT(old != new); in zend_ssa_rename_var_uses()
1521 if (ssa_op->result_use == old) { in zend_ssa_rename_var_uses()
1527 if (ssa_op->result_use == old) { in zend_ssa_rename_var_uses()
1530 } else if (ssa_op->op1_use == old) { in zend_ssa_rename_var_uses()
1538 if (ssa_op->result_use == old) { in zend_ssa_rename_var_uses()
1541 if (ssa_op->op1_use == old) { in zend_ssa_rename_var_uses()
1544 if (ssa_op->op2_use == old) { in zend_ssa_rename_var_uses()
[all …]

Completed in 47 milliseconds

12345