Home
last modified time | relevance | path

Searched refs:old (Results 76 – 100 of 123) sorted by relevance

12345

/PHP-7.4/ext/mysqli/tests/
H A Dbug68077.phpt73 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_real_escape_string_big5.phpt31 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));
H A Dlocal_infile_tools.inc20 return "Failed to drop old test table";
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c602 zend_basic_block *old = &ssa->cfg.blocks[to]; in zend_ssa_replace_control_link() local
618 ZEND_ASSERT(ZEND_OP1_JMP_ADDR(opline) == op_array->opcodes + old->start); in zend_ssa_replace_control_link()
622 if (ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value) == old->start) { in zend_ssa_replace_control_link()
635 if (ZEND_OP2_JMP_ADDR(opline) == op_array->opcodes + old->start) { in zend_ssa_replace_control_link()
641 if (ZEND_OP2_JMP_ADDR(opline) == op_array->opcodes + old->start) { in zend_ssa_replace_control_link()
648 if (ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value) == old->start) { in zend_ssa_replace_control_link()
658 if (ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(zv)) == old->start) { in zend_ssa_replace_control_link()
662 if (ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value) == old->start) { in zend_ssa_replace_control_link()
/PHP-7.4/ext/ffi/
H A Dffi.c2953 if (old == type) { in zend_ffi_same_types()
2957 if (old->kind != type->kind in zend_ffi_same_types()
2958 || old->size != type->size in zend_ffi_same_types()
2959 || old->align != type->align in zend_ffi_same_types()
2960 || old->attr != type->attr) { in zend_ffi_same_types()
2964 switch (old->kind) { in zend_ffi_same_types()
3010 } else if (old->func.args) { in zend_ffi_same_types()
3035 if (old->kind != sym->kind || old->is_const != sym->is_const) { in zend_ffi_same_symbols()
3040 if (old->value != sym->value) { in zend_ffi_same_symbols()
3051 if (old->kind != tag->kind) { in zend_ffi_same_tags()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dxml.md379 - <exec type="unset" context="" />: indicates unsetting of the old context
380 - <exec type="unsetops" />: indicates unsetting of the old compiled opcodes
636 - each of these <watch*> tags contains a type attribute whose value is either "old" or "new")
637 - <watchvalue type="" inaccessible="inaccessible" />: old value is inaccessible
638 …- <watchvalue type=""> may contain a <stream> element which indicates the old/new (type attr…
639 …- <watchrefcount type="" refcount="" isref="" />: old/new (type attribute) refcount and isref, …
/PHP-7.4/ext/spl/
H A Dspl_dllist.c952 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
955 *traverse_pointer_ptr = old->prev; in spl_dllist_it_helper_move_forward()
965 *traverse_pointer_ptr = old->next; in spl_dllist_it_helper_move_forward()
977 SPL_LLIST_DELREF(old); in spl_dllist_it_helper_move_forward()
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_008.phpt93 phar error: unsupported compression method (PKWare Implode/old IBM TERSE) used in this zip in zip-b…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt38 printf("[%03d + 1] Cannot remove old test file\n", $offset);
H A Dpdo_mysql_stmt_fetch_serialize.phpt21 // Good old magic stuff
/PHP-7.4/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;
/PHP-7.4/ext/xsl/tests/
H A Dxslt010.phpt8 if (LIBXSLT_VERSION < 10117) die('skip too old libxsl');
H A Dxslt010_gt10129.phpt8 if (LIBXSLT_VERSION < 10130) die('skip too old libxsl');
/PHP-7.4/ext/phar/
H A Dzip.c816 php_stream *old; member
992 if (p->old) { in phar_zip_changed_apply_int()
993 if (-1 == php_stream_seek(p->old, entry->offset_abs, SEEK_SET)) { in phar_zip_changed_apply_int()
1114 …& entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->filefp, entry->… in phar_zip_changed_apply_int()
1421 pass.old = oldfile; in phar_zip_flush()
/PHP-7.4/ext/standard/
H A Dstring.c116 static zend_string *php_bin2hex(const unsigned char *old, const size_t oldlen) in php_bin2hex() argument
124 ZSTR_VAL(result)[j++] = hexconvtab[old[i] >> 4]; in php_bin2hex()
125 ZSTR_VAL(result)[j++] = hexconvtab[old[i] & 15]; in php_bin2hex()
143 unsigned char c = old[j++]; in php_hex2bin()
155 c = old[j++]; in php_hex2bin()
2732 zend_string *old; local
2739 Z_PARAM_STR(old)
2742 old_end = ZSTR_VAL(old) + ZSTR_LEN(old);
2744 if (ZSTR_VAL(old) == old_end) {
2748 str = zend_string_safe_alloc(2, ZSTR_LEN(old), 0, 0);
[all …]
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt41 echo hash('crc32c', 'Discard medicine more than two years old.'), "\n";
/PHP-7.4/ext/oci8/tests/
H A Dfunction_aliases.phpt2 Existence of old function aliases
/PHP-7.4/ext/odbc/
H A Dconfig.m4370 dnl keep old DIR way for old version without libodbc.pc
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1149 char old; in init_request_info() local
1152 old = path_info[0]; in init_request_info()
1163 path_info[0] = old; in init_request_info()
/PHP-7.4/ext/ftp/tests/
H A D007.phpt41 var_dump(ftp_rename($ftp, 'old', 'new'));
H A Dserver.inc81 $old = $cwd;
83 } while ($old != $cwd);
/PHP-7.4/ext/libxml/
H A Dlibxml.c1143 zend_bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader() local
1146 return old; in php_libxml_disable_entity_loader()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c180 char old = *s; local
187 *s = old;
190 *s = old;

Completed in 119 milliseconds

12345