Home
last modified time | relevance | path

Searched defs:value (Results 101 – 125 of 199) sorted by relevance

12345678

/PHP-5.6/ext/ldap/
H A Dldap.c1379 zval *link, *entry, **value, **ivalue; in php_ldap_do_modify() local
1959 char *dn, *attr, *value; in PHP_FUNCTION() local
2644 static void php_ldap_do_escape(const zend_bool *map, const char *value, size_t valuelen, char **res… in php_ldap_do_escape()
2682 char *value, *ignores, *result; in PHP_FUNCTION() local
2726 char *value; in php_ldap_do_translate() local
/PHP-5.6/ext/readline/
H A Dreadline.c240 zval **value = NULL; in PHP_FUNCTION() local
/PHP-5.6/sapi/continuity/
H A Dcapi.c237 char *value; in sapi_capi_register_server_variables() local
/PHP-5.6/win32/
H A Dregistry.c71 char *value = (char*)emalloc(max_value+1); in LoadDirectory() local
/PHP-5.6/ext/enchant/
H A Denchant.c425 char *value; in PHP_FUNCTION() local
465 char *value; in PHP_FUNCTION() local
/PHP-5.6/Zend/
H A Dzend_exceptions.c239 zval *value; in ZEND_METHOD() local
302 zval *value; in _default_exception_get_entry() local
H A Dzend_strtod.c277 #define value(x) ((x).d) macro
2591 double value = 0; in zend_hex_strtod() local
2628 double value = 0; in zend_oct_strtod() local
2661 double value = 0; in zend_bin_strtod() local
H A Dzend_constants.h34 zval value; member
H A Dzend_object_handlers.c555 ZEND_API void zend_std_write_property(zval *object, zval *member, zval *value, const zend_literal *… in zend_std_write_property()
1437 zval **value = NULL; in zend_std_has_property() local
H A Dzend_closures.c224 static void zend_closure_write_property(zval *object, zval *member, zval *value, const zend_literal… in zend_closure_write_property()
/PHP-5.6/ext/mysqli/
H A Dmysqli_prop.c34 #define CHECK_STATUS(value) \ argument
/PHP-5.6/sapi/cgi/
H A Dfastcgi.h43 #define FCGI_PUTENV(request, name, value) \ argument
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c44 #define reflection_update_property(object, name, value) do { \ argument
111 #define REGISTER_REFLECTION_CLASS_CONST_LONG(class_name, const_name, value) … argument
221 zval **value; in _default_get_entry() local
234 zval **value; in _default_lookup_entry() local
247 zval *value; in reflection_zval_deep_copy() local
455 zval **value; in _class_string() local
673 static void _const_string(string *str, char *name, zval *value, char *indent TSRMLS_DC) in _const_string()
3533 zval **variable_ptr, *value; in ZEND_METHOD() local
4109 zval **value; in ZEND_METHOD() local
5097 zval *value; in ZEND_METHOD() local
[all …]
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.h213 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
254 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value) T… argument
255 #define mysqlnd_stmt_attr_set(stmt, attr, value) (stmt)->m->set_attribute((stmt), (attr), (value) T… argument
/PHP-5.6/ext/soap/
H A Dphp_schema.c805 xmlAttrPtr fixed, value; in schema_restriction_var_int() local
832 xmlAttrPtr fixed, value; in schema_restriction_var_char() local
1860 char *value, *ns; in schema_attribute() local
H A Dphp_sdl.h128 int value; member
133 char *value; member
/PHP-5.6/ext/dba/libinifile/
H A Dinifile.c462 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, … in inifile_delete_replace_append()
/PHP-5.6/ext/standard/
H A Durl.c411 int value; in php_htoi() local
/PHP-5.6/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h125 int value; member
/PHP-5.6/ext/pdo_firebird/
H A Dfirebird_statement.c498 char *value; in firebird_stmt_param_hook() local
/PHP-5.6/ext/com_dotnet/
H A Dcom_typeinfo.c165 zval exists, results, value; in php_com_import_typelib() local
/PHP-5.6/main/streams/
H A Dplain_wrapper.c576 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_D… in php_stdiop_set_option()
1289 …les_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_con… in php_plain_files_metadata()
/PHP-5.6/ext/oci8/
H A Doci8_collection.c736 int php_oci_collection_element_set(php_oci_collection *collection, long index, char *value, int val… in php_oci_collection_element_set()
/PHP-5.6/ext/ereg/regex/
H A Dregcomp.c784 register unsigned char value; local
1446 dofwd(p, pos, value) in dofwd() argument
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c219 char *value; in PHP_INI_DISP() local
2022 LPBYTE value = NULL; local

Completed in 165 milliseconds

12345678