Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 180) sorted by path

12345678

/PHP-5.3/Zend/
H A Dzend.h318 zvalue_value value; /* value */ member
H A Dzend_API.c154 zval **value = (zval**)(p-arg_count); in _zend_get_parameters_array_ex() local
1194 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1277 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value) /* {{{ */ in add_index_zval()
1360 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
3195 …clare_property_bool(zend_class_entry *ce, char *name, int name_length, long value, int access_type… in zend_declare_property_bool()
3210 …clare_property_long(zend_class_entry *ce, char *name, int name_length, long value, int access_type… in zend_declare_property_long()
3225 …re_property_double(zend_class_entry *ce, char *name, int name_length, double value, int access_typ… in zend_declare_property_double()
3240 …are_property_string(zend_class_entry *ce, char *name, int name_length, char *value, int access_typ… in zend_declare_property_string()
3257 …re_property_stringl(zend_class_entry *ce, char *name, int name_length, char *value, int value_len,… in zend_declare_property_stringl()
3554 …perty_stringl(zend_class_entry *scope, char *name, int name_length, const char *value, int value_l… in zend_update_static_property_stringl()
[all …]
H A Dzend_API.h683 #define ZEND_DEFINE_PROPERTY(class_ptr, name, value, mask) \ argument
H A Dzend_builtin_functions.c953 zval **value; in ZEND_FUNCTION() local
H A Dzend_compile.c3628 void zend_do_declare_property(const znode *var_name, const znode *value, zend_uint access_type TSRM… in zend_do_declare_property()
4286 znode value; in zend_do_fetch_lexical_variable() local
4558 …reach_token, const znode *open_brackets_token, const znode *as_token, znode *value, znode *key TSR… in zend_do_foreach_cont()
4781 void zend_do_jmp_set(const znode *value, znode *jmp_token, znode *colon_token TSRMLS_DC) /* {{{ */ in zend_do_jmp_set()
H A Dzend_compile.h304 znode value; member
H A Dzend_constants.h34 zval value; member
H A Dzend_exceptions.c254 zval *value; in _default_exception_get_entry() local
H A Dzend_execute.c522 zval *value = get_zval_ptr(value_op, Ts, &free_value, BP_VAR_R); in zend_assign_to_object() local
617 static inline int zend_assign_to_string_offset(const temp_variable *T, const zval *value, int value… in zend_assign_to_string_offset()
661 static inline zval* zend_assign_to_variable(zval **variable_ptr_ptr, zval *value, int is_tmp_var TS… in zend_assign_to_variable()
H A Dzend_execute_API.c490 zval *value; in zval_deep_copy() local
H A Dzend_ini.c461 int value, tmp_value_len; in ZEND_INI_DISP() local
499 char *value; in ZEND_INI_DISP() local
526 char *value; in ZEND_INI_DISP() local
H A Dzend_ini.h75 char *value; member
H A Dzend_interfaces.h38 zval *value; member
H A Dzend_object_handlers.c1161 zval **value; in zend_std_has_property() local
H A Dzend_strtod.c278 #define value(x) ((x).d) macro
2596 double value = 0; in zend_hex_strtod() local
2628 double value = 0; in zend_oct_strtod() local
H A Dzend_vm_def.h361 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC); variable
413 zval *value; variable
597 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC); variable
692 zval *value = Z_OBJ_HT_P(z)->get(z TSRMLS_CC); variable
1517 zval *value; variable
2534 zval *value; variable
2604 zval *value; variable
3040 zval **value; variable
3736 zval **value; variable
3878 zval **value; variable
[all …]
H A Dzend_vm_execute.h1720 zval *value; in ZEND_THROW_SPEC_CONST_HANDLER() local
1752 zval *value; in ZEND_SEND_VAL_SPEC_CONST_HANDLER() local
2275 zval **value; in ZEND_ISSET_ISEMPTY_VAR_SPEC_CONST_HANDLER() local
5015 zval *value; in ZEND_THROW_SPEC_TMP_HANDLER() local
5047 zval *value; in ZEND_SEND_VAL_SPEC_TMP_HANDLER() local
8261 zval *value; in ZEND_THROW_SPEC_VAR_HANDLER() local
9591 zval *value; in zend_binary_assign_op_helper_SPEC_VAR_CONST() local
11401 zval *value; in zend_binary_assign_op_helper_SPEC_VAR_TMP() local
13155 zval *value; in zend_binary_assign_op_helper_SPEC_VAR_VAR() local
14716 zval *value; in zend_binary_assign_op_helper_SPEC_VAR_UNUSED() local
[all …]
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Ddiv.c53 int carry, value; local
H A Drecmul.c54 new_sub_num (length, scale, value) in new_sub_num() argument
/PHP-5.3/ext/com_dotnet/
H A Dcom_typeinfo.c165 zval exists, results, value; in php_com_import_typelib() local
/PHP-5.3/ext/date/lib/
H A Dparse_date.c164 int value; member
575 timelib_sll value = 0; in timelib_lookup_relative_text() local
608 long value = 0; in timelib_lookup_month() local
655 const timelib_relunit *tp, *value = NULL; in timelib_lookup_relunit() local
768 long value = 0; in timelib_lookup_zone() local
/PHP-5.3/ext/date/
H A Dphp_date.c1979 #define REGISTER_DATE_CLASS_CONST_STRING(const_name, value) \ in date_register_classes() argument
2001 #define REGISTER_TIMEZONE_CLASS_CONST_STRING(const_name, value) \ in date_register_classes() argument
2042 #define REGISTER_PERIOD_CLASS_CONST_STRING(const_name, value) \ in date_register_classes() argument
3544 timelib_sll value = -1; in date_interval_read_property() local
/PHP-5.3/ext/dba/
H A Ddba_qdbm.c83 char *value, *new = NULL; in DBA_FETCH_FUNC() local
112 char *value; in DBA_EXISTS_FUNC() local
134 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
152 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.c462 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, … in inifile_delete_replace_append()
H A Dinifile.h30 char *value; member

Completed in 215 milliseconds

12345678