Home
last modified time | relevance | path

Searched refs:prop (Results 126 – 150 of 172) sorted by relevance

1234567

/PHP-7.4/Zend/tests/
H A Dbug73816.phpt9 return eval(sprintf('return new class { private $prop%s; };', ++$i));
H A Dbug41075.phpt15 $var = $this->blah->prop = "string";
H A Dadd_002.phpt9 $o->prop = "value";
H A Dadd_003.phpt9 $o->prop = "value";
/PHP-7.4/Zend/tests/varSyntax/
H A DtempPropFetchByRefError.phpt7 $fn([0, 1]->prop);
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_error3.phpt7 public $prop = 2;
10 echo "Called foo(), property = $this->prop\n";
34 $testClassInstance->prop = "Hello";
H A DReflectionProperty_isInitialized.phpt66 public $prop;
82 unset($obj->prop);
83 $rp = new ReflectionProperty('WithMagic', 'prop');
H A DReflectionProperty_constructor_error.phpt13 $propInfo = new ReflectionProperty("NonExistentClass", "prop");
H A DReflectionProperty_export_error.phpt13 ReflectionProperty::export("NonExistentClass", "prop", true);
/PHP-7.4/ext/opcache/tests/
H A Dpreload_010.phpt15 var_dump((new Bar)->prop);
H A Dassign_obj_op_of_fetch_dim.phpt2 Type inference for $ary[$idx]->prop +=
H A Dpreload_loadable_classes_3.phpt16 Fatal error: Failed to load class Foo used by typed property Test::$prop during preloading in Unkno…
/PHP-7.4/ext/standard/tests/assert/
H A Dbug73303.phpt7 public $prop;
/PHP-7.4/Zend/tests/traits/
H A Dbug60809.phpt24 public $prop = "ops";
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt22 public function __set($prop, $value) {
23 printf("%s(%s, %s)\n", __METHOD__, var_export($prop, true), var_export($value, true));
24 $this->{$prop} = $value;
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c590 zend_property_info *prop; local
593 prop = Z_PTR_P(zv);
594 UNSERIALIZE_PTR(prop);
596 ZEND_ASSERT(prop->ce != NULL && prop->name != NULL);
598 SERIALIZE_PTR(prop->ce);
599 SERIALIZE_STR(prop->name);
600 if (prop->doc_comment) {
1298 zend_property_info *prop; local
1301 prop = Z_PTR_P(zv);
1303 ZEND_ASSERT(prop->ce != NULL && prop->name != NULL);
[all …]
H A DZendAccelerator.c3409 zend_property_info *prop; in get_unresolved_initializer() local
3422 if (prop->flags & ZEND_ACC_STATIC) { in get_unresolved_initializer()
3548 zend_property_info *prop; in preload_try_resolve_property_types() local
3559 name = ZEND_TYPE_NAME(prop->type); in preload_try_resolve_property_types()
3579 prop->type = ZEND_TYPE_ENCODE_CE(p, ZEND_TYPE_ALLOW_NULL(prop->type)); in preload_try_resolve_property_types()
3896 ce = prop->ce; in preload_load_prop_type()
3898 ce = prop->ce->parent; in preload_load_prop_type()
3908 ZSTR_VAL(name), ZSTR_VAL(prop->ce->name), zend_get_unmangled_property_name(prop->name)); in preload_load_prop_type()
3944 zend_property_info *prop; in preload_ensure_classes_loadable() local
3948 preload_load_prop_type(prop, ZEND_TYPE_NAME(prop->type)); in preload_ensure_classes_loadable()
[all …]
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt27 foreach($proplist as $prop) {
29 IntlChar::getPropertyName($prop),
30 IntlChar::hasBinaryProperty($cp, $prop) ? "true" : "false"
/PHP-7.4/Zend/
H A Dzend_execute.h60 ZEND_API ZEND_COLD void zend_throw_ref_type_error_zval(zend_property_info *prop, zval *zv);
75 …LL zend_ref_add_type_source(zend_property_info_source_list *source_list, zend_property_info *prop);
76 …LL zend_ref_del_type_source(zend_property_info_source_list *source_list, zend_property_info *prop);
411 #define ZEND_REF_FOREACH_TYPE_SOURCES(ref, prop) do { \ argument
425 prop = *_prop; \
H A Dzend_builtin_functions.c1107 zval *prop, prop_copy; in add_class_vars() local
1117 prop = NULL; in add_class_vars()
1119 prop = &ce->default_static_members_table[prop_info->offset]; in add_class_vars()
1120 ZVAL_DEINDIRECT(prop); in add_class_vars()
1124 if (!prop) { in add_class_vars()
1128 if (Z_ISUNDEF_P(prop)) { in add_class_vars()
1133 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()
1135 prop = &prop_copy; in add_class_vars()
1139 if (Z_OPT_TYPE_P(prop) == IS_CONSTANT_AST) { in add_class_vars()
1140 if (UNEXPECTED(zval_update_constant_ex(prop, NULL) != SUCCESS)) { in add_class_vars()
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug45614.phpt2 SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object)
/PHP-7.4/ext/pdo/tests/
H A Dpdo_018.phpt26 foreach($this as $prop => $val) {
27 $serialized[$prop] = $val;
37 foreach(unserialize($serialized) as $prop => $val) {
38 $this->$prop = '#'.$val;
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1549 zval *prop; in to_zval_object_ex() local
1555 if (!prop) { in to_zval_object_ex()
1570 Z_ADDREF_P(prop); in to_zval_object_ex()
1573 prop = &arr; in to_zval_object_ex()
1783 HashTable *prop = NULL; in to_xml_object() local
1797 prop = Z_OBJPROP_P(data); in to_xml_object()
1799 prop = Z_ARRVAL_P(data); in to_xml_object()
1836 if (prop) { GC_TRY_PROTECT_RECURSION(prop); } in to_xml_object()
1838 if (prop) { GC_TRY_UNPROTECT_RECURSION(prop); } in to_xml_object()
1860 if (prop != NULL) { in to_xml_object()
[all …]
/PHP-7.4/ext/curl/
H A Dinterface.c2198 zval *prop, rv; in build_mime_structure_from_hash() local
2208 prop = zend_read_property(curl_CURLFile_class, current, "name", sizeof("name")-1, 0, &rv); in build_mime_structure_from_hash()
2209 ZVAL_DEREF(prop); in build_mime_structure_from_hash()
2210 if (Z_TYPE_P(prop) != IS_STRING) { in build_mime_structure_from_hash()
2213 postval = Z_STR_P(prop); in build_mime_structure_from_hash()
2220 ZVAL_DEREF(prop); in build_mime_structure_from_hash()
2221 if (Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { in build_mime_structure_from_hash()
2222 type = Z_STRVAL_P(prop); in build_mime_structure_from_hash()
2225 ZVAL_DEREF(prop); in build_mime_structure_from_hash()
2226 if (Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { in build_mime_structure_from_hash()
[all …]
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.h87 MBSTRING_API int php_unicode_is_prop1(unsigned long code, int prop);

Completed in 68 milliseconds

1234567