Home
last modified time | relevance | path

Searched refs:value (Results 101 – 125 of 2100) sorted by path

12345678910>>...84

/PHP-5.5/Zend/tests/generators/
H A Dyield_without_value.phpt2 yield can be used without a value
/PHP-5.5/Zend/tests/
H A Dindexing_001.phpt5 echo "*** Indexing - Testing value assignment with key ***\n";
21 echo "*** Indexing - Testing value assignment no key ***\n";
42 *** Indexing - Testing value assignment with key ***
51 Warning: Cannot use a scalar value as an array in %s on line %d
54 Warning: Cannot use a scalar value as an array in %s on line %d
57 Warning: Cannot use a scalar value as an array in %s on line %d
79 Warning: Cannot use a scalar value as an array in %s on line %d
98 Warning: Cannot use a scalar value as an array in %s on line %d
101 Warning: Cannot use a scalar value as an array in %s on line %d
104 Warning: Cannot use a scalar value as an array in %s on line %d
[all …]
H A Dinter_02.phpt2 Namespace constant as value default
H A Dmethod_static_var.phpt2 Initial value of static var in method depends on the include time of the class definition
22 … makes a clone of static variables for inherited functions, so $i in Bar::test gets initial value 1
H A Dnowdoc_017.phpt2 Testing nowdoc in default value for property
H A Dns_070.phpt2 Testing parameter type-hinted with default value inside namespace
H A Dns_071.phpt2 Testing parameter type-hinted (array) with default value inside namespace
H A Dobject_handlers.phpt13 function __set($property, $value) {
H A Doffset_string.phpt46 Notice: A non well formed numeric value encountered in %s on line %d
H A Dunset_cv11.phpt2 unset() CV 11 (unset() of copy destoies original value)
/PHP-5.5/Zend/tests/traits/
H A Dbug60717.phpt12 function textArea(array $attributes = null, $value);
22 function textArea(array $attributes = null, $value) {}
/PHP-5.5/Zend/
H A Dzend.h334 zvalue_value value; /* value */ member
759 (z)->value = (v)->value; \
H A Dzend_API.c1567 Z_ADDREF_P(value); in array_set_zval_key()
3743 ZVAL_BOOL(tmp, value); in zend_update_property_bool()
3755 ZVAL_LONG(tmp, value); in zend_update_property_long()
3811 (*property)->value = value->value; in zend_update_static_property()
3815 efree(value); in zend_update_static_property()
3820 Z_ADDREF_P(value); in zend_update_static_property()
3824 *property = value; in zend_update_static_property()
3852 ZVAL_BOOL(tmp, value); in zend_update_static_property_bool()
3864 ZVAL_LONG(tmp, value); in zend_update_static_property_long()
3907 zval *property, *value; in zend_read_property() local
[all …]
H A Dzend_API.h314 …_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value TSRMLS_DC);
316 …ss_constant_long(zend_class_entry *ce, const char *name, size_t name_length, long value TSRMLS_DC);
331 …static_property(zend_class_entry *scope, const char *name, int name_length, zval *value TSRMLS_DC);
333 …ic_property_bool(zend_class_entry *scope, const char *name, int name_length, long value TSRMLS_DC);
383 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value);
407 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value);
416 ZEND_API int add_next_index_zval(zval *arg, zval *value);
429 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value);
438 ZEND_API int add_property_zval_ex(zval *arg, const char *key, uint key_len, zval *value TSRMLS_DC);
716 #define ZEND_DEFINE_PROPERTY(class_ptr, name, value, mask) \ argument
[all …]
H A Dzend_builtin_functions.c131 ZEND_ARG_INFO(0, value)
603 zend_hash_index_update(return_value->value.ht, 1, &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
703 c.value = *val; in ZEND_FUNCTION()
704 zval_copy_ctor(&c.value); in ZEND_FUNCTION()
985 zval **value; in ZEND_FUNCTION() local
1019 Z_ADDREF_PP(value); in ZEND_FUNCTION()
1020 add_assoc_zval_ex(return_value, prop_name, prop_len + 1, *value); in ZEND_FUNCTION()
1913 *const_val = constant->value; in add_constant_info()
2000 *const_val = val->value; in ZEND_FUNCTION()
2049 zend_hash_internal_pointer_reset_ex(arg_array->value.ht, &iterator); in debug_print_backtrace_args()
[all …]
H A Dzend_closures.c209 static void zend_closure_write_property(zval *object, zval *member, zval *value, const zend_literal… in zend_closure_write_property() argument
H A Dzend_compile.c159 result->value.str.val = (char *) safe_emalloc(result->value.str.len, 1, 1); in build_runtime_defined_function_key()
1018 SET_NODE(opline->op2, value); in zend_do_assign()
2431 …ult->u.constant.value.str.val[result->u.constant.value.str.len + sizeof("::")-1], name->u.constant… in zend_do_build_full_name()
2438 …ult->u.constant.value.str.val[result->u.constant.value.str.len + sizeof("\\")-1], name->u.constant… in zend_do_build_full_name()
2775 if (value) { in zend_do_yield()
5323 if (value) { in zend_do_declare_property()
6035 znode value; in zend_do_fetch_lexical_variable() local
6043 value.op_type = IS_CONST; in zend_do_fetch_lexical_variable()
6322 key = value; in zend_do_foreach_cont()
6323 value = tmp; in zend_do_foreach_cont()
[all …]
H A Dzend_compile.h371 znode value; member
454 void zend_do_assign(znode *result, znode *variable, znode *value TSRMLS_DC);
513 void zend_do_yield(znode *result, znode *value, const znode *key, zend_bool is_variable TSRMLS_DC);
565 void zend_do_declare_property(const znode *var_name, const znode *value, zend_uint access_type TSRM…
566 void zend_do_declare_class_constant(znode *var_name, const znode *value TSRMLS_DC);
606 …ch_token, const znode *open_brackets_token, const znode *as_token, znode *value, znode *key TSRMLS…
618 void zend_do_jmp_set(const znode *value, znode *jmp_token, znode *colon_token TSRMLS_DC);
633 void zend_do_declare_constant(znode *name, znode *value TSRMLS_DC);
H A Dzend_constants.c33 zval_dtor(&c->value); in free_zend_constant()
129 c.value.value.lval = 1; in zend_register_standard_constants()
135 c.value.value.lval = 0; in zend_register_standard_constants()
148 c.value.value.lval = ZTS_V; in zend_register_standard_constants()
154 c.value.value.lval = ZEND_DEBUG; in zend_register_standard_constants()
184 c.value.value.lval = lval; in zend_register_long_constant()
198 c.value.value.dval = dval; in zend_register_double_constant()
212 c.value.value.str.val = strval; in zend_register_stringl_constant()
213 c.value.value.str.len = strlen; in zend_register_stringl_constant()
306 *result = c->value; in zend_get_constant()
[all …]
H A Dzend_constants.h34 zval value; member
H A Dzend_exceptions.c224 value = zend_read_property(default_exception_ce, object, name, sizeof(name)-1, 0 TSRMLS_CC); \
225 if(value && Z_TYPE_P(value) != type) { \
235 zval *value; in ZEND_METHOD() local
294 zval *value; in _default_exception_get_entry() local
296 value = zend_read_property(default_exception_ce, object, name, name_len, 0 TSRMLS_CC); in _default_exception_get_entry()
298 *return_value = *value; in _default_exception_get_entry()
H A Dzend_execute.c708 ALLOC_ZVAL(value); in zend_assign_to_object()
715 ALLOC_ZVAL(value); in zend_assign_to_object()
723 Z_ADDREF_P(value); in zend_assign_to_object()
732 FREE_ZVAL(value); in zend_assign_to_object()
749 *retval = value; in zend_assign_to_object()
750 PZVAL_LOCK(value); in zend_assign_to_object()
899 Z_ADDREF_P(value); in zend_assign_to_variable()
905 return value; in zend_assign_to_variable()
912 if (PZVAL_IS_REF(value) && Z_REFCOUNT_P(value) > 0) { in zend_assign_to_variable()
920 Z_ADDREF_P(value); in zend_assign_to_variable()
[all …]
H A Dzend_execute_API.c455 zval *value; in zval_deep_copy() local
457 ALLOC_ZVAL(value); in zval_deep_copy()
458 *value = **p; in zval_deep_copy()
459 Z_TYPE_P(value) &= ~IS_CONSTANT_INDEX; in zval_deep_copy()
460 zval_copy_ctor(value); in zval_deep_copy()
461 Z_TYPE_P(value) = Z_TYPE_PP(p); in zval_deep_copy()
462 INIT_PZVAL(value); in zval_deep_copy()
463 *p = value; in zval_deep_copy()
487 …if (!zend_get_constant_ex(p->value.str.val, p->value.str.len, &const_value, scope, Z_REAL_TYPE_P(p… in zval_update_constant_ex()
H A Dzend_generators.c101 if (generator->value) { in zend_generator_close()
102 zval_ptr_dtor(&generator->value); in zend_generator_close()
103 generator->value = NULL; in zend_generator_close()
469 if (generator->value) { in ZEND_METHOD()
517 zval *value; in ZEND_METHOD() local
536 Z_ADDREF_P(value); in ZEND_METHOD()
542 if (generator->value) { in ZEND_METHOD()
577 if (generator->value) { in ZEND_METHOD()
630 if (generator->value) { in zend_generator_iterator_get_data()
631 *data = &generator->value; in zend_generator_iterator_get_data()
[all …]
H A Dzend_generators.h48 zval *value; member

Completed in 144 milliseconds

12345678910>>...84