Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 84) sorted by path

1234

/PHP-7.2/
H A DCODING_STANDARDS171 1. Functions that are part of the external API should be named
183 2. Main module source file must be named 'modulename.c'.
185 3. Header file that is used by other sources must be named 'php_modulename.h'.
H A DINSTALL991 The CLI (or CGI in older versions) is appropriately named php and
1213 a directory named extname:
H A DNEWS208 . Fixed bug #78469 (FastCGI on_accept hook is not called when using named
867 11+ named placeholders). (Anatol)
1724 . Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
H A DREADME.EXT_SKEL53 Module functions (User functions) must be named
58 strictly needed by others. Exposed internal function must be named
H A DREADME.TESTING60 test scripts by extracting all directories named "tests"
97 sign '#' in test names and/or test cases are named bug12345.phpt.
/PHP-7.2/TSRM/m4/
H A Dgethostbyname.m430 # Originally named "AC_caolan_FUNC_WHICH_GETHOSTBYNAME_R". Rewritten for
/PHP-7.2/Zend/tests/
H A D019.phpt273 set of testcases named "Zend/tests/unset_cv??.phpt", only
H A Dbug71737.phpt2 Bug #71737: Memory leak in closure with parameter named $this
/PHP-7.2/Zend/tests/arg_unpack/
H A Dstring_keys.phpt2 Argument unpacking does not work with string keys (forward compatibility for named args)
/PHP-7.2/build/
H A Dlibtool.m44016 # add code to config.status for appending the configuration named by
/PHP-7.2/ext/dom/
H A Dnamednodemap.c137 char *named; in PHP_FUNCTION() local
143 …ers(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_namednodemap_class_entry, &named, &namedlen) == FAI… in PHP_FUNCTION()
156 itemnode = (xmlNodePtr)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
158 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
167 itemnode = (xmlNodePtr)xmlHasProp(nodep, (xmlChar *) named); in PHP_FUNCTION()
275 char *uri, *named; in PHP_FUNCTION() local
281 …(), getThis(), "Os!s", &id, dom_namednodemap_class_entry, &uri, &urilen, &named, &namedlen) == FAI… in PHP_FUNCTION()
294 itemnode = (xmlNodePtr)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
296 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
305 itemnode = (xmlNodePtr)xmlHasNsProp(nodep, (xmlChar *) named, (xmlChar *) uri); in PHP_FUNCTION()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic53 >9 pstring x named "%s",
2879 # Specialised zip formats which start with a member named 'mimetype'
9568 >16 string x named %s.
10047 >>7186 string x named %s,
12179 # to count it as a match. Text only printed in named patterns is
18232 # Windows Recycle Bin record file (named INFO2)
22269 >9 pstring =\0 un-named
22270 >9 pstring >\0 named: %s
H A Dmagic私はガラスを食べられます53 >9 pstring x named "%s",
2879 # Specialised zip formats which start with a member named 'mimetype'
9568 >16 string x named %s.
10047 >>7186 string x named %s,
12179 # to count it as a match. Text only printed in named patterns is
18232 # Windows Recycle Bin record file (named INFO2)
22269 >9 pstring =\0 un-named
22270 >9 pstring >\0 named: %s
/PHP-7.2/ext/ftp/tests/
H A Dserver.inc364 fputs($s, "550 No file named \"{$matches [1]}\"\r\n");
/PHP-7.2/ext/imap/
H A DIMAP_Win32_HOWTO.txt20 - Create an a file named auths.c, that includes the following line:
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt43 The ICU Collation Service supports many levels of comparison (named "Levels", but also
/PHP-7.2/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt2 Bug #74484 MessageFormatter::formatMessage memory corruption with 11+ named placeholder
H A Dmsgfmt_bug70484.phpt2 Bug #70484 selectordinal doesn't work with named parameters
H A Dmsgfmt_format_error2.phpt2 MessageFormatter::format() inconsistent types in named argument
H A Dmsgfmt_format_mixed_params.phpt2 MessageFormatter::format(): mixed named and numeric parameters
H A Dmsgfmt_format_subpatterns_named.phpt2 msgfmt_format() with named subpatterns
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja204 named differently from the original ereg functions in PHP. The character
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY725 2005/06/10: [new] add ONIG_SYNTAX_PERL_NG. (Perl + named group)
1582 change group(...) to shy-group(?:...) if named group is
1759 2003/03/12: [spec] change named backref and subexp call format.
1845 2003/02/22: [new] named subexp, named back reference. (thanks akr)
H A DREADME99 sample/names.c example of the named group callback.
H A DREADME.md131 |sample/names.c |example of the named group callback. |

Completed in 177 milliseconds

1234