Home
last modified time | relevance | path

Searched refs:offset (Results 476 – 500 of 812) sorted by relevance

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

/php-src/ext/spl/tests/
H A DSplFixedArray_offsetUnset_string.phpt2 Check removing an item from an array when the offset is not an integer.
H A Dspl_limit_iterator_check_limits.phpt27 LimitIterator::__construct(): Argument #2 ($offset) must be greater than or equal to 0
/php-src/ext/date/tests/
H A Dbug26317.phpt2 Bug #26317 (military timezone offset signedness)
H A Ddate_format_timezone.phpt2 Test date_format() function : timezone offset
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
H A Dgh11281.phpt2 GH-11281 (DateTimeZone::getName() does not include seconds in offset)
/php-src/ext/dom/tests/
H A DDOMNamedNodeMap_edge_case_offset.phpt29 Cannot access DOMNamedNodeMap without offset
/php-src/ext/opcache/tests/jit/
H A Dgh12812.phpt2 GH-12812: JIT: Integer string in variable used as offset produces wrong undefined array key warning
H A Dassign_dim_undef_exception.phpt2 Undef to exception for assign dim offset
H A Dassign_dim_op_001.phpt81 Cannot access offset of type array on array
106 Cannot access offset of type array on array
/php-src/ext/random/
H A Drandom.c443 zend_ulong offset = (double) ( (double) max - min + 1.0) * (r / (PHP_MT_RAND_MAX + 1.0)); local
445 return (zend_long) (offset + min);
737 random_engine_mt19937_object_handlers.offset = XtOffsetOf(php_random_engine, std);
745 random_engine_pcgoneseq128xslrr64_object_handlers.offset = XtOffsetOf(php_random_engine, std);
753 random_engine_xoshiro256starstar_object_handlers.offset = XtOffsetOf(php_random_engine, std);
761 random_engine_secure_object_handlers.offset = XtOffsetOf(php_random_engine, std);
770 random_randomizer_object_handlers.offset = XtOffsetOf(php_random_randomizer, std);
/php-src/ext/dom/tests/modern/spec/
H A DNamedNodeMap_dimensions.phpt61 Cannot access offset of type bool on Dom\NamedNodeMap
63 Cannot access offset of type null on Dom\NamedNodeMap
/php-src/ext/pcre/tests/
H A Dinvalid_utf8_offset.phpt2 preg_replace() and invalid UTF8 offset
H A Dmatch_flags3.phpt44 Warning: preg_match(): Compilation failed: %s name must start with a non-digit at offset %d in %sma…
H A D002.phpt24 Warning: preg_replace(): Compilation failed: missing terminating ] for character class at offset 8 …
/php-src/ext/standard/tests/serialize/
H A Dbug71313.phpt9 Fatal error: Uncaught UnexpectedValueException: Error at offset 82 of 113 bytes in %s%ebug71313.php…
H A Dbug70213.phpt18 Warning: unserialize(): Error at offset 4 of 4 bytes in %s on line %d
H A Dtyped_property_ref_assignment_failure.phpt28 Warning: unserialize(): Error at offset 38 of 38 bytes in %s on line %d
/php-src/Zend/
H A Dzend_closures.h31 void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *val);
H A Dzend_sort.c258 size_t offset = (nmemb >> Z_L(1)); in zend_sort() local
259 char *pivot = start + (offset * siz); in zend_sort()
262 size_t delta = (offset >> Z_L(1)) * siz; in zend_sort()
/php-src/ext/iconv/tests/
H A Diconv_strrpos_error2.phpt15 $offset = 5;
/php-src/Zend/tests/
H A Dstring_offset_errors.phpt2 Some string offset errors
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
66 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt16 function set_option_and_check($offset, $option, $value, $option_desc, $ignore_diff = false) {
25 $offset,
H A Dpdo_mysql_errorcode.phpt18 function check_error($offset, &$obj, $expected = '00000') {
22 $offset, $expected, $code);

Completed in 66 milliseconds

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