Home
last modified time | relevance | path

Searched refs:names (Results 126 – 150 of 202) sorted by relevance

123456789

/PHP-5.6/ext/standard/tests/general_functions/
H A Dget_extension_funcs_variation.phpt6 * Description: Returns an array with the names of the functions of a module.
/PHP-5.6/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt6 * Description: Returns an array of method names for class or class instance.
H A Dget_class_methods_basic_002.phpt6 * Description: Returns an array of method names for class or class instance.
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug68371.phpt2 PDO PgSQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c186 const char *names; member
379 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_name2mbctype()
380 for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) { in _php_mb_regex_name2mbctype()
396 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_mbctype2name()
398 return mapping->names; in _php_mb_regex_mbctype2name()
/PHP-5.6/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE37 The names of the authors and copyright holders must not be used in
/PHP-5.6/ext/standard/tests/file/
H A Dfscanf_error.phpt76 Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d
/PHP-5.6/
H A DREADME.SELF-CONTAINED-EXTENSIONS76 LTLIBRARY_SOURCES specifies the names of the sources files. You can
98 extension. The second names the source-code files. The third passes
H A Dmakerpm143 - Removed some useless configure options. Made the tar names correct.
H A DUPGRADING70 library does not filter mailbox names before passing them to rsh/ssh
108 - Stream wrappers verify peer certificates and host names by default in
114 - Added support for SAN x509 extension matching when verifing host names in
192 SAN names as well as the CN field and the specific name fields are deprecated
/PHP-5.6/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-5.6/Zend/
H A DLICENSE18 3. The names "Zend" and "Zend Engine" must not be used to endorse
/PHP-5.6/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-5.6/ext/snmp/tests/
H A Dsnmp-object.phpt33 echo "GET with preserving original OID names\n";
171 GET with preserving original OID names
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_statistics.h160 PHPAPI void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names
/PHP-5.6/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt55 //try different locale names
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC4 have been used instead of names like CHAR_LF. Needless to say, it is not a
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A DMakefile196 $(CC) $(CFLAGS) -I. -o names sample\names.c $(dlllib)
/PHP-5.6/ext/mysqli/tests/
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...
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar146 * Get the names of function arguments and initialise mandatory and optional argument arrays
844 * Construct gtMethod object from the class and method names
856 * Set the names of the class constructor arguments. Take only mandatory argument names.
871 * Set the names of the mandatory and optional arguments to the method
891 * Return the list of constructor argument names
1055 /** Return the list of all mandatory argument names
1065 * Return the list of all optional argument names
/PHP-5.6/ext/pcre/pcrelib/
H A DLICENCE77 Inc. nor the names of their contributors may be used to endorse or

Completed in 42 milliseconds

123456789