Home
last modified time | relevance | path

Searched refs:names (Results 76 – 100 of 234) sorted by relevance

12345678910

/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug41445_1.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
H A Dget_loaded_extensions_basic.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
H A Dget_extension_funcs_basic.phpt6 * Description: Returns an array with the names of the functions of a module.
/PHP-7.3/ext/pdo_dblib/tests/
H A Dbug_71667.phpt2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
/PHP-7.3/Zend/tests/
H A Dbug52484.phpt2 Bug #52484 (__set() ignores setting properties with empty names)
H A Dbug52484_2.phpt2 Bug #52484.2 (__set() ignores setting properties with empty names)
H A Dbug52484_3.phpt2 Bug #52484.3 (__set() ignores setting properties with empty names)
/PHP-7.3/ext/standard/tests/file/
H A Dcopy_variation17.phpt14 echo "*** Test copy() function: With source file names containing wild-card chars ***\n";
54 *** Test copy() function: With source file names containing wild-card chars ***
H A Dcopy_variation2.phpt2 Test copy() function: usage variations - destination file names(special chars)
15 /* Test copy() function: In creation of destination file names containing special characters
19 echo "*** Test copy() function: destination file names containing special characters ***\n";
26 /* array of destination file names */
29 /* File names containing special(non-alpha numeric) characters */
92 *** Test copy() function: destination file names containing special characters ***
H A Dlstat_stat_variation20.phpt2 Test lstat() and stat() functions: usage variations - link names stored in array/object
18 /* test for stats of link when their names are stored in object and array */
30 class names {
38 $link_object = new names("$file_path/lstat_stat_variation20_link.tmp");
/PHP-7.3/ext/reflection/tests/
H A DReflectionParameter_003.phpt25 echo "parameter names from staticMethod method:\n\n";
60 parameter names from staticMethod method:
H A Dbug38132.phpt2 Reflection Bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key names)
/PHP-7.3/ext/zip/lib/
H A Dzip_set_name.c124 if (_zip_hash_add(za->names, new_name, idx, 0, &za->error) == false) { in _zip_set_name()
129 _zip_hash_delete(za->names, old_name, NULL); in _zip_set_name()
H A Dzip_discard.c61 _zip_hash_free(za->names); in zip_discard()
H A Dzip_new.c55 if ((za->names = _zip_hash_new(ZIP_HASH_TABLE_SIZE, error)) == NULL) { in _zip_new()
/PHP-7.3/Zend/tests/use_function/
H A Dconflicting_use.phpt2 use function statements with conflicting names
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_class_methods_variation_002.phpt6 * Description: Returns an array of method names for class or class instance.
/PHP-7.3/ext/phar/tests/
H A Dbug74196.phpt2 PHP bug #74196: PharData->decompress() does not correctly support dot names
/PHP-7.3/ext/com_dotnet/
H A Dcom_typeinfo.c497 BSTR *names; in php_com_process_typeinfo() local
499 names = (BSTR*)safe_emalloc((func->cParams + 1), sizeof(BSTR), 0); in php_com_process_typeinfo()
501 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo()
503 SysFreeString(names[0]); in php_com_process_typeinfo()
551 funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage); in php_com_process_typeinfo()
552 SysFreeString(names[j+1]); in php_com_process_typeinfo()
581 efree(names); in php_com_process_typeinfo()
/PHP-7.3/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
/PHP-7.3/tests/classes/
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
/PHP-7.3/ext/openssl/tests/
H A Dbug72165.phpt14 Warning: openssl_csr_new(): dn: numeric fild names are not supported in %sbug72165.php on line %d
/PHP-7.3/ext/gd/tests/
H A Dbug48801-mb.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip UTF-8 font file names not yet supported on Windows');
/PHP-7.3/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt2 Test namespaced and non-lowercase breakpoint names

Completed in 25 milliseconds

12345678910