Home
last modified time | relevance | path

Searched refs:offset (Results 426 – 450 of 815) sorted by relevance

1...<<11121314151617181920>>...33

/php-src/ext/standard/tests/serialize/
H A Dunserialize_mem_leak.phpt18 Warning: unserialize(): Error at offset 13 of 14 bytes in %s on line %d
H A Dbug74101.phpt11 Warning: unserialize(): Error at offset 46 of 74 bytes in %s on line %d
H A D__serialize_006.phpt16 Warning: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
H A Dbug74103.phpt8 Warning: unserialize(): Error at offset 64 of 96 bytes in %s on line %d
H A Dbug68044.phpt13 Warning: unserialize(): Error at offset 32 of 33 bytes in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dbug72433.phpt9 Warning: unserialize(): Error at offset 13 of 69 bytes in %s on line %d
/php-src/ext/opcache/tests/opt/
H A Dinference_002.phpt12 Fatal error: Uncaught TypeError: Cannot access offset of type array on array in %sinference_002.php…
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dcharacter_data.h44 size_t offset, size_t count);
/php-src/ext/dom/tests/modern/spec/
H A DCharacterData_insertData_negative_offset.phpt2 insertData() negative offset
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c343 size_t offset = jit_extension->offset; in zend_jit_trace_counter_helper() local
348 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper()
350 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper()
351 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper()
592 size_t offset; local
623 offset = jit_extension->offset;
641 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
867 val = OBJ_PROP(Z_OBJ_P(obj), prop_info->offset);
898 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
932 offset = jit_extension->offset;
[all …]
/php-src/tests/lang/
H A Dbug29566.phpt14 Warning: Illegal string offset "0nosuchkey" in %s on line %d
H A Dbug25922.phpt23 Trying to access array offset on null
/php-src/Zend/tests/
H A Dstring_offset_optimization.phpt2 Invalid string offset use where the actual use may be optimized away
H A Dbug29883.phpt18 Warning: Uninitialized string offset -10 in %s on line %d
H A Dgh13178_3.phpt2 GH-13178: Unsetting last offset variation with hashed array
H A Dresult_unused.phpt28 Warning: Uninitialized string offset 3 in %s on line %d
/php-src/Zend/tests/weakrefs/
H A Dweakmap_object_reference.phpt2 WeakMap object reference offset
/php-src/Zend/tests/enum/
H A Dunserialize-const.phpt17 Warning: unserialize(): Error at offset 14 of 14 bytes in %s on line %d
/php-src/ext/zend_test/
H A Dobject_handlers.stub.php34 public mixed $offset; variable in DimensionHandlersNoArrayAccess
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt15 …function prepex($offset, &$db, $query, $input_params = null, $error_info = null, $suppress_warning…
28 $offset, $error_info['prepare']['sqlstate'], $tmp[0]);
35 $offset, $error_info['prepare']['mysql'], $tmp[0]);
48 // printf("[%03d]\n", $offset);
70 $offset, $error_info['execute']['sqlstate'], $tmp[0]);
77 $offset, $error_info['execute']['mysql'], $tmp[0]);
85 $offset, $e->getMessage(),
/php-src/ext/dom/tests/
H A DDOMCharacterData_deleteData_error_002.phpt2 DOMCharacterData::deleteData() with offset exceeding string size.
/php-src/ext/standard/tests/streams/
H A Dbug46426.phpt2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
/php-src/ext/iconv/
H A Diconv_arginfo.h11 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
/php-src/ext/pcre/tests/
H A Dbug74183.phpt13 Warning: preg_match(): Compilation failed: regular expression is too large at offset %s in %s on li…
/php-src/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without offset

Completed in 45 milliseconds

1...<<11121314151617181920>>...33