Home
last modified time | relevance | path

Searched refs:names (Results 176 – 200 of 202) sorted by relevance

123456789

/PHP-5.6/ext/openssl/
H A Dopenssl.c1894 GENERAL_NAMES *names; in openssl_x509v3_subjectAltName() local
1907 names = (GENERAL_NAMES*)(ASN1_item_d2i(NULL, &p, length, in openssl_x509v3_subjectAltName()
1910 names = (GENERAL_NAMES*)(method->d2i(NULL, &p, length)); in openssl_x509v3_subjectAltName()
1912 if (names == NULL) { in openssl_x509v3_subjectAltName()
1916 num = sk_GENERAL_NAME_num(names); in openssl_x509v3_subjectAltName()
1920 name = sk_GENERAL_NAME_value(names, i); in openssl_x509v3_subjectAltName()
1951 sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free); in openssl_x509v3_subjectAltName()
/PHP-5.6/ext/opcache/
H A DREADME175 Each OPcache blacklist file is a text file that holds the names of files
/PHP-5.6/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.6/ext/filter/docs/
H A Dfilter.txt73 Returns a list with all supported filter names.
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY1075 2004/05/17: [spec] rename encoding names "UTF-16 BE" and "UTF-16 LE"
1375 (for multiplex definition name, see sample/names.c)
1377 regex_foreach_name(). (see sample/names.c)
1501 2003/07/16: [impl] minor change of sample/names.c.
1573 2003/06/13: [dist] add sample/names.c
/PHP-5.6/
H A DREADME.RELEASE_PROCESS239 c. remove all the names at the ends of lines
H A DREADME.STREAMS43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
H A DNEWS498 names). (cmb)
514 . Fixed bug #72688 (preg_match missing group names in matches). (cmb)
1737 attribute names). (Matteo)
2290 . Peer name verification matches SAN DNS names for certs using
4810 . ZEND_CATCH now has to be used only with constant class names.
4836 . Disallow reusing superglobal names as parameter names.
6997 - Fixed bug #44827 (define() allows :: in constant names). (Ilia)
10014 names). (Ilia)
10403 directory names). (Ilia)
10901 man page names). (Jani)
[all …]
H A Dphp.ini-development38 ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
301 ; It receives a comma-delimited list of function names.
306 ; It receives a comma-delimited list of class names.
1964 ; Each OPcache blacklist file is a text file that holds the names of files
H A Dphp.ini-production38 ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
301 ; It receives a comma-delimited list of function names.
306 ; It receives a comma-delimited list of class names.
1964 ; Each OPcache blacklist file is a text file that holds the names of files
H A Dconfigure.in1233 dnl Expand all directory names for use in macros/constants
H A Dltmain.sh4693 /* The mapping between symbol names and symbols. */
H A DINSTALL1765 Values, in the sub-keys corresponding to the path names. For example,
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_structs.h1184 const MYSQLND_STRING * names; member
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in51 ; these options, value is a comma separated list of user/group names.
H A Dphp-fpm.conf.in179 ; these options, value is a comma separated list of user/group names.
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja299 For each encoding, there are three names: standarized, alias, MIME
/PHP-5.6/build/
H A Dlibtool.m43737 # names for shared libraries.
4158 # The names of the tagged configurations supported by this script.
4311 # List of archive names. First name is the real one, the rest are links.
4386 # Take the output of nm and produce a listing of raw symbols and C names.
4672 /* The mapping between symbol names and symbols. */
6292 # old names
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch386 + /* FIXME: Read file names and sort them to prevent
1392 #define FILE_NAMES_SIZE 48 /* size of array to contain all names */
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt121 /* we need to skip this test in unicode - we send set names utf8 during mysql_connect */
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic5110 # Print the xBase names of different version variants
5986 >>8 lelong 0x10000087 Comms names
6642 # DOS names like F11.SYS or BOOTWIZ.SYS are 8 right space padded bytes+3 bytes
6729 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
7830 >0x402 beshort > -1 Minix filesystem, V1, 30 char names, %d zones
7848 >0x402 beshort > -1 Minix filesystem, V2, 30 char names, %d zones
7852 >0x402 beshort > -1 Minix filesystem, V2, 30 char names, %d zones
7855 >0x402 beshort !0 Minix filesystem, V2, 30 char names (big endian), %d zones
9065 >12 lelong !0 \b, names: %i
17319 >3 byte&0x01 0x01 shared field names enabled
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput14707 /--- Check the use of names for failure ---/
5165 /--- Mark names can be duplicated ---/
H A Dtestoutput17861 /--- Check the use of names for failure ---/
8582 /--- Mark names can be duplicated ---/
H A Dtestinput23028 /--- Mark names can be duplicated. Perl doesn't give a mark for this one,
/PHP-5.6/win32/
H A Dinstall.txt224 located in different folders and/or have different names. While PHP 4
1366 Values, in the sub-keys corresponding to the path names. For example,

Completed in 223 milliseconds

123456789