Home
last modified time | relevance | path

Searched refs:names (Results 101 – 125 of 234) sorted by relevance

12345678910

/PHP-7.3/ext/session/
H A Dsession.c1949 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1968 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1976 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1977 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1988 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
1997 ZVAL_UNDEF(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2069 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_FUNCTION()
2070 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_FUNCTION()
2895 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { in PHP_RSHUTDOWN_FUNCTION()
2896 zval_ptr_dtor(&PS(mod_user_names).names[i]); in PHP_RSHUTDOWN_FUNCTION()
[all …]
/PHP-7.3/ext/date/tests/
H A Dbug51819.phpt2 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
H A Ddate_default_timezone_get-1-win32.phpt16 from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
/PHP-7.3/
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
126 3. Function names used by user functions should be prefixed
131 4. Variable names must be meaningful. One letter variable names must be
135 5. Variable names should be in lowercase. Use underscores to separate
138 6. Method names follow the 'studlyCaps' (also referred to as 'bumpy case'
153 7. Class names should be descriptive nouns in PascalCase and as short as
311 names, for example, somedb_select_result and somedb_selectresult. For
315 completely different names, that alias to the same function (such as
319 Backwards compatible functions and names should be maintained as long
/PHP-7.3/ext/zip/lib/
H A Dzip_name_locate.c92 return _zip_hash_lookup(za->names, (const zip_uint8_t *)fname, flags, error); in _zip_name_locate()
/PHP-7.3/ext/standard/tests/general_functions/
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_defined_constants_basic.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
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt2 Unix locale names are rejected on Windows, except for some special cases
/PHP-7.3/ext/calendar/tests/
H A Djdtojewish_hebrew.phpt2 Test all hebrew month names
/PHP-7.3/ext/standard/tests/file/
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 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 ***
/PHP-7.3/ext/phar/tests/
H A Dbug77586.phpt2 Bug #77586 Symbolic link names in tar-formatted phar must be less than 100 bytes.
H A D025.phpt2 Phar: phar:// include (repeated names)
/PHP-7.3/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)
/PHP-7.3/ext/fileinfo/tests/
H A Dfinfo_file_001.phpt2 finfo_file(): Testing file names
/PHP-7.3/ext/gd/tests/
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.3/ext/standard/tests/dir/
H A Dscandir_variation8-win32-mb.phpt2 Test scandir() function : usage variations - different file names
17 * Pass a directory containing files with different types of names to test how scandir()
H A Dscandir_variation8.phpt2 Test scandir() function : usage variations - different file names
11 * Pass a directory containing files with different types of names to test how scandir()
/PHP-7.3/ext/openssl/tests/
H A Decc.phpt78 echo "Found secp384r1 in curve names\n";
110 Found secp384r1 in curve names
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_0.phpt24 $names = array( /* cp874 */
37 foreach ($names as $name) {
H A Dtest_cp874_to_utf8_0.phpt21 $names = array( /* cp874 */
34 foreach ($names as $name) {
/PHP-7.3/Zend/tests/
H A Dbug18556.phpt2 Bug #18556 (Setting locale to 'tr_TR' lowercases class names)

Completed in 89 milliseconds

12345678910