props             283 Zend/zend_gc.c 				HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             293 Zend/zend_gc.c 							if (!props && i == n - 1) {
props             301 Zend/zend_gc.c 				if (!props) {
props             304 Zend/zend_gc.c 				p = props->pListHead;
props             338 Zend/zend_gc.c 		HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             351 Zend/zend_gc.c 		if (!props) {
props             354 Zend/zend_gc.c 		p = props->pListHead;
props             390 Zend/zend_gc.c 					HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             399 Zend/zend_gc.c 							if (!props && i == n - 1) {
props             406 Zend/zend_gc.c 					if (!props) {
props             409 Zend/zend_gc.c 					p = props->pListHead;
props             446 Zend/zend_gc.c 			HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             457 Zend/zend_gc.c 			if (!props) {
props             460 Zend/zend_gc.c 			p = props->pListHead;
props             530 Zend/zend_gc.c 							HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             536 Zend/zend_gc.c 									if (!props && i == n - 1) {
props             543 Zend/zend_gc.c 							if (!props) {
props             546 Zend/zend_gc.c 							p = props->pListHead;
props             587 Zend/zend_gc.c 					HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             595 Zend/zend_gc.c 					if (!props) {
props             598 Zend/zend_gc.c 					p = props->pListHead;
props             649 Zend/zend_gc.c 					HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             651 Zend/zend_gc.c 					if (!props) {
props             665 Zend/zend_gc.c 							if (!props && i == n - 1) {
props             673 Zend/zend_gc.c 					if (!props) {
props             676 Zend/zend_gc.c 					p = props->pListHead;
props             721 Zend/zend_gc.c 				HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
props             732 Zend/zend_gc.c 				if (!props) {
props             735 Zend/zend_gc.c 				p = props->pListHead;
props            2219 ext/date/php_date.c 	HashTable *props;
props            2226 ext/date/php_date.c 	props = zend_std_get_properties(object TSRMLS_CC);
props            2229 ext/date/php_date.c 		return props;
props            2235 ext/date/php_date.c 	zend_hash_update(props, "date", 5, &zv, sizeof(zv), NULL);
props            2241 ext/date/php_date.c 		zend_hash_update(props, "timezone_type", 14, &zv, sizeof(zv), NULL);
props            2264 ext/date/php_date.c 		zend_hash_update(props, "timezone", 9, &zv, sizeof(zv), NULL);
props            2267 ext/date/php_date.c 	return props;
props            2327 ext/date/php_date.c 	HashTable *props;
props            2334 ext/date/php_date.c 	props = zend_std_get_properties(object TSRMLS_CC);
props            2337 ext/date/php_date.c 		return props;
props            2342 ext/date/php_date.c 	zend_hash_update(props, "timezone_type", 14, &zv, sizeof(zv), NULL);
props            2364 ext/date/php_date.c 	zend_hash_update(props, "timezone", 9, &zv, sizeof(zv), NULL);
props            2366 ext/date/php_date.c 	return props;
props            2416 ext/date/php_date.c 	HashTable *props;
props            2422 ext/date/php_date.c 	props = zend_std_get_properties(object TSRMLS_CC);
props            2425 ext/date/php_date.c 		return props;
props            2431 ext/date/php_date.c 	zend_hash_update(props, n, strlen(n) + 1, &zv, sizeof(zv), NULL);
props            2448 ext/date/php_date.c 		zend_hash_update(props, "days", 5, &zv, sizeof(zv), NULL);
props            2455 ext/date/php_date.c 	return props;
props            4932 ext/date/php_date.c 	HashTable		*props;
props            4938 ext/date/php_date.c 	props = zend_std_get_properties(object TSRMLS_CC);
props            4941 ext/date/php_date.c 		return props;
props            4953 ext/date/php_date.c 	zend_hash_update(props, "start", sizeof("start"), &zv, sizeof(zv), NULL);
props            4964 ext/date/php_date.c 	zend_hash_update(props, "current", sizeof("current"), &zv, sizeof(zv), NULL);
props            4975 ext/date/php_date.c 	zend_hash_update(props, "end", sizeof("end"), &zv, sizeof(zv), NULL);
props            4987 ext/date/php_date.c 	zend_hash_update(props, "interval", sizeof("interval"), &zv, sizeof(zv), NULL);
props            4992 ext/date/php_date.c 	zend_hash_update(props, "recurrences", sizeof("recurrences"), &zv, sizeof(zv), NULL);
props            4996 ext/date/php_date.c 	zend_hash_update(props, "include_start_date", sizeof("include_start_date"), &zv, sizeof(zv), NULL);
props            4998 ext/date/php_date.c 	return props;
props             136 ext/date/php_date.h 	HashTable    *props;
props             148 ext/date/php_date.h 	HashTable *props;
props             154 ext/date/php_date.h 	HashTable        *props;
props             463 ext/gmp/gmp.c  	HashTable *ht, *props = zend_std_get_properties(obj TSRMLS_CC);
props             469 ext/gmp/gmp.c  	ZEND_INIT_SYMTABLE_EX(ht, zend_hash_num_elements(props) + 1, 0);
props             470 ext/gmp/gmp.c  	zend_hash_copy(ht, props, (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval *));
props             615 ext/ldap/ldap.c 	char *props = NULL;
props             619 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "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             627 ext/ldap/ldap.c 	if (props) {
props             628 ext/ldap/ldap.c 		ldap_set_option(ld->link, LDAP_OPT_X_SASL_SECPROPS, props);
props            2980 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             460 ext/mysqli/mysqli.c 	HashTable *retval, *props = obj->prop_handler;
props             465 ext/mysqli/mysqli.c 	ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0);
props             467 ext/mysqli/mysqli.c 	zend_hash_internal_pointer_reset_ex(props, &pos);
props             468 ext/mysqli/mysqli.c 	while (zend_hash_get_current_data_ex(props, (void **)&entry, &pos) == SUCCESS) {
props             478 ext/mysqli/mysqli.c 		zend_hash_move_forward_ex(props, &pos);
props            2102 ext/snmp/snmp.c 	HashTable *props;
props            2110 ext/snmp/snmp.c 	props = zend_std_get_properties(object TSRMLS_CC);
props            2120 ext/snmp/snmp.c 		zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL);
props             324 ext/spl/spl_observer.c 	HashTable *props;
props             333 ext/spl/spl_observer.c 	props = Z_OBJPROP_P(obj);
props             337 ext/spl/spl_observer.c 		ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(props) + 1, 0);
props             341 ext/spl/spl_observer.c 		zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *));
props            1049 ext/zip/php_zip.c 	HashTable *props;
props            1058 ext/zip/php_zip.c 	props = zend_std_get_properties(object TSRMLS_CC);
props            1072 ext/zip/php_zip.c 		zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL);
props            1075 ext/zip/php_zip.c 	return props;