Home
last modified time | relevance | path

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

123456789

/PHP-8.2/Zend/tests/use_const/
H A Dconflicting_use.phpt2 use const statements with conflicting names
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug81163.phpt21 Warning: serialize(): bar::__sleep() should return an array only containing the names of instance-v…
/PHP-8.2/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)
/PHP-8.2/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)
H A Dignore_repeated_source.phpt9 // Not a repeated error due to different variables names.
H A Dignore_repeated_errors.phpt8 // Not a repeated error due to different variables names.
H A Dflexible-heredoc-complex-test1.phpt3 with different delimiter names
/PHP-8.2/ext/phar/tests/
H A Dbug74196.phpt2 PHP bug #74196: PharData->decompress() does not correctly support dot names
/PHP-8.2/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-8.2/Zend/tests/use_function/
H A Dconflicting_use.phpt2 use function statements with conflicting names
/PHP-8.2/
H A DCODING_STANDARDS.md34 meaningful names and can be easily manipulated. Any use of a numeric
79 1. Function names for user-level functions should be enclosed with in the
131 3. Function names used by user functions should be prefixed with `_php_`, and
136 4. Variable names must be meaningful. One letter variable names must be avoided,
140 5. Variable names should be in lowercase. Use underscores to separate between
143 6. Method names follow the *studlyCaps* (also referred to as *bumpy case* or
164 7. Class names should be descriptive nouns in *PascalCase* and as short as
291 You may also have some deprecated aliases with close to duplicate names, for
295 reference, user-functions with completely different names, that alias to the
299 Backwards compatible functions and names should be maintained as long as the
/PHP-8.2/ext/tokenizer/tests/
H A Dnamespaced_names.phpt2 Tokenization of namespaced names
/PHP-8.2/ext/com_dotnet/
H A Dcom_typeinfo.c538 BSTR *names; in php_com_process_typeinfo() local
540 names = (BSTR*)safe_emalloc((func->cParams + 1), sizeof(BSTR), 0); in php_com_process_typeinfo()
542 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo()
544 SysFreeString(names[0]); in php_com_process_typeinfo()
592 func_desc = php_com_olestring_to_string(names[j+1], codepage); in php_com_process_typeinfo()
593 SysFreeString(names[j+1]); in php_com_process_typeinfo()
624 efree(names); in php_com_process_typeinfo()
/PHP-8.2/ext/gd/tests/
H A Dbug48801-mb.phpt8 … if (substr(PHP_OS, 0, 3) == 'WIN') die('skip UTF-8 font file names not yet supported on Windows');
/PHP-8.2/ext/standard/tests/file/
H A Dtempnam_variation7-win32.phpt15 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
16 /* 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.phpt15 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
16 /* An array of names, which will be passed as a dir name */
71 *** Testing tempnam() with invalid/non-existing directory names ***
/PHP-8.2/tests/classes/
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
/PHP-8.2/ext/openssl/tests/
H A Dbug72165.phpt12 Warning: openssl_csr_new(): dn: numeric fild names are not supported in %sbug72165.php on line %d
/PHP-8.2/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
/PHP-8.2/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt2 Test namespaced and non-lowercase breakpoint names
/PHP-8.2/ext/calendar/tests/
H A Djdtojewish_hebrew.phpt2 Test all hebrew month names

Completed in 41 milliseconds

123456789