Home
last modified time | relevance | path

Searched refs:alias (Results 151 – 175 of 176) sorted by relevance

12345678

/PHP-5.5/main/
H A Doutput.c490 php_output_handler_alias_ctor_t *alias = NULL; in php_output_handler_create_user() local
498 …if (Z_STRLEN_P(output_handler) && (alias = php_output_handler_alias(Z_STRVAL_P(output_handler), Z_… in php_output_handler_create_user()
499 …handler = (*alias)(Z_STRVAL_P(output_handler), Z_STRLEN_P(output_handler), chunk_size, flags TSRML… in php_output_handler_create_user()
/PHP-5.5/
H A DREADME.TESTING227 alias a directory to the php source directory, or the test scripts
H A DREADME.namespaces51 The use statement only defines name aliasing. It may create name alias for
H A DCODING_STANDARDS291 completely different names, that alias to the same function (such as
H A DUPGRADING402 - Added ability of resolving alias created by Phar::map
H A DINSTALL805 The NSAPI module now supports the nsapi_virtual() function (alias:
/PHP-5.5/Zend/
H A Dzend_opcode.c239 if (ce->trait_aliases[i]->alias) { in _destroy_zend_class_traits_info()
240 efree((char*)ce->trait_aliases[i]->alias); in _destroy_zend_class_traits_info()
H A Dzend.h466 const char* alias; member
H A Dzend_compile.h538 void zend_add_trait_alias(znode *method_reference, znode *modifiers, znode *alias TSRMLS_DC);
H A Dzend.c1266 void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_error"),nor…
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc61 'typ' => 'alias',
63 'inf' => '<alias> Provide an alias name for the phar file.'
562 $alias = $this->args['a']['val'];
576 $phar = new Phar($archive, 0, $alias);
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt146 A Phar alias cannot be set in a plain tar archive
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt129 The NSAPI module now supports the nsapi_virtual() function (alias: virtual())
/PHP-5.5/ext/dba/
H A Ddba.c289 #define DBA_NAMED_HND(alias, name, flags) \ argument
291 #alias, flags, dba_open_##name, dba_close_##name, dba_fetch_##name, dba_update_##name, \
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3294 const char **alias; in PHP_FUNCTION() local
3295 for (alias = *encoding->aliases; *alias; ++alias) { in PHP_FUNCTION()
3296 add_next_index_string(return_value, (char *)*alias, 1); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt300 /* Check that the function alias exists. It's a deprecated function,
H A Dmysqli_stmt_bind_param.phpt382 /* Check that the function alias exists. It's a deprecated function,
/PHP-5.5/ext/phar/
H A Dstream.c92 fprintf(stderr, "Alias: %s\n", alias); in phar_parse_url()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c50 #define SXE_MALIAS(func, alias, arg_info, flags) PHP_MALIAS(simplexml_element, func, alias, arg_inf… argument
/PHP-5.5/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()
/PHP-5.5/ext/gd/
H A Dgd.c4950 zend_bool alias; in PHP_FUNCTION() local
4953 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb", &IM, &alias) == FAILURE) { in PHP_FUNCTION()
4958 gdImageAntialias(im, alias); in PHP_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4490 if (ce->trait_aliases[i]->alias) { in ZEND_METHOD()
4492 …add_assoc_stringl_ex(return_value, ce->trait_aliases[i]->alias, ce->trait_aliases[i]->alias_len + … in ZEND_METHOD()
/PHP-5.5/ext/openssl/
H A Dopenssl.c4787 if (name->alias == 0) { in openssl_add_method()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1320 2003/12/02: [memo] alias svnst='svn status | grep -v "^\?"'
/PHP-5.5/win32/
H A Dinstall.txt846 The NSAPI module now supports the nsapi_virtual() function (alias:

Completed in 117 milliseconds

12345678