Home
last modified time | relevance | path

Searched refs:offset (Results 326 – 350 of 700) sorted by relevance

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

/PHP-7.4/ext/pcre/tests/
H A Dbug74183.phpt13 Warning: preg_match(): Compilation failed: regular expression is too large at offset %s in %s on li…
H A Dpreg_match_basic_002.phpt5 …tch ( string $pattern , string $subject [, array &$matches [, int $flags [, int $offset ]]] )
H A Dpreg_match_variation1.phpt6 …o int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
/PHP-7.4/Zend/tests/
H A Dresult_unused.phpt27 Notice: Uninitialized string offset: 3 in %sresult_unused.php on line %d
H A Dbug73792.phpt15 Warning: Illegal string offset 'bbb' in %sbug73792.php on line 4
/PHP-7.4/ext/intl/tests/
H A Dtimezone_createEnumeration_variation1.phpt2 IntlTimeZone::createEnumeration(): variant with offset
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without offset
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt63 …li_stmt_bind_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, $type_hint = null…
66 printf("[%04d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
76 printf("[%04d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
81 … printf("[%04d] [%d] %s\n", $offset + 2, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
87 … printf("[%04d] [%d] %s\n", $offset + 3, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
94 … printf("[%04d] [%d] %s\n", $offset + 3 + $id, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
104 … printf("[%04d] [%d] %s\n", $offset + 7, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
110 … printf("[%04d] [%d] %s\n", $offset + 8, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
119 … printf("[%04d] [%d] %s\n", $offset + 9, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
130 $offset + 10, $num,
[all …]
H A Dmysqli_fetch_array_oo.phpt71 …function func_mysqli_fetch_array($mysqli, $engine, $sql_type, $sql_value, $php_value, $offset, $re…
74 printf("[%04d] [%d] %s\n", $offset, $mysqli->errno, $mysqli->error);
85 printf("[%04d] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
91 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, $mysqli->errno, $mysqli->error, $sql);
96 printf("[%04di] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
103 printf("[%04d] [%d] %s\n", $offset + 2, $mysqli->errno, $mysqli->error);
108 printf("[%04d] [%d] %s\n", $offset + 3, $mysqli->errno, $mysqli->error);
116 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug74614.phpt12 Notice: unserialize(): Error at offset %d of 113 bytes in %s on line %d
H A Dbug71311.phpt9 Fatal error: Uncaught UnexpectedValueException: Error at offset 10 of 11 bytes in %s%ebug71311.php:2
H A Dbug75054.phpt11 Notice: unserialize(): Error at offset 43 of 145 bytes in %s on line %d
H A Dunserialize_leak.phpt16 Error at offset 24 of 113 bytes
/PHP-7.4/ext/dom/tests/
H A DDOMCharacterData_deleteData_error_002.phpt2 DOMCharacterData::deleteData() with offset exceeding string size.
H A DDOMComment_replaceData_error1.phpt11 //Negative offset
H A DDOMComment_replaceData_error2.phpt11 //offset to large
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…
H A DSplFixedArray_offsetUnset_string.phpt2 Check removing an item from an array when the offset is not an integer.
H A Darray_026.phpt13 Notice: Trying to access array offset on value of type null in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dreflection2.phpt52 Parameter #0 [ <optional> $offset ]
99 Parameter #0 [ <required> $offset ]
168 Parameter #1 [ <optional> $offset ]
/PHP-7.4/ext/standard/tests/array/
H A Dbug31158.phpt19 Notice: Trying to access array offset on value of type null in %sbug31158.php on line 6
/PHP-7.4/ext/date/tests/
H A Dbug48058.phpt22 ["offset"]=>
/PHP-7.4/ext/mbstring/tests/
H A Dbug45923.phpt2 Bug #45923 (mb_st[r]ripos() offset not handled correctly)
11 foreach(array(0, 3, 6, 9, 11, 12, -1, -3, -6, -20) as $offset) {
12 echo "> Offset: $offset\n";
13 var_dump($func($haystack,$needle,$offset));
/PHP-7.4/ext/phar/
H A Ddirstream.h32 static int phar_dir_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs…

Completed in 60 milliseconds

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