Home
last modified time | relevance | path

Searched defs:name (Results 26 – 50 of 248) sorted by relevance

12345678910

/PHP-5.3/sapi/webjames/
H A Dwebjames.c103 #define ADD_STRING(name,string)\ argument
106 #define ADD_NUM(name,field) {\ argument
111 #define ADD_FIELD(name, field) \ argument
/PHP-5.3/ext/standard/
H A Dhead.c77 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char… in php_setcookie()
176 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
199 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
/PHP-5.3/scripts/dev/generate-phpt/src/
H A DgtText.php16 public static function get($name) {
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) {
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c91 #define ADD_LONG(name) \ argument
93 #define ADD_TIME(name) \ argument
95 #define ADD_STRING(name) \ argument
/PHP-5.3/ext/zip/lib/
H A Dzip_add.c48 zip_add(struct zip *za, const char *name, struct zip_source *source) in zip_add()
H A Dzip_set_name.c44 _zip_set_name(struct zip *za, zip_uint64_t idx, const char *name) in _zip_set_name()
H A Dzip_stat_index.c44 const char *name; in zip_stat_index() local
H A Dzip_add_dir.c46 zip_add_dir(struct zip *za, const char *name) in zip_add_dir()
H A Dzip_rename.c43 zip_rename(struct zip *za, zip_uint64_t idx, const char *name) in zip_rename()
H A Dzip_replace.c60 _zip_replace(struct zip *za, zip_uint64_t idx, const char *name, in _zip_replace()
/PHP-5.3/main/
H A Dphp_variables.c480 zend_bool php_std_auto_global_callback(char *name, uint name_len TSRMLS_DC) in php_std_auto_global_callback()
686 char *name; in php_hash_environment() member
797 static zend_bool php_auto_globals_create_server(char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_server()
840 static zend_bool php_auto_globals_create_env(char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_env()
866 static zend_bool php_auto_globals_create_request(char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_request()
/PHP-5.3/Zend/
H A Dzend_vm_gen.php288 function helper_name($name, $spec, $op1, $op2) {
307 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) {
481 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) {
516 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {
/PHP-5.3/win32/build/
H A Dconfutils.js506 function DEFINE(name, value) argument
1766 function ADD_FLAG(name, flags, target) argument
1790 function get_define(name) argument
1799 function ADD_DEF_FILE(name) argument
1808 function AC_DEFINE(name, value, comment, quote) argument
/PHP-5.3/ext/com_dotnet/
H A Dcom_com.c261 BSTR name; in PHP_FUNCTION() local
418 HRESULT php_com_get_id_of_name(php_com_dotnet_object *obj, char *name, in php_com_get_id_of_name()
464 int php_com_do_invoke_byref(php_com_dotnet_object *obj, char *name, int namelen, in php_com_do_invoke_byref()
632 int php_com_do_invoke(php_com_dotnet_object *obj, char *name, int namelen, in php_com_do_invoke()
807 char *name; in PHP_FUNCTION() local
/PHP-5.3/ext/ereg/regex/
H A Dcname.h3 const char *name; member
H A Dcclass.h3 const unsigned char *name; member
/PHP-5.3/ext/dom/
H A Ddomimplementation.c97 char *name = NULL, *publicid = NULL, *systemid = NULL; in PHP_METHOD() local
160 char *uri = NULL, *name = NULL; in PHP_METHOD() local
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dhtml_entities.h34 char * name; member
/PHP-5.3/ext/intl/collator/
H A Dcollator.c43 …#define COLLATOR_EXPOSE_CUSTOM_CLASS_CONST(name, value) zend_declare_class_constant_long( Collator… in collator_register_constants() argument
/PHP-5.3/ext/intl/locale/
H A Dlocale.c44 …#define LOCALE_EXPOSE_CUSTOM_CLASS_CONST_STR(name, value) zend_declare_class_constant_string( Loca… in locale_register_constants() argument
/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer.c42 …#define NORMALIZER_EXPOSE_CUSTOM_CLASS_CONST(name, value) zend_declare_class_constant_long( Normal… in normalizer_register_constants() argument
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Ddebug.c60 pv (name, num, len) in pv() argument
/PHP-5.3/ext/posix/
H A Dposix.c1008 char *name; in PHP_FUNCTION() local
1128 char *name; in PHP_FUNCTION() local
1229 static int posix_addlimit(int limit, char *name, zval *return_value TSRMLS_DC) { in posix_addlimit()
1264 char *name; member
1372 char *name; in PHP_FUNCTION() local
/PHP-5.3/ext/zip/
H A Dphp_zip.h70 #define ZIPARCHIVE_ME(name, arg_info, flags) ZEND_FENTRY(name, c_ziparchive_ ##name, arg_info, flag… argument
71 #define ZIPARCHIVE_METHOD(name) ZEND_NAMED_FUNCTION(c_ziparchive_##name) argument

Completed in 55 milliseconds

12345678910