props 2164 ext/date/php_date.c HashTable *props; props 2171 ext/date/php_date.c props = zend_std_get_properties(object); props 2174 ext/date/php_date.c return props; props 2179 ext/date/php_date.c zend_hash_str_update(props, "date", sizeof("date")-1, &zv); props 2184 ext/date/php_date.c zend_hash_str_update(props, "timezone_type", sizeof("timezone_type")-1, &zv); props 2206 ext/date/php_date.c zend_hash_str_update(props, "timezone", sizeof("timezone")-1, &zv); props 2209 ext/date/php_date.c return props; props 2263 ext/date/php_date.c HashTable *props; props 2270 ext/date/php_date.c props = zend_std_get_properties(object); props 2273 ext/date/php_date.c return props; props 2277 ext/date/php_date.c zend_hash_str_update(props, "timezone_type", sizeof("timezone_type")-1, &zv); props 2298 ext/date/php_date.c zend_hash_str_update(props, "timezone", sizeof("timezone")-1, &zv); props 2300 ext/date/php_date.c return props; props 2344 ext/date/php_date.c HashTable *props; props 2350 ext/date/php_date.c props = zend_std_get_properties(object); props 2353 ext/date/php_date.c return props; props 2358 ext/date/php_date.c zend_hash_str_update(props, n, sizeof(n)-1, &zv); props 2374 ext/date/php_date.c zend_hash_str_update(props, "days", sizeof("days")-1, &zv); props 2381 ext/date/php_date.c return props; props 4842 ext/date/php_date.c HashTable *props; props 4848 ext/date/php_date.c props = zend_std_get_properties(object); props 4851 ext/date/php_date.c return props; props 4862 ext/date/php_date.c zend_hash_str_update(props, "start", sizeof("start")-1, &zv); props 4872 ext/date/php_date.c zend_hash_str_update(props, "current", sizeof("current")-1, &zv); props 4882 ext/date/php_date.c zend_hash_str_update(props, "end", sizeof("end")-1, &zv); props 4893 ext/date/php_date.c zend_hash_str_update(props, "interval", sizeof("interval")-1, &zv); props 4897 ext/date/php_date.c zend_hash_str_update(props, "recurrences", sizeof("recurrences")-1, &zv); props 4900 ext/date/php_date.c zend_hash_str_update(props, "include_start_date", sizeof("include_start_date")-1, &zv); props 4902 ext/date/php_date.c return props; props 138 ext/date/php_date.h HashTable *props; props 156 ext/date/php_date.h HashTable *props; props 168 ext/date/php_date.h HashTable *props; props 434 ext/gmp/gmp.c HashTable *ht, *props = zend_std_get_properties(obj); props 439 ext/gmp/gmp.c ht = zend_array_dup(props); props 615 ext/ldap/ldap.c char *props = NULL; props 619 ext/ldap/ldap.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|sssssss", &link, &binddn, &dn_len, &passwd, &passwd_len, &sasl_mech, &mech_len, &sasl_realm, &realm_len, &sasl_authc_id, &authc_id_len, &sasl_authz_id, &authz_id_len, &props, &props_len) != SUCCESS) { props 629 ext/ldap/ldap.c if (props) { props 630 ext/ldap/ldap.c ldap_set_option(ld->link, LDAP_OPT_X_SASL_SECPROPS, props); props 3064 ext/ldap/ldap.c ZEND_ARG_INFO(0, props) props 88 ext/mbstring/ucgendat/ucgendat.c static _prop_t props[NUMPROPS] = { props 244 ext/mbstring/ucgendat/ucgendat.c if (props[i].len == len && memcmp(props[i].name, name, len) == 0) props 349 ext/mbstring/ucgendat/ucgendat.c if (props[i].len == len && memcmp(props[i].name, name, len) == 0) props 423 ext/mysqli/mysqli.c HashTable *retval, *props = obj->prop_handler; props 427 ext/mysqli/mysqli.c ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); props 429 ext/mysqli/mysqli.c ZEND_HASH_FOREACH_PTR(props, entry) { props 2080 ext/snmp/snmp.c HashTable *props; props 2086 ext/snmp/snmp.c props = zend_std_get_properties(object); props 2092 ext/snmp/snmp.c zend_hash_update(props, key, &rv); props 275 ext/spl/spl_observer.c HashTable *props; props 283 ext/spl/spl_observer.c props = Z_OBJPROP_P(obj); props 286 ext/spl/spl_observer.c ZEND_INIT_SYMTABLE_EX(debug_info, zend_hash_num_elements(props) + 1, 0); props 287 ext/spl/spl_observer.c zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); props 964 ext/zip/php_zip.c HashTable *props; props 969 ext/zip/php_zip.c props = zend_std_get_properties(object); props 981 ext/zip/php_zip.c zend_hash_update(props, key, ret); props 984 ext/zip/php_zip.c return props;