Home
last modified time | relevance | path

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

123456789

/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt51 // get_class_method reports different constructor names
/php-src/Zend/
H A DZend.m4137 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
142 …INE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol names. ])
/php-src/
H A DREADME.REDIST.BINS92 * Neither the name of the University of Cambridge nor the names of any
136 3. Neither the name of the author nor the names of other contributors
236 3. The names of its contributors may not be used to endorse or promote
343 4. Neither the name of the University nor the names of its contributors
400 4. The names "Apache Server" and "Apache Group" must not be used to
580 3. The names of the authors may not be used to endorse or promote
635 The names of the authors and copyright holders must not be used in
H A DUPGRADING154 Moreover, values of type string that correspond to method names,
158 method names as callables.
656 * Closure names have been adjusted to include the parent function's name
690 . Looking up mbstring encoding names is much faster now.
H A DNEWS26 . Adjusted closure names to include the parent function's name. (timwolla)
H A Dphp.ini-development38 ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
331 ; It receives a comma-delimited list of function names.
336 ; It receives a comma-delimited list of class names.
1754 ; 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.
331 ; It receives a comma-delimited list of function names.
336 ; It receives a comma-delimited list of class names.
1756 ; Each OPcache blacklist file is a text file that holds the names of files
/php-src/win32/build/
H A Dconfig.w32.phpize.in140 Available optimization names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
H A Dconfutils.js704 var names = [];
721 if (RegExp.$1 != names[0]) {
722 names.push(RegExp.$1);
730 names.push(libname.replace(new RegExp("\\.lib$"), ".pdb"));
732 for (var k = 0; k < names.length; k++) {
733 var pdbname = names[k];
H A Dconfig.w32396 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt44 // That class name does not have the "valid UTF-8" flag because class names in general
H A Dstrings_marked_as_utf8.phpt51 // That class name does not have the "valid UTF-8" flag because class names in general
/php-src/ext/xml/
H A Dcompat.c353 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… in _external_entity_ref_handler() argument
361 if (!parser->h_external_entity_ref(parser, names, (XML_Char *) "", sys_id, pub_id)) { in _external_entity_ref_handler()
/php-src/ext/dom/lexbor/
H A DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md63 Node the extra `s` in the functions' names (`errors`, not `error`).
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt140 names, trademarks, service marks, or product names of the Licensor,
/php-src/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-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua301 local function mkrmap(sz, cl, names)
312 if names then
313 for n,name in ipairs(names) do
/php-src/docs/source/core/data-structures/
H A Dzval.rst191 represents the class table, which is a hash map of class names to the corresponding
/php-src/sapi/fpm/tests/
H A Dtester.inc1216 } elseif (isset($configTemplates['names'])) {
1217 foreach ($configTemplates['names'] as $name) {
1221 throw new \Exception('The config template requires count or names if poolTemplate set');
/php-src/ext/openssl/
H A Dopenssl.c2011 GENERAL_NAMES *names; in openssl_x509v3_subjectAltName() local
2026 names = (GENERAL_NAMES*) (ASN1_item_d2i(NULL, &p, length, in openssl_x509v3_subjectAltName()
2029 names = (GENERAL_NAMES*) (method->d2i(NULL, &p, length)); in openssl_x509v3_subjectAltName()
2031 if (names == NULL) { in openssl_x509v3_subjectAltName()
2036 num = sk_GENERAL_NAME_num(names); in openssl_x509v3_subjectAltName()
2040 name = sk_GENERAL_NAME_value(names, i); in openssl_x509v3_subjectAltName()
2071 sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free); in openssl_x509v3_subjectAltName()
/php-src/ext/ffi/
H A Dffi.c6793 } names[] = { local
6807 for (id = 0; names[id].len != 0; id++) {
6808 if (name_len == names[id].len) {
6809 if (memcmp(name, names[id].name, name_len) == 0) {
6876 } names[] = { local
6890 for (id = 0; names[id].len != 0; id++) {
6891 if (name_len == names[id].len) {
6892 if (memcmp(name, names[id].name, name_len) == 0) {
/php-src/docs-old/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h1303 const MYSQLND_STRING * names; member
/php-src/sapi/fpm/
H A Dwww.conf.in58 ; these options, value is a comma separated list of user/group names.

Completed in 145 milliseconds

123456789