Home
last modified time | relevance | path

Searched defs:ext (Results 1 – 25 of 26) sorted by relevance

12

/php-src/scripts/dev/
H A Dsearch_underscores.php48 if (!($ext = $ref->getExtensionName())) {; variable
49 $ext = $ref->isInternal() ? "<internal>" : "<user>"; variable
H A Dtidy.php136 function getLanguageFromExtension(string $ext): ?string {
/php-src/sapi/cli/
H A Dmime_type_map.h24 const char *ext; member
H A Dphp_cli.c204 static void print_extension_info(zend_extension *ext) /* {{{ */ in print_extension_info()
H A Dphp_cli_server.c146 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()
2275 const char *ext = client->request.ext; in php_cli_server_dispatch() local
/php-src/sapi/fpm/fpm/
H A Dfpm_worker_pool.c21 char **ext = limit_extensions; in fpm_worker_pool_free_limit_extensions() local
H A Dfpm_conf.c1153 char *ext; in fpm_conf_process_all_pools() local
H A Dfpm_main.c212 static void print_extension_info(zend_extension *ext) /* {{{ */ in print_extension_info()
/php-src/ext/fileinfo/libmagic/
H A Dapptype.c50 fname[_MAX_FNAME], ext[_MAX_EXT]; in file_os2_apptype() local
H A Dfile.h368 char ext[64]; /* Popular extensions */ member
H A Dapprentice.c3405 file_private const char ext[] = ".mgc"; variable
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c67 MYSQLND_REVERSE_API *ext; in mysqlnd_minfo_dump_api_plugins() local
/php-src/ext/phar/
H A Dphar_object.c31 char *ext; in phar_file_type() local
809 const char *ext = zend_memrchr(entry, '.', entry_len); in PHP_METHOD() local
1971 static zend_object *phar_rename_archive(phar_archive_data **sphar, char *ext) /* {{{ */ in phar_rename_archive()
2223 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other()
2335 char *ext = NULL; in PHP_METHOD() local
2446 char *ext = NULL; in PHP_METHOD() local
3181 char *ext = NULL; in PHP_METHOD() local
3248 char *ext = NULL; in PHP_METHOD() local
H A Dzip.c235 char *p = buf, *ext, *actual_alias = NULL; in phar_parse_zipfile() local
H A Dphar_internal.h283 char *ext; member
H A Dphar.c1807 static int phar_analyze_path(const char *fname, const char *ext, size_t ext_len, int for_create) /*… in phar_analyze_path()
/php-src/ext/spl/
H A Dphp_spl.c235 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 Dphpdbg_prompt.c1208 static void add_zendext_info(zend_extension *ext) /* {{{ */ { in add_zendext_info()
/php-src/ext/ldap/
H A Dldap.c2180 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify()
2420 static void php_ldap_do_delete(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_delete()
3563 static void php_ldap_do_rename(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_rename()
/php-src/ext/gd/libgd/
H A Dgdft.c435 #define GD_CHECK_FONT_PATH(ext) \ argument
/php-src/ext/soap/
H A Dphp_encoding.c2267 sdlExtraAttributePtr ext; in to_xml_array() local
2460 sdlExtraAttributePtr ext; in to_zval_array() local
H A Dphp_schema.c1868 sdlExtraAttributePtr ext; in schema_attribute() local
/php-src/sapi/cgi/
H A Dcgi_main.c264 static void print_extension_info(zend_extension *ext) in print_extension_info()
/php-src/Zend/
H A Dzend_builtin_functions.c1510 static void add_zendext_info(zend_extension *ext, void *arg) /* {{{ */ in add_zendext_info()
/php-src/ext/standard/
H A Dstring.c3585 const uint8x16_t ext = (uint8x16_t) local
3599 const __n128 ext = vextq_u64(rev, rev, 1); local

Completed in 156 milliseconds

12