Home
last modified time | relevance | path

Searched refs:properties (Results 201 – 225 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_015.phpt2 Object serialization / unserialization: properties reference containing object
H A Dserialization_objects_013.phpt2 Object serialization / unserialization: references amongst properties
/PHP-5.5/ext/zip/
H A Dphp_zip.c1092 if (intern->zo.properties) { in php_zip_object_free_storage()
1093 zend_hash_destroy(intern->zo.properties); in php_zip_object_free_storage()
1094 FREE_HASHTABLE(intern->zo.properties); in php_zip_object_free_storage()
1122 ALLOC_HASHTABLE(intern->zo.properties); in php_zip_object_new()
1123 zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0); in php_zip_object_new()
/PHP-5.5/
H A D.gdbinit232 set $ht = $zobj->properties
246 echo "no properties found"
H A DNEWS2397 properties). (Stas)
3228 classes, constants, methods and properties.
3716 numeric properties). (Gustavo)
4369 . Fixed bug #52738 (Can't use new properties in class extended from
5702 properties and __get(). (Andrei)
6497 properties and __get(). (Andrei)
7638 dynamic properties). (Tony)
8049 through virtual properties). (Dmitry)
8291 protected properties). (Tony)
9975 protected properties). (Dmitry)
[all …]
/PHP-5.5/Zend/
H A Dzend_API.c1038 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC) /* … in zend_merge_properties() argument
1044 …zend_hash_apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t)zend_merge_property, 2, ob… in zend_merge_properties()
1048 zend_hash_destroy(properties); in zend_merge_properties()
1049 FREE_HASHTABLE(properties); in zend_merge_properties()
1168 object->properties = NULL; in object_properties_init()
1177 …nd_properties_init(zval *arg, zend_class_entry *class_type, HashTable *properties ZEND_FILE_LINE_D… in _object_and_properties_init()
1193 if (properties) { in _object_and_properties_init()
1194 object->properties = properties; in _object_and_properties_init()
H A Dzend.h314 HashTable *properties; member
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp377 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in TimeZone_object_create()
/PHP-5.5/ext/standard/tests/array/
H A Dcount_recursive.phpt8 Discription: Count elements in an array, or properties in an object
H A Dsizeof_variation4.phpt7 * it will return the properties of an object.
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp268 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in Calendar_object_create()
/PHP-5.5/ext/soap/
H A Dsoap.c3491 attr = env->properties;
3531 attr = body->properties;
3575 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3580 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3599 attr = head->properties;
3619 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3623 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
3631 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3635 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
3644 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
/PHP-5.5/ext/spl/
H A Dspl_dllist.c526 if (!intern->std.properties) { in spl_dllist_object_get_debug_info()
529 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_dllist_object_get_debug_info()
H A Dspl_observer.c901 if (!intern->std.properties) { in SPL_METHOD()
904 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
H A Dspl_directory.c600 if (!intern->std.properties) { in spl_filesystem_object_get_debug_info()
605 ZEND_INIT_SYMTABLE_EX(rv, zend_hash_num_elements(intern->std.properties) + 3, 0); in spl_filesystem_object_get_debug_info()
610 …zend_hash_copy(rv, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(… in spl_filesystem_object_get_debug_info()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c557 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(obj TSRMLS_CC); in _class_string() local
564 if (properties && zend_hash_num_elements(properties)) { in _class_string()
565 zend_hash_internal_pointer_reset_ex(properties, &pos); in _class_string()
567 while (zend_hash_get_current_data_ex(properties, (void **) &prop, &pos) == SUCCESS) { in _class_string()
572 …if (zend_hash_get_current_key_ex(properties, &prop_name, &prop_name_size, &index, 1, &pos) == HASH… in _class_string()
581 zend_hash_move_forward_ex(properties, &pos); in _class_string()
3982 HashTable *properties = Z_OBJ_HT_P(intern->obj)->get_properties(intern->obj TSRMLS_CC); in ZEND_METHOD() local
3983 …zend_hash_apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t) _adddynproperty, 2, &ce, … in ZEND_METHOD()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput7342 the negative versions of the properties and behaves has changed how
465 /-- These are PCRE's extra properties to help with Unicodizing \d etc. --/
907 /-- Unicode properties for \b abd \B --/
937 /-- With PCRE_UCP, non-UTF8 chars that are < 256 still check properties --/
H A Dtestinput41 /-- This set of tests is for UTF support, excluding Unicode properties. It is
H A Dtestinput10973 /-- Unicode properties for \b abd \B --/
992 /-- With PCRE_UCP, non-UTF8 chars that are < 256 still check properties --/
H A Dtestinput52 support, excluding Unicode properties. However, tests that give different
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2676 if (!stmt->std.properties) { in row_get_properties()
2684 …zend_hash_update(stmt->std.properties, stmt->columns[i].name, stmt->columns[i].namelen + 1, (void … in row_get_properties()
2687 return stmt->std.properties; in row_get_properties()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt65 general category properties. However, UTF-8/16/32 and Unicode support
994 which refer to Unicode character properties, you must add
996 --enable-unicode-properties
1941 character properties is available; otherwise it is set to zero.
5324 Unicode character properties
5447 any of these properties with "Is".
5507 PCRE's additional properties
5513 ever, they may also be used explicitly. These properties are:
7795 Xan Alphanumeric: union of properties L and N
7949 (*UCP) set PCRE_UCP (use Unicode properties for \d etc)
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME249 character properties, you must add --enable-unicode-properties to the
251 form of a property table); only the basic two-letter properties such as Lu
756 sixth and seventh tests do the same for Unicode character properties support.
/PHP-5.5/ext/dom/
H A Dphp_dom.c1049 node_list_unlink((xmlNodePtr) node->properties TSRMLS_CC); in node_list_unlink()
1535 attr = child->properties; in dom_normalize()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re353 /* object properties should include no integers */

Completed in 217 milliseconds

12345678910