Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 25 of 175) sorted by last modified time

1234567

/PHP-7.2/
H A DNEWS1360 (alias original name for BC). (Sara)
1456 . Deprecated the read_exif_data() alias. (Kalle)
H A DUPGRADING197 . The read_exif_data() alias has been deprecated, use exif_read_data() instead.
/PHP-7.2/ext/openssl/
H A Dopenssl.c6237 if (name->alias == 0) { in php_openssl_add_method()
/PHP-7.2/ext/phar/
H A Dzip.c310 if (mydata->alias) { \ in phar_parse_zipfile()
311 pefree(mydata->alias, mydata->is_persistent); \ in phar_parse_zipfile()
332 if (mydata->alias) { \ in phar_parse_zipfile()
333 pefree(mydata->alias, mydata->is_persistent); \ in phar_parse_zipfile()
700 …mydata->alias = entry.is_persistent ? pestrndup(actual_alias, mydata->alias_len, 1) : actual_alias; in phar_parse_zipfile()
706 zend_hash_str_add_ptr(&(PHAR_G(phar_alias_map)), mydata->alias, mydata->alias_len, mydata); in phar_parse_zipfile()
711 if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) { in phar_parse_zipfile()
712 if (SUCCESS != phar_free_alias(fd_ptr, alias, alias_len)) { in phar_parse_zipfile()
722 mydata->alias = pestrndup(alias, alias_len, mydata->is_persistent); in phar_parse_zipfile()
725 mydata->alias = pestrndup(mydata->fname, fname_len, mydata->is_persistent); in phar_parse_zipfile()
[all …]
H A Dphar_object.c978 char *alias = NULL, *error; in PHP_METHOD() local
2233 if (phar->alias) { in phar_rename_archive()
2235 phar->alias = NULL; in phar_rename_archive()
2253 phar->alias = NULL; in phar_rename_archive()
2339 phar->alias = source->alias; in phar_convert_to_other()
2824 phar_obj->archive->alias = estrndup(alias, alias_len); in PHP_METHOD()
5188 ZEND_ARG_INFO(0, alias)
5207 ZEND_ARG_INFO(0, alias)
5211 ZEND_ARG_INFO(0, alias)
5225 ZEND_ARG_INFO(0, alias)
[all …]
/PHP-7.2/win32/
H A Dinstall.txt837 The NSAPI module now supports the nsapi_virtual() function (alias:
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_cmd.c581 if (command->alias && (name->len == 1)) { in phpdbg_stack_resolve()
582 if (command->alias == (*name->str)) { in phpdbg_stack_resolve()
591 if ((name->len != command->name_len && command->alias) || name->len == command->name_len) { in phpdbg_stack_resolve()
H A Dphpdbg_cmd.h100 char alias; /* Alias */ member
164 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument
165 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, parent, flags}
167 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument
168 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}
170 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ argument
171 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}
H A Dphpdbg_help.c31 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
32 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, action, &phpdbg_prompt_commands[16], 0}
190 if (c->alias == key[0]) { in get_command()
268 if (cmd->alias == 'a') { /* help aliases executes a canned routine */ in PHPDBG_COMMAND()
291 if (c->alias && c->alias != 'h') { in PHPDBG_HELP()
295 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
296 if (c_sub->alias) { in PHPDBG_HELP()
298 c->alias, c_sub->alias, c->name, len, c_sub->name, c_sub->tip); in PHPDBG_HELP()
314 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
315 if (c_sub->alias) { in PHPDBG_HELP()
[all …]
H A DChangelog.md43 4. Include all alias information and sub-command information in help
/PHP-7.2/main/
H A Doutput.c481 php_output_handler_alias_ctor_t alias = NULL; in php_output_handler_create_user() local
489 …if (Z_STRLEN_P(output_handler) && (alias = php_output_handler_alias(Z_STRVAL_P(output_handler), Z_… in php_output_handler_create_user()
490 handler = alias(Z_STRVAL_P(output_handler), Z_STRLEN_P(output_handler), chunk_size, flags); in php_output_handler_create_user()
/PHP-7.2/ext/zlib/tests/
H A Dgzread_basic.phpt11 // note that gzread is an alias to fread. parameter checking tests will be
H A Dgzclose_basic.phpt11 // note that gzclose is an alias to fclose. parameter checking tests will be
H A Dgzgetc_basic.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzgetc_basic_1.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzgets_basic.phpt12 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzpassthru_basic.phpt12 // note that gzpassthru is an alias to fpassthru. parameter checking tests will be
H A Dgzeof_basic.phpt11 // note that gzeof is an alias to gzeof. parameter checking tests will be
/PHP-7.2/ext/standard/tests/general_functions/
H A Dfloatval.phpt2 Testing floatval() and its alias doubleval() Functions
H A Dfloatval_basic.phpt2 Testing floatval() and its alias doubleval() Functions
H A Dfloatval_error.phpt2 Testing floatval() and its alias doubleval() : error conditions - wrong numbers of parametersns
H A Dfloatval_variation1.phpt2 Testing floatval() and its alias doubleval() functions : usage variations - different data types as…
/PHP-7.2/ext/standard/tests/file/
H A Dis_writable_basic.phpt2 Test is_writable() and its alias is_writeable() function: basic functionality
21 is_writeable() is an alias of is_writable()
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
8 is_writeable() is an alias of is_writable()
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
24 is_writeable() is an alias of is_writable()

Completed in 92 milliseconds

1234567