Home
last modified time | relevance | path

Searched refs:names (Results 151 – 175 of 195) sorted by relevance

12345678

/PHP-5.5/ext/session/
H A Dphp_session.h144 zval *names[7]; member
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_query_unicode.phpt30 if (TRUE !== ($tmp = @mysqli_query($link, "set names utf8")))
H A Dmysqli_class_mysqli_stmt_interface.phpt55 // get_class_method reports different constructor names
H A Dmysqli_class_mysqli_result_interface.phpt51 // get_class_method reports different constructor names
/PHP-5.5/ext/xml/
H A Dcompat.c363 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… in _external_entity_ref_handler() argument
371 parser->h_external_entity_ref(parser, names, "", sys_id, pub_id); in _external_entity_ref_handler()
/PHP-5.5/
H A DREADME.REDIST.BINS35 3. Neither the name of the author nor the names of other contributors
167 3. The names of its contributors may not be used to endorse or promote
270 4. Neither the name of the University nor the names of its contributors
327 3. The names of the authors may not be used to endorse or promote
382 4. The names "Apache Server" and "Apache Group" must not be used to
H A DUPGRADING28 names is done according to ASCII rules. Current locale settings are ignored.
187 - Since 5.5.2, spl_autoload_functions() returns different names for
H A DREADME.EXT_SKEL51 and header files. Keep these names.
H A DREADME.TESTING97 sign '#' in test names and/or test cases are named bug12345.phpt.
/PHP-5.5/ext/openssl/tests/
H A Dsni_001.phpt19 * The test sends requests to the server, sending different names, and checks which certificate
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING61 However, so as not to over-complicate the text, the names of PCRE functions are
252 UTF-32 mode these are one-unit items. Those with "MIN" in their names are the
253 minimizing versions. Those with "POS" in their names are possessive versions.
450 the "+" notation, e.g. (abc)++, different opcodes are used. Their names all
496 names table, and the number of groups with the same name.
H A DREADME5 with library names libpcre, libpcre16, and libpcre32. January 2015 saw the
7 10.00 and library names libpcre2-8, libpcre2-16, and libpcre2-32. The old
83 effect of renaming the functions so that the names no longer clash. Of course,
85 new names.
92 with a set of man pages whose names all start with "pcre". The one that is just
430 names config.h.generic and pcre.h.generic. These are provided for those who
460 system. The following are installed (file names are all relative to the
679 from pcretest. Other files whose names begin with "test" are used as working
H A DChangeLog163 43. Fix crash caused by very long (*MARK) or (*THEN) names.
395 named back references to duplicated names. This could cause "internal
637 with duplicate names.
2267 combination -clh just lists non-zero counts, with no names.
2958 After changing table of Posix names 22
3096 [\P{Any}] did so. (Error in the code for printing property names.)
4089 within the library, and not documented. Their names all begin with
4181 with other external names.
4926 (b) Defined the list of op-code names for debugging as a macro in
4954 name, zero terminated. The names are in alphabetical order.
[all …]
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS52 Node the extra 's' in the functions' names ('errors', not 'error').
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME100 sample/names.c example of the named group callback.
H A DHISTORY1056 2004/05/17: [spec] rename encoding names "UTF-16 BE" and "UTF-16 LE"
1356 (for multiplex definition name, see sample/names.c)
1358 regex_foreach_name(). (see sample/names.c)
1482 2003/07/16: [impl] minor change of sample/names.c.
1554 2003/06/13: [dist] add sample/names.c
/PHP-5.5/ext/openssl/
H A DREADME40 parameter is an array containing file and directory names that specifiy the
166 extracertsfilename names a file containing a bunch of additional certificates
H A Dopenssl.c1437 GENERAL_NAMES *names; in openssl_x509v3_subjectAltName() local
1450 names = (GENERAL_NAMES*)(ASN1_item_d2i(NULL, &p, length, in openssl_x509v3_subjectAltName()
1453 names = (GENERAL_NAMES*)(method->d2i(NULL, &p, length)); in openssl_x509v3_subjectAltName()
1455 if (names == NULL) { in openssl_x509v3_subjectAltName()
1459 num = sk_GENERAL_NAME_num(names); in openssl_x509v3_subjectAltName()
1463 name = sk_GENERAL_NAME_value(names, i); in openssl_x509v3_subjectAltName()
1494 sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free); in openssl_x509v3_subjectAltName()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI332 Iterate function call for all names.
348 Return the number of names defined in the pattern.
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt50 Following is a list of the names for each level and an example usage:
112 In short attribute names, <language>_<script>_<region>_<keyword>.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt21 library names libpcre, libpcre16, and libpcre32. January 2015 saw the
23 ing at 10.00 and library names libpcre2-8, libpcre2-16, and
2483 65 different names for subpatterns of the same number are
4013 use the same names.)
5870 names are:
6150 names, but PCRE does not.
6160 allocated numbers as well as names, exactly as if the names were not
7484 searches only for names set with (*MARK).
7514 ignores names that are set by (*PRUNE:NAME) or (*THEN:NAME).
7536 searches only for names set with (*MARK).
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc204 $name_prefix = prefix to be used for names, name is suffix with a
326 $link_name_prefix = prefix to be used for names, name is suffix with a
/PHP-5.5/ext/opcache/
H A DREADME165 Each OPcache blacklist file is a text file that holds the names of files
/PHP-5.5/Zend/
H A DZEND_CHANGES1032 $foo = &$a; would make $foo and $a be two names to the same
1034 $foo = &$a[7]; would make $foo and $a[7] be two names to the
1082 * Runtime binding of function names.
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt73 Returns a list with all supported filter names.

Completed in 121 milliseconds

12345678