add_property_long 1936 ext/imap/php_imap.c 		add_property_long(&mboxob, "attributes", cur->attributes);
add_property_long 2014 ext/imap/php_imap.c 		add_property_long(return_value, "Nmsgs", imap_le_struct->imap_stream->nmsgs);
add_property_long 2015 ext/imap/php_imap.c 		add_property_long(return_value, "Recent", imap_le_struct->imap_stream->recent);
add_property_long 2140 ext/imap/php_imap.c 	add_property_long(return_value, "udate", mail_longdate(cache));
add_property_long 2252 ext/imap/php_imap.c 		add_property_long(&mboxob, "attributes", cur->attributes);
add_property_long 2634 ext/imap/php_imap.c 	add_property_long(return_value, "Unread", unreadmsg);
add_property_long 2635 ext/imap/php_imap.c 	add_property_long(return_value, "Deleted", deletedmsg);
add_property_long 2636 ext/imap/php_imap.c 	add_property_long(return_value, "Nmsgs", imap_le_struct->imap_stream->nmsgs);
add_property_long 2637 ext/imap/php_imap.c 	add_property_long(return_value, "Size", msize);
add_property_long 2642 ext/imap/php_imap.c 	add_property_long(return_value, "Recent", imap_le_struct->imap_stream->recent);
add_property_long 3294 ext/imap/php_imap.c 		add_property_long(return_value, "flags", IMAPG(status_flags));
add_property_long 3296 ext/imap/php_imap.c 			add_property_long(return_value, "messages", IMAPG(status_messages));
add_property_long 3299 ext/imap/php_imap.c 			add_property_long(return_value, "recent", IMAPG(status_recent));
add_property_long 3302 ext/imap/php_imap.c 			add_property_long(return_value, "unseen", IMAPG(status_unseen));
add_property_long 3305 ext/imap/php_imap.c 			add_property_long(return_value, "uidnext", IMAPG(status_uidnext));
add_property_long 3308 ext/imap/php_imap.c 			add_property_long(return_value, "uidvalidity", IMAPG(status_uidvalidity));
add_property_long 3349 ext/imap/php_imap.c 		add_property_long(return_value, "type", body->type);
add_property_long 3352 ext/imap/php_imap.c 		add_property_long(return_value, "encoding", body->encoding);
add_property_long 3356 ext/imap/php_imap.c 		add_property_long(return_value, "ifsubtype", 1);
add_property_long 3359 ext/imap/php_imap.c 		add_property_long(return_value, "ifsubtype", 0);
add_property_long 3363 ext/imap/php_imap.c 		add_property_long(return_value, "ifdescription", 1);
add_property_long 3366 ext/imap/php_imap.c 		add_property_long(return_value, "ifdescription", 0);
add_property_long 3369 ext/imap/php_imap.c 		add_property_long(return_value, "ifid", 1);
add_property_long 3372 ext/imap/php_imap.c 		add_property_long(return_value, "ifid", 0);
add_property_long 3376 ext/imap/php_imap.c 		add_property_long(return_value, "lines", body->size.lines);
add_property_long 3379 ext/imap/php_imap.c 		add_property_long(return_value, "bytes", body->size.bytes);
add_property_long 3383 ext/imap/php_imap.c 		add_property_long(return_value, "ifdisposition", 1);
add_property_long 3386 ext/imap/php_imap.c 		add_property_long(return_value, "ifdisposition", 0);
add_property_long 3391 ext/imap/php_imap.c 		add_property_long(return_value, "ifdparameters", 1);
add_property_long 3401 ext/imap/php_imap.c 		add_property_long(return_value, "ifdparameters", 0);
add_property_long 3406 ext/imap/php_imap.c 		add_property_long(return_value, "ifparameters", 1);
add_property_long 3422 ext/imap/php_imap.c 		add_property_long(return_value, "ifparameters", 0);
add_property_long 3498 ext/imap/php_imap.c 				add_property_long(&myoverview, "size", elt->rfc822_size);
add_property_long 3499 ext/imap/php_imap.c 				add_property_long(&myoverview, "uid", mail_uid(imap_le_struct->imap_stream, i));
add_property_long 3500 ext/imap/php_imap.c 				add_property_long(&myoverview, "msgno", i);
add_property_long 3501 ext/imap/php_imap.c 				add_property_long(&myoverview, "recent", elt->recent);
add_property_long 3502 ext/imap/php_imap.c 				add_property_long(&myoverview, "flagged", elt->flagged);
add_property_long 3503 ext/imap/php_imap.c 				add_property_long(&myoverview, "answered", elt->answered);
add_property_long 3504 ext/imap/php_imap.c 				add_property_long(&myoverview, "deleted", elt->deleted);
add_property_long 3505 ext/imap/php_imap.c 				add_property_long(&myoverview, "seen", elt->seen);
add_property_long 3506 ext/imap/php_imap.c 				add_property_long(&myoverview, "draft", elt->draft);
add_property_long 3507 ext/imap/php_imap.c 				add_property_long(&myoverview, "udate", mail_longdate(elt));
add_property_long 4577 ext/imap/php_imap.c 		add_property_long(arg, "type", body->type);
add_property_long 4581 ext/imap/php_imap.c 		add_property_long(arg, "encoding", body->encoding);
add_property_long 4585 ext/imap/php_imap.c 		add_property_long(arg, "ifsubtype", 1);
add_property_long 4588 ext/imap/php_imap.c 		add_property_long(arg, "ifsubtype", 0);
add_property_long 4592 ext/imap/php_imap.c 		add_property_long(arg, "ifdescription", 1);
add_property_long 4595 ext/imap/php_imap.c 		add_property_long(arg, "ifdescription", 0);
add_property_long 4599 ext/imap/php_imap.c 		add_property_long(arg, "ifid", 1);
add_property_long 4602 ext/imap/php_imap.c 		add_property_long(arg, "ifid", 0);
add_property_long 4606 ext/imap/php_imap.c 		add_property_long(arg, "lines", body->size.lines);
add_property_long 4610 ext/imap/php_imap.c 		add_property_long(arg, "bytes", body->size.bytes);
add_property_long 4615 ext/imap/php_imap.c 		add_property_long(arg, "ifdisposition", 1);
add_property_long 4618 ext/imap/php_imap.c 		add_property_long(arg, "ifdisposition", 0);
add_property_long 4623 ext/imap/php_imap.c 		add_property_long(arg, "ifdparameters", 1);
add_property_long 4633 ext/imap/php_imap.c 		add_property_long(arg, "ifdparameters", 0);
add_property_long 4638 ext/imap/php_imap.c 		add_property_long(arg, "ifparameters", 1);
add_property_long 4654 ext/imap/php_imap.c 		add_property_long(arg, "ifparameters", 0);
add_property_long 1016 ext/libxml/libxml.c 		add_property_long(return_value, "level", error->level);
add_property_long 1017 ext/libxml/libxml.c 		add_property_long(return_value, "code", error->code);
add_property_long 1018 ext/libxml/libxml.c 		add_property_long(return_value, "column", error->int2);
add_property_long 1029 ext/libxml/libxml.c 		add_property_long(return_value, "line", error->line);
add_property_long 1173 ext/mysqli/mysqli_api.c 	add_property_long(value, "max_length", field->max_length);
add_property_long 1174 ext/mysqli/mysqli_api.c 	add_property_long(value, "length", field->length);
add_property_long 1175 ext/mysqli/mysqli_api.c 	add_property_long(value, "charsetnr", field->charsetnr);
add_property_long 1176 ext/mysqli/mysqli_api.c 	add_property_long(value, "flags", field->flags);
add_property_long 1177 ext/mysqli/mysqli_api.c 	add_property_long(value, "type", field->type);
add_property_long 1178 ext/mysqli/mysqli_api.c 	add_property_long(value, "decimals", field->decimals);
add_property_long 1014 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "min_length", minlength);
add_property_long 1015 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "max_length", maxlength);
add_property_long 1016 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "number", number);
add_property_long 1017 ext/mysqli/mysqli_nonapi.c 	add_property_long(return_value, "state", state);
add_property_long  681 ext/snmp/snmp.c 		add_property_long(snmpval, "type", vars->type);
add_property_long 2849 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  872 ext/soap/soap.c 		add_property_long(this_ptr, "actor", Z_LVAL_P(actor));
add_property_long  999 ext/soap/soap.c 		add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE);
add_property_long 1002 ext/soap/soap.c 			add_property_long(this_ptr, "enc_type", Z_LVAL_P(type));
add_property_long 2357 ext/soap/soap.c 				add_property_long(this_ptr, "style", Z_LVAL_P(tmp));
add_property_long 2363 ext/soap/soap.c 				add_property_long(this_ptr, "use", Z_LVAL_P(tmp));
add_property_long 2407 ext/soap/soap.c 				add_property_long(this_ptr, "_proxy_port", Z_LVAL_P(tmp));
add_property_long 2432 ext/soap/soap.c 			add_property_long(this_ptr, "trace", 1);
add_property_long 2448 ext/soap/soap.c 			add_property_long(this_ptr, "compression", Z_LVAL_P(tmp));
add_property_long 2475 ext/soap/soap.c 			add_property_long(this_ptr, "_features", Z_LVAL_P(tmp));
add_property_long 2484 ext/soap/soap.c 				add_property_long(this_ptr, "_connection_timeout", Z_LVAL_P(tmp));
add_property_long 2505 ext/soap/soap.c 			add_property_long(this_ptr, "_keep_alive", 0);
add_property_long 2510 ext/soap/soap.c 			add_property_long(this_ptr, "_ssl_method", Z_LVAL_P(tmp));
add_property_long 2516 ext/soap/soap.c 	add_property_long(this_ptr, "_soap_version", soap_version);
add_property_long  420 ext/standard/user_filters.c 		add_property_long(return_value, "datalen", bucket->buflen);
add_property_long  527 ext/standard/user_filters.c 	add_property_long(return_value, "datalen", bucket->buflen);
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));