Home
last modified time | relevance | path

Searched defs:value (Results 101 – 125 of 285) sorted by relevance

12345678910>>...12

/php-src/Zend/
H A Dzend_execute.h128 static zend_always_inline void zend_copy_to_variable(zval *variable_ptr, zval *value, uint8_t value… in zend_copy_to_variable()
155 static zend_always_inline zval* zend_assign_to_variable(zval *variable_ptr, zval *value, uint8_t va… in zend_assign_to_variable()
182 static zend_always_inline zval* zend_assign_to_variable_ex(zval *variable_ptr, zval *value, zend_uc… in zend_assign_to_variable_ex()
H A Dzend_verify_type_inference.h41 static void zend_verify_type_inference(zval *value, uint32_t type_mask, uint8_t op_type, zend_execu… in zend_verify_type_inference()
H A Dzend_interfaces.h38 zval value; member
H A Dzend_interfaces.stub.php43 public function offsetSet(mixed $offset, mixed $value): void;
H A Dzend_object_handlers.c200 static void zend_std_call_setter(zend_object *zobj, zend_string *prop_name, zval *value) /* {{{ */ in zend_std_call_setter()
809 ZEND_API zval *zend_std_write_property(zend_object *zobj, zend_string *name, zval *value, void **ca… in zend_std_write_property()
1038 ZEND_API void zend_std_write_dimension(zend_object *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension()
1700 zval *value; in zend_std_compare_objects() local
1816 zval *value = NULL; in zend_std_has_property() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c1427 sljit_s32 freg, sljit_f32 value) in sljit_emit_fset32()
1432 sljit_f32 value; in sljit_emit_fset32() member
1462 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
1468 sljit_f64 value; in sljit_emit_fset64() member
/php-src/ext/spl/
H A Dspl_fixedarray.c253 zval *value; in spl_fixedarray_object_get_properties_for() local
408 …_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) in spl_fixedarray_object_write_dimension_helper()
436 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension()
816 zval *zindex, *value; in PHP_METHOD() local
836 zval *zindex, *value; in PHP_METHOD() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst.h31 void *value; member
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken_attr.h39 lxb_char_t *value; member
/php-src/ext/odbc/
H A Dphp_odbc.c331 char *value; in PHP_INI_DISP() local
354 char *value; in PHP_INI_DISP() local
383 char *value; in PHP_INI_DISP() local
412 char *value; in PHP_INI_DISP() local
436 char *value; in PHP_INI_DISP() local
/php-src/ext/dom/
H A Dtext.c40 char *value = NULL; in PHP_METHOD() local
H A Delement.c41 char *name, *value = NULL, *uri = NULL; in PHP_METHOD() local
267 xmlChar *value = NULL; in PHP_METHOD() local
346 static xmlNodePtr dom_create_attribute(xmlNodePtr nodep, const char *name, const char* value) in dom_create_attribute()
367 char *name, *value; in PHP_METHOD() local
856 …ntern, xmlNodePtr elemp, char *uri, size_t uri_len, char *name, size_t name_len, const char *value) in dom_set_attribute_ns_legacy()
953 …dom_object *intern, xmlNodePtr elemp, zend_string *uri, const zend_string *name, const char *value) in dom_set_attribute_ns_modern()
981 char *value; in PHP_METHOD() local
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php21 function xmlwriter_write_attribute(XMLWriter $writer, string $name, string $value): bool {}
25 …te_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace, string $value): bool {}
145 public function writeAttribute(string $name, string $value): bool {}
157 …unction writeAttributeNs(?string $prefix, string $name, ?string $namespace, string $value): bool {}
/php-src/ext/json/
H A Dphp_json_scanner.h33 zval value; /* value */ member
/php-src/ext/intl/collator/
H A Dcollator.stub.php120 public function setAttribute(int $attribute, int $value): bool {}
H A Dcollator_is_numeric.c69 double value; in collator_u_strtod() local
/php-src/main/
H A Dsnprintf.c62 static char * __cvt(double value, int ndigit, int *decpt, bool *sign, int fmode, int pad) /* {{{ */ in __cvt()
121 static inline char *php_ecvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_ecvt()
127 static inline char *php_fcvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_fcvt()
/php-src/ext/dba/libinifile/
H A Dinifile.h26 char *value; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.h42 lexbor_str_t *value; member
/php-src/build/
H A Dgen_stub.php302 public static function fromValue($value): SimpleType
2151 public $value; variable in EvaluatedValue
2523 public Expr $value; variable in ConstInfo
2537 Expr $value,
2697 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2738 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2810 private function getValueAssertion(EvaluatedValue $value): string
3052 public ?Expr $value; variable in EnumCaseInfo
3054 public function __construct(string $name, ?Expr $value) {
3992 public ?string $value; variable in DocCommentTag
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Ddiv.c47 size_t carry, value; in _one_mult() local
/php-src/ext/gd/libgd/
H A Dgdcache.c154 int value; member
H A Dgd_xbm.c37 int value; in gdImageCreateFromXbm() local
/php-src/ext/standard/
H A Dcrypt_freesec.c638 int value = ascii_to_bin(setting[i]); in _crypt_extended_r() local
647 int value = ascii_to_bin(setting[i]); in _crypt_extended_r() local
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php115 public function add(int $field, int $value): bool {}
309 public function roll(int $field, $value): bool {}

Completed in 76 milliseconds

12345678910>>...12