Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt6 * Description: Returns an array of method names for class or class instance.
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_error.phpt75 Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d
/PHP-7.3/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE37 The names of the authors and copyright holders must not be used in
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c192 const char *names; member
385 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_name2mbctype()
386 for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) { in _php_mb_regex_name2mbctype()
402 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_mbctype2name()
404 return mapping->names; in _php_mb_regex_mbctype2name()
/PHP-7.3/ext/standard/tests/misc/
H A Dbrowsernames.inc4 * Common browser names. Used with: get_browser()
H A Dget_browser_variation1.phpt2 Test get_browser() function : variation functionality: extra browser names
28 echo "*** Testing get_browser() : variation functionality: extra browser names ***\n";
38 *** Testing get_browser() : variation functionality: extra browser names ***
/PHP-7.3/Zend/
H A DLICENSE18 3. The names "Zend" and "Zend Engine" must not be used to endorse
/PHP-7.3/ext/snmp/tests/
H A Dsnmp-object.phpt33 echo "GET with preserving original OID names\n";
171 GET with preserving original OID names
/PHP-7.3/ext/date/tests/
H A DDateTime_data-fall-type2-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type2-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_query_unicode.phpt30 if (TRUE !== ($tmp = @mysqli_query($link, "set names utf8")))
H A Dmysqli_debug_mysqlnd_control_string.phpt93 …printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trac…
152 // get two or three function names to play with...
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-7.3/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt55 //try different locale names
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME_japanese105 sample/names.c 名前付きグループコールバック使用例
/PHP-7.3/ext/mysqlnd/
H A Dphp_mysqlnd.c64 …mysqlnd_fill_stats_hash(plugin_header->plugin_stats.values, plugin_header->plugin_stats.names, &va… in mysqlnd_minfo_dump_plugin_stats()
/PHP-7.3/ext/interbase/tests/
H A D003.phpt128 /* check for correct handling of duplicate field names */
/PHP-7.3/ext/xmlrpc/
H A Dconfig.m497 dnl some xmlrpc-epi header files have generic file names like
/PHP-7.3/win32/build/
H A Dconfig.w32.phpize.in132 Available optimization names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
/PHP-7.3/
H A DREADME.REDIST.BINS91 * Neither the name of the University of Cambridge nor the names of any
135 3. Neither the name of the author nor the names of other contributors
243 3. The names of its contributors may not be used to endorse or promote
346 4. Neither the name of the University nor the names of its contributors
403 3. The names of the authors may not be used to endorse or promote
458 4. The names "Apache Server" and "Apache Group" must not be used to
/PHP-7.3/ext/xml/
H A Dcompat.c354 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… in _external_entity_ref_handler() argument
362 if (!parser->h_external_entity_ref(parser, names, (XML_Char *) "", sys_id, pub_id)) { in _external_entity_ref_handler()
/PHP-7.3/ext/session/
H A Dphp_session.h169 zval names[PS_NUM_APIS]; member

Completed in 57 milliseconds

12345678910