Home
last modified time | relevance | path

Searched refs:offset (Results 226 – 250 of 700) sorted by relevance

12345678910>>...28

/PHP-7.4/tests/strings/
H A Doffsets_chaining_4.phpt2 testing the behavior of string offset chaining
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c55 static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset);
62 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset);
221 * (int *) ((char *) *config + offset) = value_y ? 1 : 0; in fpm_conf_set_boolean()
228 char **config_val = (char **) ((char *) *config + offset); in fpm_conf_set_string()
263 * (int *) ((char *) *config + offset) = atoi(val); in fpm_conf_set_integer()
280 * (long int *) ((char *) *config + offset) = atol(val);
321 * (int *) ((char *) *config + offset) = seconds; in fpm_conf_set_time()
345 * (int *) ((char *) *config + offset) = log_level; in fpm_conf_set_log_level()
354 int *conf = (int *) ((char *) *config + offset); in fpm_conf_set_syslog_facility()
504 int *ptr = (int *) ((char *) *config + offset); in fpm_conf_set_rlimit_core()
[all …]
/PHP-7.4/Zend/tests/
H A D038.phpt10 Warning: Illegal offset type in %s on line %d
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
H A Dbug39018_2.phpt2 Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset")
H A Dbug70253.phpt8 Notice: unserialize(): Error at offset 33 of 33 bytes in %s on line %d
H A Dbug64578.phpt13 string(25) "Illegal string offset 'a'"
H A Dstr_offset_002.phpt2 string offset 002
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt20 female {{1, plural, offset:1
25 male {{1, plural, offset:1
30 other {{1, plural, offset:1
/PHP-7.4/ext/standard/tests/array/
H A Darray_slice_variation7.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
18 $offset = 0;
105 var_dump( array_slice($input, $offset, $length, true) );
107 var_dump( array_slice($input, $offset, $length, false) );
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt27 function func_test_mysqli_stmt_num_rows($stmt, $query, $expected, $offset) {
30 printf("[%03d] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
35 … printf("[%03d] [%d] %s\n", $offset + 1, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
40 … printf("[%03d] [%d] %s\n", $offset + 2, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
45 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
/PHP-7.4/ext/spl/tests/
H A DArrayObject_illegal_offset_leak.phpt11 Warning: Illegal offset type in %s on line %d
H A Darray_001.phpt82 Notice: Undefined offset: 6 in %sarray_001.php on line %d
88 Notice: Undefined offset: 7 in %sarray_001.php on line %d
/PHP-7.4/TSRM/
H A DTSRM.c79 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
81 int unshuffled_offset = TSRM_UNSHUFFLE_RSRC_ID(offset); \
83 if (offset==0) { \
97 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
98 if (offset==0) { \
101 return array[TSRM_UNSHUFFLE_RSRC_ID(offset)]; \
342 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca… in ts_allocate_fast_id() argument
357 *offset = 0; in ts_allocate_fast_id()
361 *offset = TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + tsrm_reserved_pos; in ts_allocate_fast_id()
380 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].fast_offset = *offset; in ts_allocate_fast_id()
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug71840.phpt8 Notice: unserialize(): Error at offset 11 of 19 bytes in %sbug71840.php on line %d
H A Dbug72663.phpt50 Notice: unserialize(): Error at offset 17 of 24 bytes in %s on line %d
53 Notice: unserialize(): Error at offset 25 of 32 bytes in %s on line %d
H A Dbug74111.phpt9 Notice: unserialize(): Error at offset 25 of 23 bytes in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dbug27508.phpt39 function stream_seek($offset, $whence)
41 return fseek($this->fp, $offset, $whence) == 0 ? true : false;
/PHP-7.4/ext/date/tests/
H A Didate_variation5.phpt26 'Time zone offset' => 'Z'
60 --Time zone offset--
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_contents_001.phpt2 stream_get_contents() - Testing offset out of range
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp321 zend_long offset; in PHP_FUNCTION() local
326 &offset) == FAILURE) { in PHP_FUNCTION()
332 if (offset < INT32_MIN || offset > INT32_MAX) { in PHP_FUNCTION()
341 UBool res = bio->biter->isBoundary((int32_t)offset); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/tests/
H A Dpcre_extra.phpt13 Warning: preg_match(): Compilation failed: unrecognized character follows \ at offset 1 in %spcre_e…
/PHP-7.4/ext/oci8/tests/
H A Dpecl_bug16842.phpt51 ["offset"]=>
68 ["offset"]=>
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c404 ub4 amt, offset = 1; in oci_stmt_param_hook() local
420 &amt, offset, consume, (ub4) n, in oci_stmt_param_hook()
423 offset += amt; in oci_stmt_param_hook()
439 &amt, offset, consume, (ub4) n, in oci_stmt_param_hook()
634 ub4 offset; member
653 self->offset += amt; in oci_blob_write()
665 &amt, self->offset, buf, (ub4) count, in oci_blob_read()
672 self->offset += amt; in oci_blob_read()
709 if (offset >= PDO_OCI_LOBMAXSIZE) { in oci_blob_seek()
712 self->offset = (ub4) offset + 1; /* Oracle LOBS are 1-based, but PHP is 0-based */ in oci_blob_seek()
[all …]
/PHP-7.4/win32/
H A Dreaddir.h29 uint16_t offset; /* offset into directory */ member

Completed in 82 milliseconds

12345678910>>...28