Home
last modified time | relevance | path

Searched refs:offset (Results 101 – 125 of 649) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput247 Error -10 (bad UTF-16 string) offset=0 reason=1
11 Error -25 (short UTF-16 string) offset=0 reason=1
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrpos_error2.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
23 $offset = 5;
26 var_dump(mb_strrpos($haystack, $needle , $offset, $encoding));
H A Dmb_strpos_error2.phpt10 /* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
22 $offset = 2;
25 var_dump( mb_strpos($haystack, $needle, $offset, $encoding) );
H A Dmb_stripos_error2.phpt10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
23 $offset = 2;
26 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
H A Dmb_strripos_error2.phpt10 /* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
23 $offset = 2;
26 var_dump( mb_strripos($haystack, $needle, $offset, $encoding) );
/PHP-5.5/Zend/tests/
H A Dbug41813.phpt2 Bug #41813 (segmentation fault when using string offset as an object)
12 Fatal error: Cannot use string offset as an array in %s on line %d
H A Dbug52041.phpt68 Notice: Undefined offset: 0 in %sbug52041.php on line 15
72 Notice: Undefined offset: 0 in %sbug52041.php on line 16
74 Notice: Undefined offset: 0 in %sbug52041.php on line 16
78 Notice: Undefined offset: 0 in %sbug52041.php on line 17
82 Notice: Undefined offset: 0 in %sbug52041.php on line 18
84 Notice: Undefined offset: 0 in %sbug52041.php on line 18
H A Doffset_array.phpt39 Strict Standards: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
42 Warning: Illegal offset type in %s on line %d
45 Warning: Illegal offset type in %s on line %d
H A Dstrict_001.phpt2 using resource as array offset
17 Strict Standards: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
H A Dconst_dereference_002.phpt15 Warning: Illegal string offset 'foo' in %sconst_dereference_002.php on line %d
17 Warning: Illegal string offset 'bar' in %sconst_dereference_002.php on line %d
H A Doffset_assign.phpt11 Warning: Illegal string offset 'x' in %soffset_assign.php on line %d
13 Fatal error: Cannot use string offset as an array in %soffset_assign.php on line %d
H A Dforeach_list_002.phpt22 Notice: Uninitialized string offset: 1 in %sforeach_list_002.php on line %d
25 Notice: Uninitialized string offset: 1 in %sforeach_list_002.php on line %d
/PHP-5.5/ext/oci8/
H A Doci8_lob.c244 oraub8 bytes_read, offset = 0; in php_oci_lob_read() local
248 int bytes_read, offset = 0; in php_oci_lob_read() local
286 offset = initial_offset; in php_oci_lob_read()
442 if (offset < 0) { in php_oci_lob_write()
443 offset = 0; in php_oci_lob_write()
447 offset = descriptor->lob_current_position; in php_oci_lob_write()
456 (ub4) offset + 1, in php_oci_lob_write()
725 ub4 offset = 1; local
749 offset,
766 offset += loblen;
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_unserialize_bad.phpt23 Error at offset 6 of 34 bytes
24 Error at offset 46 of 89 bytes
47 Error at offset 79 of 78 bytes
H A Diterator_to_array_nonscalar_keys.phpt19 Warning: Illegal offset type in %s on line %d
21 Warning: Illegal offset type in %s on line %d
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_error2.phpt10 /* Prototype : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
22 $offset = 2;
25 var_dump( iconv_strpos($haystack, $needle, $offset, $encoding) );
H A Diconv_strpos_variation5.phpt2 Test iconv_strpos() function : usage variations - Pass different integers as $offset argument
10 /* Prototype : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
16 * Test how iconv_strpos() behaves when passed different integers as $offset argument
32 * Loop through integers as multiples of ten for $offset argument
33 * iconv_strpos should not be able to accept negative values as $offset.
/PHP-5.5/ext/mysql/tests/
H A Dmysql_num_fields.phpt23 function func_test_mysql_num_fields($link, $query, $expected, $offset, $test_free = false) {
26 printf("[%03d] [%d] %s\n", $offset, mysql_errno($link), mysql_error($link));
31 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
38 printf("[%03d] Expecting boolean/false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt13 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) {
24 $stmt->bindValue(1, $offset);
28 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
42 …printf("[%03d + 2] Fetched result seems wrong, dumping result: %s\n", $offset, var_export($row, tr…
46 if ($row['id'] != $offset) {
47 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
55 $offset, $pattern, var_export($row['label'], true));
69 printf("[%03d + 4] %s - input = %s/%s, output = %s/%s\n", $offset,
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt14 function zerofill($offset, $link, $datatype, $insert = 1) {
25 $offset, mysqli_errno($link), mysqli_error($link));
31 $offset, mysqli_errno($link), mysqli_error($link));
59 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $result);
64 printf("[%03d] Length reported is too small to run test\n", $offset);
/PHP-5.5/Zend/
H A Dzend_vm_execute.h14914 zval *offset; in zend_fetch_property_address_read_helper_SPEC_VAR_CONST() local
15037 zval *offset; in ZEND_FETCH_OBJ_IS_SPEC_VAR_CONST_HANDLER() local
15820 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER() local
15920 zval *offset; in ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER() local
16049 zval *offset; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_CONST() local
17270 zval *offset; in zend_fetch_property_address_read_helper_SPEC_VAR_TMP() local
17393 zval *offset; in ZEND_FETCH_OBJ_IS_SPEC_VAR_TMP_HANDLER() local
18004 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_TMP_HANDLER() local
18104 zval *offset; in ZEND_UNSET_OBJ_SPEC_VAR_TMP_HANDLER() local
18148 zval *offset; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_TMP() local
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h65 virtual int32_t following(int32_t offset);
67 virtual int32_t preceding(int32_t offset);
69 virtual UBool isBoundary(int32_t offset);
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Dstrcut.c31 int offset, length; in main() local
53 offset = strtol(argv[3], NULL, 10); in main()
103 if (mbfl_strcut(&string, &result, offset, length)) { in main()
/PHP-5.5/ext/standard/tests/file/
H A Dbug39673.phpt23 foreach ($offsets as $offset) {
24 $r = file_get_contents($filename, false, null, $offset);
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug67072_2.phpt37 Notice: unserialize(): Error at offset 26 of 66 bytes in %s on line 4
49 Notice: unserialize(): Error at offset 24 of 25 bytes in %s on line 9
54 Notice: unserialize(): Error at offset 26 of 27 bytes in %s on line 9
68 Notice: unserialize(): Error at offset 17 of 18 bytes in %s on line 9

Completed in 162 milliseconds

12345678910>>...26