Home
last modified time | relevance | path

Searched refs:offset (Results 401 – 425 of 700) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/mbstring/tests/
H A Dbug43840.phpt10 /* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
18 * Multibyte string was not returning error message until offset was passed the
/PHP-7.4/ext/simplexml/tests/
H A D030.phpt2 SimpleXML: isset and unset by offset
/PHP-7.4/ext/reflection/tests/
H A Dbug76737.phpt32 Notice: unserialize(): Error at offset 26 of 27 bytes in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Derror.phpt38 ["offset"]=>
H A Derror_old.phpt38 ["offset"]=>
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70219.phpt34 Notice: unserialize(): Error at offset 55 of 56 bytes in %s on line %d
/PHP-7.4/main/
H A Drfc1867.h52 zend_off_t offset; member
/PHP-7.4/Zend/tests/varSyntax/
H A DnewVariable.phpt26 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s on line %d
/PHP-7.4/ext/spl/tests/
H A Darray_010.phpt100 Notice: Undefined offset: 6 in %sarray_010.php on line %d
131 Notice: Undefined offset: 7 in %sarray_010.php on line %d
/PHP-7.4/ext/intl/
H A Dintl_error.c260 if( pe->offset >= 0 ) { in intl_parse_error_to_string()
267 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string()
/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation3.phpt71 Warning: Illegal offset type in %s on line %d
73 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt57 Warning: mysqli_result::fetch_field_direct(): Field offset is invalid for resultset in %s on line %d
88 Warning: mysqli_result::fetch_field_direct(): Field offset is invalid for resultset in %s on line %d
H A Dmysqli_stmt_bind_param.phpt101 …_stmt_bind_datatype($link, $engine, $bind_type, $sql_type, $bind_value, $offset, $alternative = nu…
104 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
114 printf("[%03d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
119 … printf("[%03d] [%d] %s\n", $offset + 2, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
125 … printf("[%03d] [%d] %s\n", $offset + 3, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
130 … printf("[%03d] [%d] %s\n", $offset + 4, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
136 printf("[%03d] [%d] %s\n", $offset + 5, mysqli_errno($link), mysqli_error($link));
141 printf("[%03d] [%d] %s\n", $offset + 5, mysqli_errno($link), mysqli_error($link));
148 $offset + 6, $bind_type, $sql_type,
155 $offset + 6, $bind_type, $sql_type,
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h305 int32_t offset; /* offset to magic number */ member
412 uint32_t offset; /* a copy of m->offset while we */ member
427 size_t offset; /* starting offset in source: XXX - should this be off_t? */ member
519 uint32_t offset; member
/PHP-7.4/ext/intl/tests/
H A Dcalendar_setTimeZone_error2.phpt26 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: object has an time zone offset that's …
/PHP-7.4/ext/phar/
H A Dpharzip.h166 char offset[4]; /* relative offset of local header 4 bytes */ member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.h109 intptr_t offset; member
/PHP-7.4/Zend/tests/
H A Dbug37667.phpt33 Notice: Undefined offset: 2 in %sbug37667.php on line 16
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2129 int offset; in init_frame() local
5851 if (offset > 0) in fast_forward_first_char2()
6027 offset = -1; in fast_forward_first_n_chars()
6040 offset = i; in fast_forward_first_n_chars()
6043 SLJIT_ASSERT(offset == -1 || (chars[offset].count >= 1 && chars[offset].count <= 2)); in fast_forward_first_n_chars()
6050 fast_forward_first_char2(common, chars[offset].chars[0], chars[offset].chars[1], offset); in fast_forward_first_n_chars()
6102 mask = chars[offset].chars[0] ^ chars[offset].chars[1]; in fast_forward_first_n_chars()
8957 int offset = 0; in compile_ref_matchingpath() local
9124 int offset = 0; in compile_ref_iterator_matchingpath() local
11706 offset <<= 1; in compile_close_matchingpath()
[all …]
/PHP-7.4/ext/iconv/tests/
H A Diconv_strrpos_error2.phpt23 $offset = 5;
H A Diconv_substr_error2.phpt10 /* Prototype : string iconv_substr(string str, int offset, [int length, string charset])
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation5.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
H A Dstrrpos_variation5.phpt5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
/PHP-7.4/tests/lang/
H A DpassByReference_003.phpt30 Notice: Trying to access array offset on value of type null in %s on line %d
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt43 ["offset"]=>

Completed in 70 milliseconds

1...<<11121314151617181920>>...28