| /PHP_5_4/ext/imap/ |
| H A D | php_imap.c | 1909 add_property_long(mboxob, "attributes", cur->attributes); 1984 add_property_long(return_value, "Nmsgs", imap_le_struct->imap_stream->nmsgs); 1985 add_property_long(return_value, "Recent", imap_le_struct->imap_stream->recent); 2104 add_property_long(return_value, "udate", mail_longdate(cache)); 2215 add_property_long(mboxob, "attributes", cur->attributes); 2585 add_property_long(return_value, "Unread", unreadmsg); 2586 add_property_long(return_value, "Deleted", deletedmsg); 2587 add_property_long(return_value, "Nmsgs", imap_le_struct->imap_stream->nmsgs); 2588 add_property_long(return_value, "Size", msize); 2593 add_property_long(return_valu [all...] |
| /PHP_5_4/ext/mssql/ |
| H A D | php_mssql.c | 1717 add_property_long(return_value, "max_length",result->fields[field_offset].max_length); 1719 add_property_long(return_value, "numeric", result->fields[field_offset].numeric);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 1042 add_property_long(return_value, "min_length", minlength); 1043 add_property_long(return_value, "max_length", maxlength); 1044 add_property_long(return_value, "number", number); 1045 add_property_long(return_value, "state", state);
|
| H A D | mysqli_api.c | 1067 add_property_long(value, "max_length", field->max_length); 1068 add_property_long(value, "length", field->length); 1069 add_property_long(value, "charsetnr", field->charsetnr); 1070 add_property_long(value, "flags", field->flags); 1071 add_property_long(value, "type", field->type); 1072 add_property_long(value, "decimals", field->decimals);
|
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 2966 add_property_long(soapvar, "enc_type", enc->details.type);
|
| H A D | php_http.c | 450 add_property_long(this_ptr, "_use_proxy", use_proxy);
|
| H A D | soap.c | 826 add_property_long(this_ptr, "actor", Z_LVAL_P(actor)); 945 add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE); 948 add_property_long(this_ptr, "enc_type", Z_LVAL_P(type)); 2351 add_property_long(this_ptr, "style", Z_LVAL_PP(tmp)); 2357 add_property_long(this_ptr, "use", Z_LVAL_PP(tmp)); 2398 add_property_long(this_ptr, "_proxy_port", Z_LVAL_PP(tmp)); 2423 add_property_long(this_ptr, "trace", 1); 2439 add_property_long(this_ptr, "compression", Z_LVAL_PP(tmp)); 2472 add_property_long(this_ptr, "_features", Z_LVAL_PP(tmp)); 2478 add_property_long(this_pt [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | user_filters.c | 436 add_property_long(return_value, "datalen", bucket->buflen); 538 add_property_long(return_value, "datalen", bucket->buflen);
|
| /PHP_5_4/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 2005 add_property_long(return_value, "max_length", result->fields[field_offset].max_length); 2007 add_property_long(return_value, "numeric", result->fields[field_offset].numeric);
|
| /PHP_5_4/sapi/apache/ |
| H A D | php_apache.c | 475 add_property_long(return_value,"status", rr->status); 508 add_property_long(return_value,"no_cache", rr->no_cache); 509 add_property_long(return_value,"no_local_copy", rr->no_local_copy); 510 add_property_long(return_value,"allowed", rr->allowed); 511 add_property_long(return_value,"sent_bodyct", rr->sent_bodyct); 512 add_property_long(return_value,"bytes_sent", rr->bytes_sent); 513 add_property_long(return_value,"byterange", rr->byterange); 514 add_property_long(return_value,"clength", rr->clength); 521 add_property_long(return_value,"mtime", rr->mtime); 525 add_property_long(return_valu [all...] |
| /PHP_5_4/sapi/apache2filter/ |
| H A D | php_functions.c | 92 add_property_long(return_value, #name, rr->name) 94 add_property_long(return_value, #name, apr_time_sec(rr->name));
|
| /PHP_5_4/sapi/apache2handler/ |
| H A D | php_functions.c | 112 add_property_long(return_value, #name, rr->name) 114 add_property_long(return_value, #name, apr_time_sec(rr->name));
|
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 1850 add_property_long(return_value,"status", rr->status); 1882 add_property_long(return_value,"no_cache", rr->no_cache); 1883 add_property_long(return_value,"no_local_copy", rr->no_local_copy); 1884 add_property_long(return_value,"allowed", rr->allowed); 1885 add_property_long(return_value,"sent_bodyct", rr->sent_bodyct); 1886 add_property_long(return_value,"bytes_sent", rr->bytes_sent); 1887 add_property_long(return_value,"byterange", rr->byterange); 1888 add_property_long(return_value,"clength", rr->clength); 1895 add_property_long(return_value,"mtime", rr->mtime); 1899 add_property_long(return_valu [all...] |
| /PHP_5_4/ext/libxml/ |
| H A D | libxml.c | 982 add_property_long(return_value, "level", error->level); 983 add_property_long(return_value, "code", error->code); 984 add_property_long(return_value, "column", error->int2); 995 add_property_long(return_value, "line", error->line); 1022 add_property_long(z_error, "level", error->level); 1023 add_property_long(z_error, "code", error->code); 1024 add_property_long(z_error, "column", error->int2); 1035 add_property_long(z_error, "line", error->line);
|
| /PHP_5_4/ext/snmp/ |
| H A D | snmp.c | 686 add_property_long(snmpval, "type", vars->type);
|
| /PHP_5_4/ext/mysql/ |
| H A D | php_mysql.c | 2422 add_property_long(return_value, "max_length", mysql_field->max_length); 2423 add_property_long(return_value, "not_null", IS_NOT_NULL(mysql_field->flags)?1:0); 2424 add_property_long(return_value, "primary_key", IS_PRI_KEY(mysql_field->flags)?1:0); 2425 add_property_long(return_value, "multiple_key",(mysql_field->flags&MULTIPLE_KEY_FLAG?1:0)); 2426 add_property_long(return_value, "unique_key",(mysql_field->flags&UNIQUE_KEY_FLAG?1:0)); 2427 add_property_long(return_value, "numeric", IS_NUM(Z_TYPE_P(mysql_field))?1:0); 2428 add_property_long(return_value, "blob", IS_BLOB(mysql_field->flags)?1:0); 2430 add_property_long(return_value, "unsigned",(mysql_field->flags&UNSIGNED_FLAG?1:0)); 2431 add_property_long(return_value, "zerofill",(mysql_field->flags&ZEROFILL_FLAG?1:0));
|
| /PHP_5_4/Zend/ |
| H A D | zend_API.h | 436 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key)+1, __n TSRMLS_CC) macro
|