Home
last modified time | relevance | path

Searched refs:properties (Results 176 – 200 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_variation2.phpt7 * it will return the properties of an object.
H A Dsizeof_variation1.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-5.5/tests/classes/
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
H A Dimplicit_instantiation_001.phpt2 Implicit object instantiation when accessing properties of non-object.
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-properties.phpt2 OO API: SNMP object properties
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation1.phpt13 * 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
H A Ddir_variation3.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation2.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/com_dotnet/
H A DREADME23 Default properties and array access:
/PHP-5.5/Zend/
H A DZEND_CHANGES315 identical replica of all the object's properties.
317 Creating a copy of an object with fully replicated properties is
322 window with the same properties and have the new object hold the
339 all of the object's properties. If a __clone() method is
341 properties in the created object. For convenience, the engine
343 properties from the source object, so that developers can start
345 properties that need to be changed.
802 foreach. The default behavior is to iterate over all properties
H A Dzend_builtin_functions.c986 HashTable *properties; in ZEND_FUNCTION() local
1002 properties = Z_OBJ_HT_P(obj)->get_properties(obj TSRMLS_CC); in ZEND_FUNCTION()
1004 if (properties == NULL) { in ZEND_FUNCTION()
1012 zend_hash_internal_pointer_reset_ex(properties, &pos); in ZEND_FUNCTION()
1014 while (zend_hash_get_current_data_ex(properties, (void **) &value, &pos) == SUCCESS) { in ZEND_FUNCTION()
1015 …if (zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos) == HASH_KEY_IS_S… in ZEND_FUNCTION()
1023 zend_hash_move_forward_ex(properties, &pos); in ZEND_FUNCTION()
H A Dzend_API.h364 #define object_and_properties_init(arg, ce, properties) _object_and_properties_init((arg), (ce), (p… argument
368 ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *properties ZEN…
371 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC);
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt20 - Static properties [0] {
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS53 . Unicode character properties were updated from Unicode 6.3.0.
124 . Unicode character properties are updated to Unicode 6.2.0.
258 opposites) so that they make use of Unicode properties. There are also a number
473 supported properties have been extended with script names such as "Arabic",
474 and the derived properties "Any" and "L&". This has necessitated a change to
546 4. There is now some optional support for Unicode character properties, which
548 the general category properties are supported. If PCRE is compiled with this
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp204 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in IntlIterator_object_create()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput7145 the negative versions of the properties and behaves has changed how
223 /-- These are PCRE's extra properties to help with Unicodizing \d etc. --/
432 /-- Unicode properties for \b abd \B --/
451 /-- With PCRE_UCP, non-UTF8 chars that are < 256 still check properties --/
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c132 zend_hash_copy( intern->zo.properties, &(ce->default_properties ), in Transliterator_object_create()
/PHP-5.5/ext/dom/
H A Ddom_iterators.c296 curnode = (xmlNodePtr) nodep->properties; in php_dom_get_iterator()
H A Dnode.c1471 if (n->properties != NULL) { in PHP_FUNCTION()
1472 node->properties = xmlCopyPropList(node, n->properties); in PHP_FUNCTION()
1547 if (nodep->properties) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_variation_003.phpt6 * Description: Returns an array of object properties
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp223 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in BreakIterator_object_create()
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt2 Object serialization / unserialization with inherited and hidden properties.
/PHP-5.5/ext/spl/
H A Dspl_heap.c532 if (!intern->std.properties) { in spl_heap_object_get_debug_info_helper()
538 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_heap_object_get_debug_info_helper()
545 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_heap_object_get_debug_info_helper()

Completed in 49 milliseconds

12345678910