Home
last modified time | relevance | path

Searched refs:offset (Results 201 – 225 of 722) sorted by relevance

12345678910>>...29

/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c61 static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset);
68 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset);
220 * (int *) ((char *) *config + offset) = value_y ? 1 : 0; in fpm_conf_set_boolean()
227 char **config_val = (char **) ((char *) *config + offset); in fpm_conf_set_string()
262 * (int *) ((char *) *config + offset) = atoi(val); in fpm_conf_set_integer()
279 * (long int *) ((char *) *config + offset) = atol(val);
320 * (int *) ((char *) *config + offset) = seconds; in fpm_conf_set_time()
344 * (int *) ((char *) *config + offset) = log_level; in fpm_conf_set_log_level()
353 int *conf = (int *) ((char *) *config + offset); in fpm_conf_set_syslog_facility()
503 int *ptr = (int *) ((char *) *config + offset); in fpm_conf_set_rlimit_core()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_slice_variation8.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation9.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_map_variation4.phpt82 Warning: Illegal offset type in %s on line %d%d
84 Warning: Illegal offset type in %s on line %d%d
86 Warning: Illegal offset type in %s on line %d%d
88 Warning: Illegal offset type in %s on line %d%d
H A Darray_keys_error.phpt12 var_dump(array_keys(array(1,2,3, new stdClass => array()))); // (W)illegal offset
33 Warning: Illegal offset type in %s on line %d
H A Darray_slice_variation10.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
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.0/ext/oci8/tests/
H A Dbug42134.phpt72 ["offset"]=>
85 ["offset"]=>
98 ["offset"]=>
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_param_count.phpt30 function func_test_mysqli_stmt_param_count($stmt, $query, $expected, $offset) {
33 printf("[%03d] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_error($stmt));
38 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
H A Dmysqli_debug_mysqlnd_only.phpt27 function try_control_string($link, $control_string, $trace_file, $offset) {
32 $offset + 1,
41 $offset + 2,
54 $offset + 3,
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.0/Zend/
H A Dzend_object_handlers.h41 typedef zval *(*zend_object_read_dimension_t)(zval *object, zval *offset, int type, zval *rv);
53 typedef void (*zend_object_write_dimension_t)(zval *object, zval *offset, zval *value);
83 typedef void (*zend_object_unset_dimension_t)(zval *object, zval *offset);
126 int offset; member
/PHP-7.0/ext/shmop/
H A DREADME35 start - offset from which to start reading
40 int shmop_write(int shmid, string data, int offset)
44 offset - offset in shm to write from
/PHP-7.0/ext/session/tests/
H A Dbug72562.phpt41 Notice: unserialize(): Error at offset 0 of 1 bytes in %s%ebug72562.php on line %d
43 Notice: unserialize(): Error at offset 4 of 4 bytes in %s%ebug72562.php on line %d
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput2142 Failed: nothing to repeat at offset 1
145 Failed: missing ) at offset 4
899 Failed: missing ) at offset 4
935 Failed: missing ) at offset 4
944 Failed: missing ) at offset 4
4068 Failed: missing ) at offset 10
9811 Partial match at offset 3: +ab
9813 Partial match at offset 3: +ab
10889 Partial match at offset 3: abc
10955 Error -24 (bad offset value)
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Dstrrpos_variation15.phpt2 Test strrpos() function : usage variations - unexpected inputs for 'haystack', 'needle' & 'offset' …
7 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
12 /* Test strrpos() function with unexpected inputs for 'haystack', 'needle' & 'offset' arguments */
14 echo "*** Testing strrpos() function: with unexpected values for haystack, needle & offset ***\n";
92 *** Testing strrpos() function: with unexpected values for haystack, needle & offset ***
/PHP-7.0/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt22 female {{1, plural, offset:1
27 male {{1, plural, offset:1
32 other {{1, plural, offset:1
/PHP-7.0/
H A Dfooter5 * c-basic-offset: 4
/PHP-7.0/Zend/tests/
H A Ddereference_002.phpt74 Notice: Undefined offset: 4 in %s on line %d
77 Notice: Undefined offset: 3 in %s on line %d
/PHP-7.0/ext/spl/
H A Dspl.php488 function offsetSet($offset, $value); argument
493 function offsetGet($offset); argument
497 function offsetUnset($offset); argument
502 function offsetExists($offset); argument
/PHP-7.0/tests/strings/
H A Doffsets_chaining_1.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_2.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_3.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_4.phpt2 testing the behavior of string offset chaining
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp320 zend_long offset; in PHP_FUNCTION() local
325 &offset) == FAILURE) { in PHP_FUNCTION()
331 if (offset < INT32_MIN || offset > INT32_MAX) { in PHP_FUNCTION()
340 UBool res = bio->biter->isBoundary((int32_t)offset); in PHP_FUNCTION()

Completed in 124 milliseconds

12345678910>>...29