Home
last modified time | relevance | path

Searched defs:value (Results 76 – 100 of 285) sorted by relevance

12345678910>>...12

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c672 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
676 sljit_f64 value; in sljit_emit_fset64() member
H A DsljitNativeX86_64.c1261 sljit_s32 freg, sljit_f32 value) in sljit_emit_fset32()
1265 sljit_f32 value; in sljit_emit_fset32() member
1282 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
1286 sljit_f64 value; in sljit_emit_fset64() member
H A DsljitNativeMIPS_32.c91 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
103 sljit_f64 value; in sljit_emit_fset64() member
/php-src/sapi/apache2handler/
H A Dphp_functions.stub.php18 function apache_setenv(string $variable, string $value, bool $walk_to_top = false): bool {}
/php-src/ext/dom/lexbor/lexbor/core/
H A Dsbst.h22 lxb_char_t value[6]; member
H A Davl.h28 void *value; member
/php-src/ext/mysqli/
H A Dmysqli_driver.c39 static int driver_report_write(mysqli_object *obj, zval *value) in driver_report_write()
/php-src/ext/intl/formatter/
H A Dformatter_format.c79 int64_t value = (Z_TYPE_P(number) == IS_DOUBLE)?(int64_t)Z_DVAL_P(number):Z_LVAL_P(number); in PHP_FUNCTION() local
/php-src/ext/date/lib/
H A Dparse_posix.c421 timelib_sll value = (psi->days - 1); in calc_transition() local
440 timelib_sll value = 0; in calc_transition() local
/php-src/ext/dom/
H A Dprocessinginstruction.c39 char *name, *value = NULL; in PHP_METHOD() local
/php-src/ext/spl/
H A Dspl_array.c365 zval value; in spl_array_get_dimension_ptr() local
386 zval value; in spl_array_get_dimension_ptr() local
463 …y_write_dimension_ex(int check_inherited, zend_object *object, zval *offset, zval *value) /* {{{ */ in spl_array_write_dimension_ex()
519 static void spl_array_write_dimension(zend_object *object, zval *offset, zval *value) /* {{{ */ in spl_array_write_dimension()
587 zval rv, *value = NULL, *tmp; in spl_array_has_dimension_ex() local
665 zval *value, *index; in PHP_METHOD() local
678 zval *index, *value; in PHP_METHOD() local
700 zval *value; in PHP_METHOD() local
822 static zval *spl_array_write_property(zend_object *object, zend_string *name, zval *value, void **c… in spl_array_write_property()
H A Dspl_fixedarray.stub.php47 public function offsetSet($index, mixed $value): void {}
/php-src/ext/standard/
H A Dbasic_functions.stub.php1575 function output_add_rewrite_var(string $name, string $value): bool {}
1597 function count(Countable|array $value, int $mode = COUNT_NORMAL): int {}
1600 function sizeof(Countable|array $value, int $mode = COUNT_NORMAL): int {}
1639 function min(mixed $value, mixed ...$values): mixed {}
1645 function max(mixed $value, mixed ...$values): mixed {}
1675 function array_fill(int $start_index, int $count, mixed $value): array {}
1678 function array_fill_keys(array $keys, mixed $value): array {}
1760 function array_pad(array $array, int $length, mixed $value): array {}
2029 function ini_set(string $option, string|int|float|bool|null $value): string|false {}
2045 function print_r(mixed $value, bool $return = false): string|bool {}
[all …]
H A Dtype.c217 zval *value; in PHP_FUNCTION() local
230 zval *value; in PHP_FUNCTION() local
H A Dscanf.c310 int gotXpg, gotSequential, value, i, flags; in ValidateFormat() local
580 zend_long value; in php_sscanf_internal() local
/php-src/Zend/
H A Dzend_enum.c528 zend_string *class_name, zend_string *case_name, zval *value) { in create_enum_case_ast()
567 ZEND_API void zend_enum_add_case(zend_class_entry *ce, zend_string *case_name, zval *value) in zend_enum_add_case()
596 ZEND_API void zend_enum_add_case_cstr(zend_class_entry *ce, const char *name, zval *value) in zend_enum_add_case_cstr()
/php-src/ext/sysvshm/
H A Dsysvshm.stub.php21 function shm_put_var(SysvSharedMemory $shm, int $key, mixed $value): bool {}
/php-src/ext/sockets/
H A Dconversions.h36 void *value; member
/php-src/ext/readline/
H A Dreadline.stub.php14 function readline_info(?string $var_name = null, $value = null): mixed {}
/php-src/ext/snmp/
H A Dsnmp.stub.php124 function snmpset(string $hostname, string $community, array|string $object_id, array|string $type, …
145 function snmp2_set(string $hostname, string $community, array|string $object_id, array|string $type…
171 function snmp3_set(
279 public function set(array|string $objectId, array|string $type, array|string $value): bool {}
/php-src/ext/session/
H A Dsession.stub.php84 function session_cache_limiter(?string $value = null): string|false {}
86 function session_cache_expire(?int $value = null): int|false {}
/php-src/ext/dom/lexbor/lexbor/dom/
H A Dcollection.c76 lxb_dom_collection_append_noi(lxb_dom_collection_t *col, void *value) in lxb_dom_collection_append_noi()
H A Dcollection.h63 lxb_dom_collection_append(lxb_dom_collection_t *col, void *value) in lxb_dom_collection_append()
/php-src/ext/fileinfo/libmagic/
H A Dis_tar.c159 int value; in from_oct() local
/php-src/ext/xsl/
H A Dphp_xsl.c151 …ite_property_with_validation(zend_object *object, zend_string *member, zval *value, void **cache_s… in xsl_objects_write_property_with_validation()
170 static zval *xsl_objects_write_property(zend_object *object, zend_string *member, zval *value, void… in xsl_objects_write_property()

Completed in 64 milliseconds

12345678910>>...12