Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/Zend/tests/
H A Dvarvars_by_ref.phpt2 Accessing variable variables using referenced names
H A Dns_065.phpt2 065: Multiple names in use statement
H A Dconstants_007.phpt2 Testing const names
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
H A Dflexible-heredoc-complex-test1.phpt3 with different delimiter names
H A Dbug44827.phpt2 Bug #44827 (define() allows :: in constant names)
H A Dbug73998.phpt4 Properties of objects with numeric names should be accessible
/PHP-7.3/sapi/embed/
H A DEXPERIMENTAL2 its functions may change their names
/PHP-7.3/ext/xmlrpc/
H A DEXPERIMENTAL2 its functions may change their names
/PHP-7.3/Zend/tests/anon/
H A D012.phpt2 Ensure correct unmangling of private property names for anonymous class instances
/PHP-7.3/ext/standard/tests/file/
H A Dbug41693.phpt2 Bug #41693 (scandir() allows empty directory names)
H A Dcopy_variation2-win32-mb.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 */
91 *** Test copy() function: destination file names containing special characters ***
H A Dcopy_variation2-win32.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 */
91 *** Test copy() function: destination file names containing special characters ***
H A Dcopy_variation4.phpt2 Test copy() function: usage variations - destination file names(empty string, nulls & bools)
18 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
22 echo "*** Test copy() function: destination file names with empty string, nulls & bools ***\n";
29 /* array of destination file names */
32 /* File names containing(or with) nulls */
86 *** Test copy() function: destination file names with empty string, nulls & bools ***
/PHP-7.3/ext/opcache/Optimizer/
H A Dcompact_vars.c110 zend_string **names = safe_emalloc(sizeof(zend_string *), num_cvs, 0); in zend_optimizer_compact_vars() local
113 names[vars_map[i]] = op_array->vars[i]; in zend_optimizer_compact_vars()
119 op_array->vars = names; in zend_optimizer_compact_vars()
/PHP-7.3/ext/pcre/tests/
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
/PHP-7.3/ext/date/tests/
H A DDateTime_verify.phpt12 echo "..and get names of all its methods\n";
16 echo "..and get names of all its class constants\n";
34 ..and get names of all its methods
170 ..and get names of all its class constants
/PHP-7.3/Zend/tests/typehints/
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/PHP-7.3/ext/zip/lib/
H A Dzip_delete.c57 if (!_zip_hash_delete(za->names, (const zip_uint8_t *)name, &za->error)) { in zip_delete()
/PHP-7.3/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt2 Test readdir() function : usage variations - different file names
18 * files with different file names to test how readdir() reads them
71 // store file names into an array so can use sorted in expected output
H A Dreaddir_variation4.phpt2 Test readdir() function : usage variations - different file names
12 * files with different file names to test how readdir() reads them
65 // store file names into an array so can use sorted in expected output
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_statistics.c200 mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *retu… in mysqlnd_fill_stats_hash() argument
209 add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp); in mysqlnd_fill_stats_hash()
/PHP-7.3/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt2 Test is_callable() function : usage variations - on invalid function names
29 echo "\n*** Testing is_callable() on invalid function names ***\n";
62 *** Testing is_callable() on invalid function names ***
/PHP-7.3/tests/classes/
H A Dautoload_021.phpt2 Validation of class names in the autoload process
/PHP-7.3/Zend/tests/use_const/
H A Dconflicting_use.phpt2 use const statements with conflicting names

Completed in 66 milliseconds

12345678910