Home
last modified time | relevance | path

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

123456789

/PHP-7.4/Zend/tests/
H A Dbug52484_3.phpt2 Bug #52484.3 (__set() ignores setting properties with empty names)
/PHP-7.4/Zend/tests/use_function/
H A Dconflicting_use.phpt2 use function statements with conflicting names
/PHP-7.4/ext/standard/tests/general_functions/
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)
/PHP-7.4/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.4/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
19 /* test for stats of link when their names are stored in object and array */
31 class names {
39 $link_object = new names("$file_path/lstat_stat_variation20_link.tmp");
H A Dtempnam_variation7.phpt19 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
20 /* An array of names, which will be passed as a dir name */
71 *** Testing tempnam() with invalid/non-existing directory names ***
/PHP-7.4/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.4/ext/phar/tests/
H A Dbug74196.phpt2 PHP bug #74196: PharData->decompress() does not correctly support dot names
/PHP-7.4/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
/PHP-7.4/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.4/ext/com_dotnet/
H A Dcom_typeinfo.c541 BSTR *names; in php_com_process_typeinfo() local
543 names = (BSTR*)safe_emalloc((func->cParams + 1), sizeof(BSTR), 0); in php_com_process_typeinfo()
545 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo()
547 SysFreeString(names[0]); in php_com_process_typeinfo()
595 funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage); in php_com_process_typeinfo()
596 SysFreeString(names[j+1]); in php_com_process_typeinfo()
625 efree(names); in php_com_process_typeinfo()
/PHP-7.4/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');
H A Dbug48732-mb.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip UTF-8 font file names not yet supported on Windows');
/PHP-7.4/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.4/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt2 Test namespaced and non-lowercase breakpoint names
/PHP-7.4/ext/date/tests/
H A Dbug51819.phpt2 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt2 Unix locale names are rejected on Windows, except for some special cases
/PHP-7.4/ext/session/
H A Dsession.c1971 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1990 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1998 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1999 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2010 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2019 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2079 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2080 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2909 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2910 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
[all …]
/PHP-7.4/ext/calendar/tests/
H A Djdtojewish_hebrew.phpt2 Test all hebrew month names
/PHP-7.4/
H A DCODING_STANDARDS.md35 meaningful names and can be easily manipulated. The only exceptions to this
81 1. Function names for user-level functions should be enclosed with in the
133 3. Function names used by user functions should be prefixed with `_php_`, and
138 4. Variable names must be meaningful. One letter variable names must be avoided,
142 5. Variable names should be in lowercase. Use underscores to separate between
145 6. Method names follow the *studlyCaps* (also referred to as *bumpy case* or
166 7. Class names should be descriptive nouns in *PascalCase* and as short as
331 You may also have some deprecated aliases with close to duplicate names, for
335 reference, user-functions with completely different names, that alias to the
340 Backwards compatible functions and names should be maintained as long as the

Completed in 43 milliseconds

123456789