/php-src/scripts/dev/ |
H A D | search_underscores.php | 48 if (!($ext = $ref->getExtensionName())) {; variable 49 $ext = $ref->isInternal() ? "<internal>" : "<user>"; variable
|
H A D | tidy.php | 136 function getLanguageFromExtension(string $ext): ?string {
|
/php-src/sapi/cli/ |
H A D | mime_type_map.h | 24 const char *ext; member
|
H A D | php_cli.c | 191 static void print_extension_info(zend_extension *ext) /* {{{ */ in print_extension_info()
|
H A D | php_cli_server.c | 146 const char *ext; member 396 static const char *get_mime_type(const php_cli_server *server, const char *ext, size_t ext_len) /* … in get_mime_type() 2295 const char *ext = client->request.ext; in php_cli_server_dispatch() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_worker_pool.c | 21 char **ext = limit_extensions; in fpm_worker_pool_free_limit_extensions() local
|
H A D | fpm_conf.c | 1155 char *ext; in fpm_conf_process_all_pools() local
|
H A D | fpm_main.c | 207 static void print_extension_info(zend_extension *ext) /* {{{ */ in print_extension_info()
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apptype.c | 50 fname[_MAX_FNAME], ext[_MAX_EXT]; in file_os2_apptype() local
|
H A D | file.h | 368 char ext[64]; /* Popular extensions */ member
|
H A D | apprentice.c | 3405 file_private const char ext[] = ".mgc"; variable
|
/php-src/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 67 MYSQLND_REVERSE_API *ext; in mysqlnd_minfo_dump_api_plugins() local
|
/php-src/ext/phar/ |
H A D | phar_object.c | 39 char *ext; in phar_file_type() local 817 const char *ext = zend_memrchr(entry, '.', entry_len); in PHP_METHOD() local 1979 static zend_object *phar_rename_archive(phar_archive_data **sphar, char *ext) /* {{{ */ in phar_rename_archive() 2231 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other() 2346 char *ext = NULL; in PHP_METHOD() local 2457 char *ext = NULL; in PHP_METHOD() local 3197 char *ext = NULL; in PHP_METHOD() local 3264 char *ext = NULL; in PHP_METHOD() local
|
H A D | zip.c | 237 char *p = buf, *ext, *actual_alias = NULL; in phar_parse_zipfile() local
|
H A D | phar_internal.h | 250 char *ext; member
|
H A D | phar.c | 1809 static zend_result phar_analyze_path(const char *fname, const char *ext, size_t ext_len, int for_cr… in phar_analyze_path()
|
/php-src/ext/spl/ |
H A D | php_spl.c | 229 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len… in spl_autoload()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1206 static void add_zendext_info(zend_extension *ext) /* {{{ */ { in add_zendext_info()
|
/php-src/ext/ldap/ |
H A D | ldap.c | 2218 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() 2475 static void php_ldap_do_delete(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_delete() 3555 static void php_ldap_do_rename(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_rename()
|
/php-src/ext/gd/libgd/ |
H A D | gdft.c | 435 #define GD_CHECK_FONT_PATH(ext) \ argument
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 2323 sdlExtraAttributePtr ext; in to_xml_array() local 2516 sdlExtraAttributePtr ext; in to_zval_array() local
|
H A D | php_schema.c | 1882 sdlExtraAttributePtr ext; in schema_attribute() local
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 267 static void print_extension_info(zend_extension *ext) in print_extension_info()
|
/php-src/Zend/ |
H A D | zend_builtin_functions.c | 1567 static void add_zendext_info(zend_extension *ext, void *arg) /* {{{ */ in add_zendext_info()
|
/php-src/ext/standard/ |
H A D | string.c | 3553 const uint8x16_t ext = (uint8x16_t) local 3567 const __n128 ext = vextq_u64(rev, rev, 1); local
|