add_property_long 1908 ext/imap/php_imap.c 		add_property_long(mboxob, "attributes", cur->attributes);
add_property_long 1983 ext/imap/php_imap.c 		add_property_long(return_value, "Nmsgs", imap_le_struct->imap_stream->nmsgs);
add_property_long 1984 ext/imap/php_imap.c 		add_property_long(return_value, "Recent", imap_le_struct->imap_stream->recent);
add_property_long 2103 ext/imap/php_imap.c 	add_property_long(return_value, "udate", mail_longdate(cache));
add_property_long 2214 ext/imap/php_imap.c 		add_property_long(mboxob, "attributes", cur->attributes);
add_property_long 2584 ext/imap/php_imap.c 	add_property_long(return_value, "Unread", unreadmsg);
add_property_long 2585 ext/imap/php_imap.c 	add_property_long(return_value, "Deleted", deletedmsg);
add_property_long 2586 ext/imap/php_imap.c 	add_property_long(return_value, "Nmsgs", imap_le_struct->imap_stream->nmsgs);
add_property_long 2587 ext/imap/php_imap.c 	add_property_long(return_value, "Size", msize);
add_property_long 2592 ext/imap/php_imap.c 	add_property_long(return_value, "Recent", imap_le_struct->imap_stream->recent);
add_property_long 3244 ext/imap/php_imap.c 		add_property_long(return_value, "flags", IMAPG(status_flags));
add_property_long 3246 ext/imap/php_imap.c 			add_property_long(return_value, "messages", IMAPG(status_messages));
add_property_long 3249 ext/imap/php_imap.c 			add_property_long(return_value, "recent", IMAPG(status_recent));
add_property_long 3252 ext/imap/php_imap.c 			add_property_long(return_value, "unseen", IMAPG(status_unseen));
add_property_long 3255 ext/imap/php_imap.c 			add_property_long(return_value, "uidnext", IMAPG(status_uidnext));
add_property_long 3258 ext/imap/php_imap.c 			add_property_long(return_value, "uidvalidity", IMAPG(status_uidvalidity));
add_property_long 3298 ext/imap/php_imap.c 		add_property_long(return_value, "type", body->type);
add_property_long 3301 ext/imap/php_imap.c 		add_property_long(return_value, "encoding", body->encoding);
add_property_long 3305 ext/imap/php_imap.c 		add_property_long(return_value, "ifsubtype", 1);
add_property_long 3308 ext/imap/php_imap.c 		add_property_long(return_value, "ifsubtype", 0);
add_property_long 3312 ext/imap/php_imap.c 		add_property_long(return_value, "ifdescription", 1);
add_property_long 3315 ext/imap/php_imap.c 		add_property_long(return_value, "ifdescription", 0);
add_property_long 3318 ext/imap/php_imap.c 		add_property_long(return_value, "ifid", 1);
add_property_long 3321 ext/imap/php_imap.c 		add_property_long(return_value, "ifid", 0);
add_property_long 3325 ext/imap/php_imap.c 		add_property_long(return_value, "lines", body->size.lines);
add_property_long 3328 ext/imap/php_imap.c 		add_property_long(return_value, "bytes", body->size.bytes);
add_property_long 3332 ext/imap/php_imap.c 		add_property_long(return_value, "ifdisposition", 1);
add_property_long 3335 ext/imap/php_imap.c 		add_property_long(return_value, "ifdisposition", 0);
add_property_long 3340 ext/imap/php_imap.c 		add_property_long(return_value, "ifdparameters", 1);
add_property_long 3352 ext/imap/php_imap.c 		add_property_long(return_value, "ifdparameters", 0);
add_property_long 3357 ext/imap/php_imap.c 		add_property_long(return_value, "ifparameters", 1);
add_property_long 3376 ext/imap/php_imap.c 		add_property_long(return_value, "ifparameters", 0);
add_property_long 3452 ext/imap/php_imap.c 				add_property_long(myoverview, "size", elt->rfc822_size);
add_property_long 3453 ext/imap/php_imap.c 				add_property_long(myoverview, "uid", mail_uid(imap_le_struct->imap_stream, i));
add_property_long 3454 ext/imap/php_imap.c 				add_property_long(myoverview, "msgno", i);
add_property_long 3455 ext/imap/php_imap.c 				add_property_long(myoverview, "recent", elt->recent);
add_property_long 3456 ext/imap/php_imap.c 				add_property_long(myoverview, "flagged", elt->flagged);
add_property_long 3457 ext/imap/php_imap.c 				add_property_long(myoverview, "answered", elt->answered);
add_property_long 3458 ext/imap/php_imap.c 				add_property_long(myoverview, "deleted", elt->deleted);
add_property_long 3459 ext/imap/php_imap.c 				add_property_long(myoverview, "seen", elt->seen);
add_property_long 3460 ext/imap/php_imap.c 				add_property_long(myoverview, "draft", elt->draft);
add_property_long 3461 ext/imap/php_imap.c 				add_property_long(myoverview, "udate", mail_longdate(elt));
add_property_long 4546 ext/imap/php_imap.c 		add_property_long(arg, "type", body->type);
add_property_long 4550 ext/imap/php_imap.c 		add_property_long(arg, "encoding", body->encoding);
add_property_long 4554 ext/imap/php_imap.c 		add_property_long(arg, "ifsubtype", 1);
add_property_long 4557 ext/imap/php_imap.c 		add_property_long(arg, "ifsubtype", 0);
add_property_long 4561 ext/imap/php_imap.c 		add_property_long(arg, "ifdescription", 1);
add_property_long 4564 ext/imap/php_imap.c 		add_property_long(arg, "ifdescription", 0);
add_property_long 4568 ext/imap/php_imap.c 		add_property_long(arg, "ifid", 1);
add_property_long 4571 ext/imap/php_imap.c 		add_property_long(arg, "ifid", 0);
add_property_long 4575 ext/imap/php_imap.c 		add_property_long(arg, "lines", body->size.lines);
add_property_long 4579 ext/imap/php_imap.c 		add_property_long(arg, "bytes", body->size.bytes);
add_property_long 4584 ext/imap/php_imap.c 		add_property_long(arg, "ifdisposition", 1);
add_property_long 4587 ext/imap/php_imap.c 		add_property_long(arg, "ifdisposition", 0);
add_property_long 4592 ext/imap/php_imap.c 		add_property_long(arg, "ifdparameters", 1);
add_property_long 4604 ext/imap/php_imap.c 		add_property_long(arg, "ifdparameters", 0);
add_property_long 4609 ext/imap/php_imap.c 		add_property_long(arg, "ifparameters", 1);
add_property_long 4628 ext/imap/php_imap.c 		add_property_long(arg, "ifparameters", 0);
add_property_long 1009 ext/libxml/libxml.c 		add_property_long(return_value, "level", error->level);
add_property_long 1010 ext/libxml/libxml.c 		add_property_long(return_value, "code", error->code);
add_property_long 1011 ext/libxml/libxml.c 		add_property_long(return_value, "column", error->int2);
add_property_long 1022 ext/libxml/libxml.c 		add_property_long(return_value, "line", error->line);
add_property_long 1049 ext/libxml/libxml.c 			add_property_long(z_error, "level", error->level);
add_property_long 1050 ext/libxml/libxml.c 			add_property_long(z_error, "code", error->code);
add_property_long 1051 ext/libxml/libxml.c 			add_property_long(z_error, "column", error->int2);
add_property_long 1062 ext/libxml/libxml.c 			add_property_long(z_error, "line", error->line);
add_property_long 1722 ext/mssql/php_mssql.c 	add_property_long(return_value, "max_length",result->fields[field_offset].max_length);
add_property_long 1724 ext/mssql/php_mssql.c 	add_property_long(return_value, "numeric", result->fields[field_offset].numeric);
add_property_long 2426 ext/mysql/php_mysql.c 	add_property_long(return_value, "max_length", mysql_field->max_length);
add_property_long 2427 ext/mysql/php_mysql.c 	add_property_long(return_value, "not_null", IS_NOT_NULL(mysql_field->flags)?1:0);
add_property_long 2428 ext/mysql/php_mysql.c 	add_property_long(return_value, "primary_key", IS_PRI_KEY(mysql_field->flags)?1:0);
add_property_long 2429 ext/mysql/php_mysql.c 	add_property_long(return_value, "multiple_key",(mysql_field->flags&MULTIPLE_KEY_FLAG?1:0));
add_property_long 2430 ext/mysql/php_mysql.c 	add_property_long(return_value, "unique_key",(mysql_field->flags&UNIQUE_KEY_FLAG?1:0));
add_property_long 2431 ext/mysql/php_mysql.c 	add_property_long(return_value, "numeric", IS_NUM(Z_TYPE_P(mysql_field))?1:0);
add_property_long 2432 ext/mysql/php_mysql.c 	add_property_long(return_value, "blob", IS_BLOB(mysql_field->flags)?1:0);
add_property_long 2434 ext/mysql/php_mysql.c 	add_property_long(return_value, "unsigned",(mysql_field->flags&UNSIGNED_FLAG?1:0));
add_property_long 2435 ext/mysql/php_mysql.c 	add_property_long(return_value, "zerofill",(mysql_field->flags&ZEROFILL_FLAG?1:0));
add_property_long 1216 ext/mysqli/mysqli_api.c 	add_property_long(value, "max_length", field->max_length);
add_property_long 1217 ext/mysqli/mysqli_api.c 	add_property_long(value, "length", field->length);
add_property_long 1218 ext/mysqli/mysqli_api.c 	add_property_long(value, "charsetnr", field->charsetnr);
add_property_long 1219 ext/mysqli/mysqli_api.c 	add_property_long(value, "flags", field->flags);
add_property_long 1220 ext/mysqli/mysqli_api.c 	add_property_long(value, "type", field->type);
add_property_long 1221 ext/mysqli/mysqli_api.c 	add_property_long(value, "decimals", field->decimals);
add_property_long 1040 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "min_length", minlength);
add_property_long 1041 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "max_length", maxlength);
add_property_long 1042 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "number", number);
add_property_long 1043 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "state", state);
add_property_long  686 ext/snmp/snmp.c 		add_property_long(snmpval, "type", vars->type);
add_property_long 2964 ext/soap/php_encoding.c 		add_property_long(soapvar, "enc_type", enc->details.type);
add_property_long  516 ext/soap/php_http.c 			add_property_long(this_ptr, "_use_proxy", use_proxy);
add_property_long  837 ext/soap/soap.c 		add_property_long(this_ptr, "actor", Z_LVAL_P(actor));
add_property_long  962 ext/soap/soap.c 		add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE);
add_property_long  965 ext/soap/soap.c 			add_property_long(this_ptr, "enc_type", Z_LVAL_P(type));
add_property_long 2367 ext/soap/soap.c 				add_property_long(this_ptr, "style", Z_LVAL_PP(tmp));
add_property_long 2373 ext/soap/soap.c 				add_property_long(this_ptr, "use", Z_LVAL_PP(tmp));
add_property_long 2414 ext/soap/soap.c 				add_property_long(this_ptr, "_proxy_port", Z_LVAL_PP(tmp));
add_property_long 2439 ext/soap/soap.c 			add_property_long(this_ptr, "trace", 1);
add_property_long 2455 ext/soap/soap.c 			add_property_long(this_ptr, "compression", Z_LVAL_PP(tmp));
add_property_long 2488 ext/soap/soap.c 			add_property_long(this_ptr, "_features", Z_LVAL_PP(tmp));
add_property_long 2494 ext/soap/soap.c 				add_property_long(this_ptr, "_connection_timeout", Z_LVAL_PP(tmp));
add_property_long 2514 ext/soap/soap.c 			add_property_long(this_ptr, "_keep_alive", 0);
add_property_long 2519 ext/soap/soap.c 			add_property_long(this_ptr, "_ssl_method", Z_LVAL_PP(tmp));
add_property_long 2525 ext/soap/soap.c 	add_property_long(this_ptr, "_soap_version", soap_version);
add_property_long  441 ext/standard/user_filters.c 		add_property_long(return_value, "datalen", bucket->buflen);
add_property_long  543 ext/standard/user_filters.c 	add_property_long(return_value, "datalen", bucket->buflen);
add_property_long 2005 ext/sybase_ct/php_sybase_ct.c 	add_property_long(return_value, "max_length", result->fields[field_offset].max_length);
add_property_long 2007 ext/sybase_ct/php_sybase_ct.c 	add_property_long(return_value, "numeric", result->fields[field_offset].numeric);
add_property_long  475 sapi/apache/php_apache.c 	add_property_long(return_value,"status", rr->status);
add_property_long  508 sapi/apache/php_apache.c 	add_property_long(return_value,"no_cache", rr->no_cache);
add_property_long  509 sapi/apache/php_apache.c 	add_property_long(return_value,"no_local_copy", rr->no_local_copy);
add_property_long  510 sapi/apache/php_apache.c 	add_property_long(return_value,"allowed", rr->allowed);
add_property_long  511 sapi/apache/php_apache.c 	add_property_long(return_value,"sent_bodyct", rr->sent_bodyct);
add_property_long  512 sapi/apache/php_apache.c 	add_property_long(return_value,"bytes_sent", rr->bytes_sent);
add_property_long  513 sapi/apache/php_apache.c 	add_property_long(return_value,"byterange", rr->byterange);
add_property_long  514 sapi/apache/php_apache.c 	add_property_long(return_value,"clength", rr->clength);
add_property_long  521 sapi/apache/php_apache.c 		add_property_long(return_value,"mtime", rr->mtime);
add_property_long  525 sapi/apache/php_apache.c 		add_property_long(return_value,"request_time", rr->request_time);
add_property_long   92 sapi/apache2filter/php_functions.c 		add_property_long(return_value, #name, rr->name)
add_property_long   94 sapi/apache2filter/php_functions.c 		add_property_long(return_value, #name, apr_time_sec(rr->name));
add_property_long  112 sapi/apache2handler/php_functions.c 		add_property_long(return_value, #name, rr->name)
add_property_long  114 sapi/apache2handler/php_functions.c 		add_property_long(return_value, #name, apr_time_sec(rr->name));
add_property_long 1850 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"status", rr->status);
add_property_long 1882 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"no_cache", rr->no_cache);
add_property_long 1883 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"no_local_copy", rr->no_local_copy);
add_property_long 1884 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"allowed", rr->allowed);
add_property_long 1885 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"sent_bodyct", rr->sent_bodyct);
add_property_long 1886 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"bytes_sent", rr->bytes_sent);
add_property_long 1887 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"byterange", rr->byterange);
add_property_long 1888 sapi/apache_hooks/php_apache.c 	add_property_long(return_value,"clength", rr->clength);
add_property_long 1895 sapi/apache_hooks/php_apache.c 		add_property_long(return_value,"mtime", rr->mtime);
add_property_long 1899 sapi/apache_hooks/php_apache.c 		add_property_long(return_value,"request_time", rr->request_time);