Home
last modified time | relevance | path

Searched refs:alias (Results 126 – 150 of 184) sorted by relevance

12345678

/PHP-7.0/ext/phar/
H A DTODO69 X rework filename detection so that alias is always checked first [Greg]
86 X don't allow a stub or alias to be added to a .zip/.tar that does not have
87 ".phar" in the filename (or already have stub/alias) [Steph]
88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]
/PHP-7.0/ext/standard/tests/general_functions/
H A Dfloatval_error.phpt2 Testing floatval() and its alias doubleval() : error conditions - wrong numbers of parametersns
H A Dfloatval_basic.phpt2 Testing floatval() and its alias doubleval() Functions
H A Dfloatval_variation1.phpt2 Testing floatval() and its alias doubleval() functions : usage variations - different data types as…
/PHP-7.0/ext/phar/tests/tar/
H A Drequire_hash.phpt14 $alias = 'phar://' . $fname;
H A Dtar_nostub.phpt13 $alias = 'phar://' . $fname;
/PHP-7.0/ext/phar/tests/
H A D028.phpt12 $alias = '';
H A Dphar_buildfromiterator4.phpt46 '.phar/alias.txt' => basename(__FILE__, 'php') . 'phpt',
H A D030.phpt2 Phar::loadPhar ignoring alias
H A Dphar_convert_again.phpt185 A Phar alias cannot be set in a plain zip archive
200 A Phar alias cannot be set in a plain tar archive
/PHP-7.0/ext/zlib/tests/
H A Dgzeof_basic.phpt11 // note that gzeof is an alias to gzeof. parameter checking tests will be
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt50 /* Make sure that the function alias exists */
H A Dmysqli_stmt_param_count.phpt56 /* Check that the function alias exists. It's a deprecated function,
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja299 For each encoding, there are three names: standarized, alias, MIME
303 alias: N/A
308 alias: N/A
313 alias: EUC, EUC_JP, eucJP, x-euc-jp
318 alias: x-sjis, MS_Kanji
323 alias: N/A
328 alias: qprint
333 alias: N/A
338 alias: none
343 alias: unknown
/PHP-7.0/sapi/phpdbg/
H A DChangelog.md43 4. Include all alias information and sub-command information in help
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()
/PHP-7.0/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt2 Test disk_free_space and its alias diskfreespace() functions : basic functionality
H A Ddisk_free_space_error.phpt2 Test disk_free_space and its alias diskfreespace() functions : error conditions.
H A Ddisk_free_space_error-win32.phpt2 Test disk_free_space and its alias diskfreespace() functions : error conditions
H A Ddisk_free_space_variation.phpt2 Test disk_free_space and its alias diskfreespace() functions : Usage Variations
/PHP-7.0/ext/bcmath/libbcmath/
H A Daclocal.m471 # broken ls alias from the environment. This has actually
74 alias in your environment])
/PHP-7.0/ext/intl/uchar/
H A Duchar.c363 ZEND_ARG_INFO(0, alias)
366 char *alias; in IC_METHOD() local
369 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &alias, &alias_len) == FAILURE) { in IC_METHOD()
373 RETURN_LONG(u_getPropertyEnum(alias)); in IC_METHOD()
/PHP-7.0/Zend/
H A Dzend_API.h80 #define ZEND_FALIAS(name, alias, arg_info) ZEND_FENTRY(name, ZEND_FN(alias), arg_info, 0) argument
81 #define ZEND_DEP_FALIAS(name, alias, arg_info) ZEND_FENTRY(name, ZEND_FN(alias), arg_info, ZEND_AC… argument
85 #define ZEND_MALIAS(classname, name, alias, arg_info, flags) \ argument
86 … ZEND_FENTRY(name, ZEND_MN(classname##_##alias), arg_info, flags)
97 #define ZEND_NS_FALIAS(ns, name, alias, arg_info) ZEND_NS_FENTRY(ns, name, ZEND_FN(alias), arg_inf… argument
98 #define ZEND_NS_DEP_FALIAS(ns, name, alias, arg_info) ZEND_NS_FENTRY(ns, name, ZEND_FN(alias), arg_… argument
/PHP-7.0/ext/interbase/
H A Dibase_query.c1510 char buf[METADATALENGTH+4], *alias = var->aliasname; in _php_ibase_fetch_hash() local
1520 switch (*alias) { in _php_ibase_fetch_hash()
1525 base = alias; in _php_ibase_fetch_hash()
1528 Z_ARRVAL_P(return_value), alias, strlen(alias))) != NULL) { in _php_ibase_fetch_hash()
1531 snprintf(alias = buf, sizeof(buf), "%s_%02d", base, i++); in _php_ibase_fetch_hash()
1642 add_assoc_zval(return_value, alias, &result); in _php_ibase_fetch_hash()
1648 add_assoc_null(return_value, alias); in _php_ibase_fetch_hash()
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c345 if (ce->trait_aliases[i]->alias) { in zend_persist_class_entry_calc()
346 ADD_INTERNED_STRING(ce->trait_aliases[i]->alias, 0); in zend_persist_class_entry_calc()

Completed in 89 milliseconds

12345678