Home
last modified time | relevance | path

Searched defs:value (Results 51 – 75 of 180) sorted by relevance

12345678

/PHP-5.3/Zend/
H A Dzend_interfaces.h38 zval *value; member
H A Dzend_API.c154 zval **value = (zval**)(p-arg_count); in _zend_get_parameters_array_ex() local
1194 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1277 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value) /* {{{ */ in add_index_zval()
1360 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
3195 …clare_property_bool(zend_class_entry *ce, char *name, int name_length, long value, int access_type… in zend_declare_property_bool()
3210 …clare_property_long(zend_class_entry *ce, char *name, int name_length, long value, int access_type… in zend_declare_property_long()
3225 …re_property_double(zend_class_entry *ce, char *name, int name_length, double value, int access_typ… in zend_declare_property_double()
3240 …are_property_string(zend_class_entry *ce, char *name, int name_length, char *value, int access_typ… in zend_declare_property_string()
3257 …re_property_stringl(zend_class_entry *ce, char *name, int name_length, char *value, int value_len,… in zend_declare_property_stringl()
3554 …perty_stringl(zend_class_entry *scope, char *name, int name_length, const char *value, int value_l… in zend_update_static_property_stringl()
[all …]
/PHP-5.3/ext/standard/
H A Dscanf.c314 int gotXpg, gotSequential, value, i, flags; in ValidateFormat() local
585 long value; in php_sscanf_internal() local
H A Dassert.c243 zval **value = NULL; in PHP_FUNCTION() local
H A Dincomplete_class.c107 zend_object_value value; in php_create_incomplete_object() local
H A Dcrypt_freesec.c646 int value = ascii_to_bin(setting[i]); in _crypt_extended_r() local
655 int value = ascii_to_bin(setting[i]); in _crypt_extended_r() local
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.h30 char *value; member
/PHP-5.3/ext/dom/
H A Dtext.c71 char *value = NULL; in PHP_METHOD() local
H A Dattr.c63 char *name, *value = NULL; in PHP_METHOD() local
/PHP-5.3/main/
H A Drfc1867.c90 void php_mb_gpc_stack_variable(char *param, char *value, char ***pval_list, int **plen_list, int *n… in php_mb_gpc_stack_variable()
301 char *value; member
479 char *value = NULL; in multipart_buffer_headers() local
915 char *value = multipart_buffer_read_body(mbuff, &value_len TSRMLS_CC); local
/PHP-5.3/ext/snmp/
H A Dsnmp.c549 char* value) in php_snmp_internal()
784 char *value = (char *) 0, *stype = ""; in php_snmp() local
1182 char *value = (char *) 0, *stype = ""; local
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Ddiv.c53 int carry, value; local
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat.c42 …#define DATEFORMATTER_EXPOSE_CUSTOM_CLASS_CONST(name, value) zend_declare_class_constant_long( Int… in dateformat_register_constants() argument
/PHP-5.3/ext/mbstring/
H A Dmb_gpc.c63 …char *value = zend_ini_string("mbstring.internal_encoding", sizeof("mbstring.internal_encoding"), … in ZEND_EXTERN_MODULE_GLOBALS() local
/PHP-5.3/ext/gd/
H A Dgdcache.c147 int value; member
/PHP-5.3/ext/gd/libgd/
H A Dgdcache.c154 int value; member
H A Dxbm.c38 int value; in gdImageCreateFromXbm() local
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c68 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, cha… in _node_as_zval()
452 static int sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_boo… in sxe_prop_dim_write()
1006 static void _get_base_node_value(php_sxe_object *sxe_ref, xmlNodePtr node, zval **value, xmlChar *n… in _get_base_node_value()
1063 zval *value; in sxe_get_prop_hash() local
1213 zval *value; in SXE_METHOD() local
1590 char *qname, *value = NULL, *nsuri = NULL; in SXE_METHOD() local
1655 char *qname, *value = NULL, *nsuri = NULL; in SXE_METHOD() local
/PHP-5.3/ext/hash/
H A Dhash_whirlpool.c292 php_hash_uint64 value = sourceBits; in PHP_WHIRLPOOLUpdate() local
/PHP-5.3/ext/odbc/
H A Dphp_birdstep.h36 char *value; member
/PHP-5.3/ext/date/lib/
H A Dparse_date.c164 int value; member
575 timelib_sll value = 0; in timelib_lookup_relative_text() local
608 long value = 0; in timelib_lookup_month() local
655 const timelib_relunit *tp, *value = NULL; in timelib_lookup_relunit() local
768 long value = 0; in timelib_lookup_zone() local
/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c85 double value; in collator_u_strtod() local
/PHP-5.3/ext/spl/
H A Dspl_functions.h49 #define REGISTER_SPL_CLASS_CONST_LONG(class_name, const_name, value) \ argument
/PHP-5.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h47 #define PDO_DBG_RETURN(value) do { if (PDO_MYSQL_G(dbg)) PDO_MYSQL_G(dbg)->m->func_leave(PDO_MYSQL_… argument
58 #define PDO_DBG_RETURN(value) return (value) argument
/PHP-5.3/sapi/caudium/
H A Dcaudium.c167 struct svalue *headers, *value; in lookup_header() local
282 php_caudium_set_header(char *header_name, char *value, char *p) in php_caudium_set_header()

Completed in 98 milliseconds

12345678