Home
last modified time | relevance | path

Searched refs:properties (Results 276 – 300 of 334) sorted by relevance

1...<<11121314

/PHP-7.4/ext/zip/tests/
H A Doo_properties.phpt2 ziparchive::properties isset()/empty() checks
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_basic.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation4-win32-mb.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation7.phpt14 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation9.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.4/ext/reflection/tests/
H A Dbug40431.phpt2 Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods)
H A DReflectionClass_toString_001.phpt20 - Static properties [0] {
/PHP-7.4/tests/classes/
H A Dproperty_recreate_private.phpt2 Unsetting and recreating private properties.
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
/PHP-7.4/Zend/
H A Dzend.c404 HashTable *properties; in zend_print_flat_zval_r() local
414 properties = Z_OBJPROP_P(expr); in zend_print_flat_zval_r()
415 if (properties) { in zend_print_flat_zval_r()
417 print_flat_hash(properties); in zend_print_flat_zval_r()
452 HashTable *properties; in zend_print_zval_r_to_buf() local
464 if ((properties = zend_get_properties_for(expr, ZEND_PROP_PURPOSE_DEBUG)) == NULL) { in zend_print_zval_r_to_buf()
469 print_hash(buf, properties, indent, 1); in zend_print_zval_r_to_buf()
472 zend_release_properties(properties); in zend_print_zval_r_to_buf()
H A Dzend_API.c1176 ZEND_HASH_FOREACH_STR_KEY_VAL(properties, key, value) { in zend_merge_properties()
1284 object->properties = NULL; in object_properties_init()
1291 object->properties = properties; in object_properties_init_ex()
1297 ZEND_HASH_FOREACH_STR_KEY_VAL(properties, key, prop) { in object_properties_init_ex()
1329 ZEND_HASH_FOREACH_KEY_VAL(properties, h, key, prop) { in object_properties_load()
1358 if (object->properties) { in object_properties_load()
1360 zend_hash_update(object->properties, key, &tmp); in object_properties_load()
1363 if (!object->properties) { in object_properties_load()
1370 if (!object->properties) { in object_properties_load()
1411 if (properties) { in _object_and_properties_init()
[all …]
H A Dzend_vm_def.h2501 GC_DELREF(zobj->properties);
2503 zobj->properties = zend_array_dup(zobj->properties);
5967 Z_OBJ_P(result)->properties = ht;
6311 HashTable *properties; variable
6312 if (Z_OBJ_P(array_ptr)->properties
6317 Z_OBJ_P(array_ptr)->properties = zend_array_dup(Z_OBJ_P(array_ptr)->properties);
6320 properties = Z_OBJPROP_P(array_ptr);
6400 HashTable *properties; variable
6412 if (Z_OBJ_P(array_ptr)->properties
6417 Z_OBJ_P(array_ptr)->properties = zend_array_dup(Z_OBJ_P(array_ptr)->properties);
[all …]
H A Dzend_API.h385 ZEND_API int object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *properties);
387 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties);
388 ZEND_API void object_properties_load(zend_object *object, HashTable *properties);
390 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties);
1683 && Z_OBJ_P(arg)->properties in zend_parse_arg_array_ht()
1684 && UNEXPECTED(GC_REFCOUNT(Z_OBJ_P(arg)->properties) > 1)) { in zend_parse_arg_array_ht()
1685 if (EXPECTED(!(GC_FLAGS(Z_OBJ_P(arg)->properties) & IS_ARRAY_IMMUTABLE))) { in zend_parse_arg_array_ht()
1686 GC_DELREF(Z_OBJ_P(arg)->properties); in zend_parse_arg_array_ht()
1688 Z_OBJ_P(arg)->properties = zend_array_dup(Z_OBJ_P(arg)->properties); in zend_parse_arg_array_ht()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c107 if (xml->properties) { \
108 null = get_attribute(xml->properties, "nil"); \
123 if (xml->properties) { \
124 null = get_attribute(xml->properties, "nil"); \
292 xmlAttrPtr attr = node_ptr->properties; in soap_check_zval_ref()
2763 } else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) { in guess_zval_convert()
2793 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2794 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2795 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
3269 if (data && data->properties) { in check_and_resolve_href()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_basic1.phpt7 * installed, it will return the properties of an object.
H A Darray_key_exists_object2.phpt12 * Pass array_key_exists() an object with private and protected properties
H A Dsizeof_basic2.phpt7 * installed, it will return the properties of an object.
H A Dsizeof_variation2.phpt7 * it will return the properties of an object.
H A Drsort_object2.phpt11 * Test functionality of rsort() with objects where properties have different visibilities
/PHP-7.4/ext/libxml/
H A Dlibxml.c155 if (object->properties) { in php_libxml_clear_object()
156 object->properties = NULL; in php_libxml_clear_object()
236 php_libxml_node_free_list((xmlNodePtr) node->properties); in php_libxml_node_free_list()
251 php_libxml_node_free_list((xmlNodePtr) node->properties); in php_libxml_node_free_list()
1366 php_libxml_node_free_list((xmlNodePtr) node->properties); in php_libxml_node_free_resource()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt52 $properties = array_merge(get_object_vars($warning), get_class_vars(get_class($warning)));
53 if (!empty($properties))
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt6 * Description: Returns an array of default properties of the class.
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-properties.phpt2 OO API: SNMP object properties
/PHP-7.4/
H A DUPGRADING67 longer leave behind accessible properties on the object.
70 considered equal, unless they had properties.
135 the properties of the ArrayObject itself (or a subclass). Previously it
141 * Potentially others working on object properties as a list.
147 wrapped array, or the ArrayObject properties, depending on whether the
195 . Added support for typed properties. For example:
506 object properties. It returns the same result as (array) $object, with the
633 changed. Don't filter methods and properties through

Completed in 81 milliseconds

1...<<11121314