Searched defs:props (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/standard/ |
H A D | var.c | 870 …HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop() 903 HashTable *props = zend_get_properties_for(struc, ZEND_PROP_PURPOSE_SERIALIZE); in php_var_serialize_get_sleep_props() local 1025 HashTable props; in php_var_serialize_class() local
|
/php-src/ext/date/ |
H A D | php_date.c | 1894 static void date_object_to_hash(php_date_obj *dateobj, HashTable *props) in date_object_to_hash() 1933 HashTable *props; in date_object_get_properties_for() local 2063 static void date_timezone_object_to_hash(php_timezone_obj *tzobj, HashTable *props) in date_timezone_object_to_hash() 2076 HashTable *props; in date_object_get_properties_for_timezone() local 2103 HashTable *ht, *props; in date_object_get_debug_info_timezone() local 2159 static void date_interval_object_to_hash(php_interval_obj *intervalobj, HashTable *props) in date_interval_object_to_hash() 2199 HashTable *props; in date_object_get_properties_interval() local 5679 static void date_period_object_to_hash(php_period_obj *period_obj, HashTable *props) in date_period_object_to_hash() 6052 HashTable *props = zend_array_dup(zend_std_get_properties(object)); in date_period_get_properties_for() local
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 927 HashTable *props = zend_array_dup(zend_std_get_properties(obj)); in bcmath_number_get_properties_for() local 1824 HashTable *props = Z_ARRVAL_P(return_value); in PHP_METHOD() local 1833 HashTable *props; in PHP_METHOD() local
|
/php-src/ext/mysqli/ |
H A D | mysqli.c | 346 HashTable *retval, *props = obj->prop_handler; in mysqli_object_get_debug_info() local
|
/php-src/ext/gmp/ |
H A D | gmp.c | 314 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info() local 2186 HashTable *props = Z_OBJ_P(ZEND_THIS)->properties; in ZEND_METHOD() local 2209 zval *props = zend_hash_index_find(data, 1); in ZEND_METHOD() local
|
/php-src/ext/standard/libavifinfo/ |
H A D | avifinfo.c | 167 AvifInfoInternalProp props[AVIFINFO_MAX_PROPS]; member
|
/php-src/ext/spl/ |
H A D | spl_observer.c | 326 HashTable *props; in spl_object_storage_debug_info() local
|
/php-src/ext/snmp/ |
H A D | snmp.c | 1795 HashTable *props; in php_snmp_get_properties() local
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 2433 HashTable *props; in row_get_properties_for() local
|
/php-src/ext/zip/ |
H A D | php_zip.c | 997 HashTable *props; in php_zip_get_properties() local
|
/php-src/ext/ldap/ |
H A D | ldap.c | 1328 char *props = NULL; in PHP_FUNCTION() local
|
Completed in 100 milliseconds