Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 290) sorted by last modified time

12345678910>>...12

/PHP-7.2/main/
H A Dphp_variables.c553 zend_bool php_std_auto_global_callback(char *name, uint32_t name_len) in php_std_auto_global_callback()
706 static zend_bool php_auto_globals_create_get(zend_string *name) in php_auto_globals_create_get()
721 static zend_bool php_auto_globals_create_post(zend_string *name) in php_auto_globals_create_post()
740 static zend_bool php_auto_globals_create_cookie(zend_string *name) in php_auto_globals_create_cookie()
755 static zend_bool php_auto_globals_create_files(zend_string *name) in php_auto_globals_create_files()
783 static zend_bool php_auto_globals_create_server(zend_string *name) in php_auto_globals_create_server()
820 static zend_bool php_auto_globals_create_env(zend_string *name) in php_auto_globals_create_env()
836 static zend_bool php_auto_globals_create_request(zend_string *name) in php_auto_globals_create_request()
/PHP-7.2/ext/openssl/
H A Dopenssl.c837 static void php_openssl_add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortnam… in php_openssl_add_assoc_name_entry()
2257 GENERAL_NAME *name; in openssl_x509v3_subjectAltName() local
6229 static void php_openssl_add_method_or_alias(const OBJ_NAME *name, void *arg) /* {{{ */ in php_openssl_add_method_or_alias()
6235 static void php_openssl_add_method(const OBJ_NAME *name, void *arg) /* {{{ */ in php_openssl_add_method()
/PHP-7.2/ext/exif/
H A Dexif.c1773 char *name; member
2073 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value()
2218 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag()
2227 static void exif_iif_add_int(image_info_type *image_info, int section_index, char *name, int value) in exif_iif_add_int()
2249 static void exif_iif_add_str(image_info_type *image_info, int section_index, char *name, char *valu… in exif_iif_add_str()
2272 static void exif_iif_add_fmt(image_info_type *image_info, int section_index, char *name, char *valu… in exif_iif_add_fmt()
2290 static void exif_iif_add_buffer(image_info_type *image_info, int section_index, char *name, int len… in exif_iif_add_buffer()
2361 char buffer[64], *val, *name, uname[64]; in add_assoc_image_info() local
/PHP-7.2/ext/session/
H A Dsession.c179 PHPAPI void php_add_session_var(zend_string *name) /* {{{ */ in php_add_session_var()
204 PHPAPI zval* php_get_session_var(zend_string *name) /* {{{ */ in php_get_session_var()
915 zend_string *name; in PS_SERIALIZER_DECODE_FUNC() local
985 zend_string *name; in PS_SERIALIZER_DECODE_FUNC() local
1098 char *name; member
1102 #define CACHE_LIMITER(name) _php_cache_limiter_##name argument
1757 zend_string *name = NULL; in PHP_FUNCTION() local
1788 zend_string *name = NULL; in PHP_FUNCTION() local
1967 zend_string *name = zend_get_callable_name(&args[i]); in PHP_FUNCTION() local
1999 zend_string *name = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/phar/
H A Dphar_object.c138 char *name = NULL, buf[8192]; in phar_file_action() local
/PHP-7.2/ext/dom/
H A Ddocument.c703 char *name, *value = NULL; in PHP_FUNCTION() local
851 char *name, *value = NULL; in PHP_FUNCTION() local
887 char *name; in PHP_FUNCTION() local
922 char *name; in PHP_FUNCTION() local
954 char *name; in PHP_FUNCTION() local
1037 char *uri, *name, *value = NULL; in PHP_FUNCTION() local
1101 char *uri, *name; in PHP_FUNCTION() local
1165 char *uri, *name; in PHP_FUNCTION() local
/PHP-7.2/win32/
H A Dregistry.c88 char *name = (char*)emalloc(max_name+1); in LoadDirectory() local
139 char *name = (char*)emalloc(max_key+1); in LoadDirectory() local
H A Dcodepage.h40 char *name; member
H A Dcp_enc_map_gen.c7 char *name; member
H A Dglob.c767 match(name, pat, patend) in match() argument
/PHP-7.2/win32/build/
H A Dconfutils.js576 function DEFINE(name, value) argument
1926 function is_on_exclude_list_for_test_ini(list, name) argument
2044 var build_var_name = function(name) { argument
2549 function ADD_FLAG(name, flags, target) argument
2577 function get_define(name) argument
2586 function ADD_DEF_FILE(name) argument
2595 function AC_DEFINE(name, value, comment, quote) argument
/PHP-7.2/
H A Dserver-tests.php684 function setEnvConfigVar($name)
/PHP-7.2/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php46 $name = $options->getOption('c')."_".$options->getOption('m'); variable
59 $name = $options->getOption('f'); variable
H A DgtCodeSnippet.php16 public static function get($name) {
39 public static function append($name, $array) {
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) {
H A DgtText.php16 public static function get($name) {
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.c152 void phpdbg_print_watch_diff(phpdbg_watchtype type, zend_string *name, void *oldPtr, void *newPtr) { in phpdbg_print_watch_diff()
930 zend_string *name = NULL; local
956 zend_string *name = NULL; local
1227 static int phpdbg_watchpoint_parse_wrapper(char *name, size_t namelen, char *key, size_t keylen, Ha…
1266 static int phpdbg_watchpoint_parse_step(char *name, size_t namelen, char *key, size_t keylen, HashT…
H A Dphpdbg_watch.h30 #define PHPDBG_WATCH(name) PHPDBG_COMMAND(watch_##name) argument
H A Dphpdbg_webdata_transfer.c22 static int phpdbg_is_auto_global(char *name, int len) { in phpdbg_is_auto_global()
H A Dphpdbg_utils.c267 PHPDBG_API int phpdbg_get_element(const char *name, size_t len) { in phpdbg_get_element()
381 int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry **ce) { in phpdbg_safe_class_lookup()
481 char *name; in phpdbg_parse_variable_with_arg() local
499 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
508 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
517 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
545 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
551 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
560 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
569 char *name = estrndup(input, i); in phpdbg_parse_variable_with_arg() local
[all …]
H A Dphpdbg_utils.h43 #define PHPDBG_ELEMENT_D(name, id) \ argument
55 char *name; member
61 char *name; member
H A Dphpdbg_wait.c245 zval *name = NULL; in phpdbg_webdata_decompress() local
H A Dphpdbg_info.h26 #define PHPDBG_INFO(name) PHPDBG_COMMAND(info_##name) argument
H A Dphpdbg_list.h27 #define PHPDBG_LIST(name) PHPDBG_COMMAND(list_##name) argument
28 #define PHPDBG_LIST_HANDLER(name) PHPDBG_COMMAND_HANDLER(list_##name) argument
/PHP-7.2/scripts/dev/
H A Dcheck_parameters.php192 function check_function($name, $txt, $offset)

Completed in 123 milliseconds

12345678910>>...12