Home
last modified time | relevance | path

Searched refs:properties (Results 401 – 420 of 420) sorted by relevance

1...<<11121314151617

/php-src/ext/mysqli/
H A Dmysqli.c797 Z_OBJ_P(return_value)->properties = prop_table; in php_mysqli_fetch_into_hash()
/php-src/Zend/
H A Dzend_execute.c3224 } else if (EXPECTED(zobj->properties != NULL)) { in zend_fetch_property_address()
3225 if (UNEXPECTED(GC_REFCOUNT(zobj->properties) > 1)) { in zend_fetch_property_address()
3226 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in zend_fetch_property_address()
3227 GC_DELREF(zobj->properties); in zend_fetch_property_address()
3229 zobj->properties = zend_array_dup(zobj->properties); in zend_fetch_property_address()
3231 ptr = zend_hash_find_known_hash(zobj->properties, Z_STR_P(prop_ptr)); in zend_fetch_property_address()
H A Dzend_types.h561 HashTable *properties; member
H A Dzend_operators.c815 } else if (Z_OBJ_P(op)->properties == NULL in convert_to_array()
871 obj->properties = ht; in convert_to_object()
/php-src/
H A DUPGRADING.INTERNALS224 - Removed the "properties" HashTable field from php_libxml_node_object.
H A DUPGRADING649 . The typed properties XSLTProcessor::$cloneDocument and
/php-src/ext/standard/
H A Darray.c1021 if (separate && zobj->properties && UNEXPECTED(GC_REFCOUNT(zobj->properties) > 1)) { in get_ht_for_iap()
1022 if (EXPECTED(!(GC_FLAGS(zobj->properties) & IS_ARRAY_IMMUTABLE))) { in get_ht_for_iap()
1023 GC_DELREF(zobj->properties); in get_ht_for_iap()
1025 zobj->properties = zend_array_dup(zobj->properties); in get_ht_for_iap()
H A Dvar_unserializer.re669 /* object properties should include no integers */
/php-src/ext/reflection/
H A Dphp_reflection.c474 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(Z_OBJ_P(obj)); in _class_string() local
479 if (properties && zend_hash_num_elements(properties)) { in _class_string()
480 ZEND_HASH_MAP_FOREACH_STR_KEY(properties, prop_name) { in _class_string()
4779 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)); in ZEND_METHOD() local
4781 ZEND_HASH_FOREACH_STR_KEY_VAL(properties, key, prop) { in ZEND_METHOD()
/php-src/ext/pdo/
H A Dpdo_stmt.c2429 if (!stmt->std.properties) { in row_get_properties_for()
2432 props = zend_array_dup(stmt->std.properties); in row_get_properties_for()
/php-src/ext/spl/
H A Dspl_directory.c624 if (!intern->std.properties) { in spl_filesystem_object_get_debug_info()
628 rv = zend_array_dup(intern->std.properties); in spl_filesystem_object_get_debug_info()
/php-src/build/
H A Dgen_stub.php4443 * @param PropertyInfo[] $properties
4451 array $properties, argument
4539 $properties,
/php-src/ext/snmp/
H A Dsnmp.c1803 return obj->zo.properties; in php_snmp_get_properties()
/php-src/ext/gmp/
H A Dgmp.c2090 HashTable *props = Z_OBJ_P(ZEND_THIS)->properties; in ZEND_METHOD()
/php-src/ext/sqlite3/
H A Dsqlite3.c2271 if (object->properties == NULL && object->ce->default_properties_count == 0) { in php_sqlite3_get_gc()
/php-src/ext/date/
H A Dphp_date.c1520 if (UNEXPECTED(!period_obj->std.properties)) { in initialize_date_period_properties()
1657 if (UNEXPECTED(!object->std.properties)) { in date_period_it_move_forward()
/php-src/ext/pgsql/
H A Dpgsql.c1987 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_pgsql_fetch_hash()
/php-src/ext/ffi/
H A Dffi.c251 object->properties = NULL; in zend_ffi_object_init()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1844 # follow properties of the first audio track only
7319 # elements properties indicator
7320 #>>>>32 uleshort !0 \b, properties %#4.4x
9957 # - https://github.com/GerbilSoft/rom-properties/issues/92
38510 # won't work for detecting other properties of the file (they all need
38802 # number of item entries/columns/properties value like: 17h
H A Dmagic1844 # follow properties of the first audio track only
7319 # elements properties indicator
7320 #>>>>32 uleshort !0 \b, properties %#4.4x
9957 # - https://github.com/GerbilSoft/rom-properties/issues/92
38510 # won't work for detecting other properties of the file (they all need
38802 # number of item entries/columns/properties value like: 17h

Completed in 368 milliseconds

1...<<11121314151617