Home
last modified time | relevance | path

Searched refs:names (Results 51 – 75 of 195) sorted by relevance

12345678

/PHP-5.5/Zend/tests/
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)
H A Dbug44827.phpt2 Bug #44827 (define() allows :: in constant names)
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation7-win32.phpt17 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
18 /* An array of names, which will be passed as a dir name */
66 *** Testing tempnam() with invalid/non-existing directory names ***
H A Dtempnam_variation7.phpt17 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
18 /* An array of names, which will be passed as a dir name */
71 *** Testing tempnam() with invalid/non-existing directory names ***
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 */
94 *** Test copy() function: destination file names containing special characters ***
H A Dcopy_variation17.phpt14 echo "*** Test copy() function: With source file names containing wild-card chars ***\n";
56 *** Test copy() function: With source file names containing wild-card chars ***
/PHP-5.5/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-5.5/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.
H A Dbug41445.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names)
H A Dget_defined_constants_error.phpt6 * Description: Returns an associative array with the names of all the constants and their values
H A Dget_loaded_extensions_error.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
H A Dget_defined_constants_basic.phpt6 * Description: Returns an associative array with the names of all the constants and their values
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c496 BSTR *names; in php_com_process_typeinfo() local
498 names = (BSTR*)safe_emalloc((func->cParams + 1), sizeof(BSTR), 0); in php_com_process_typeinfo()
500 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo()
502 SysFreeString(names[0]); in php_com_process_typeinfo()
550 funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage TSRMLS_CC); in php_com_process_typeinfo()
551 SysFreeString(names[j+1]); in php_com_process_typeinfo()
580 efree(names); in php_com_process_typeinfo()
/PHP-5.5/
H A DCODING_STANDARDS38 meaningful names and can be easily manipulated. The only exceptions
88 1. Function names for user-level functions should be enclosed with in
125 3. Function names used by user functions should be prefixed
130 4. Variable names must be meaningful. One letter variable names must be
134 5. Variable names should be in lowercase. Use underscores to separate
137 6. Method names follow the 'studlyCaps' (also referred to as 'bumpy case'
152 7. Classes should be given descriptive names. Avoid using abbreviations where
287 names, for example, somedb_select_result and somedb_selectresult. For
291 completely different names, that alias to the same function (such as
295 Backwards compatible functions and names should be maintained as long
/PHP-5.5/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-5.5/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
/PHP-5.5/tests/classes/
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
/PHP-5.5/ext/date/tests/
H A Dbug51819.phpt2 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_error3.phpt4 This test verifies the method detects a typo in tag names
H A Dbug44648.phpt2 Bug #44648 (Attribute names not checked for well formedness)

Completed in 77 milliseconds

12345678