Home
last modified time | relevance | path

Searched refs:names (Results 26 – 50 of 202) sorted by relevance

123456789

/PHP-5.6/ext/standard/tests/file/
H A Dfileperms_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
15 echo "*** Testing fileperms() with different notations of file names ***\n";
57 *** Testing fileperms() with different notations of file names ***
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
18 /* test for stats of dir/file when their names are stored in an array */
34 $names = array(
46 var_dump( stat($names[0]) ); // values stored with numeric index
50 var_dump( stat($names[1]) ); // values stored with numeric index
H A Dlstat_stat_variation20.phpt2 Test lstat() and stat() functions: usage variations - link names stored in array/object
18 /* test for stats of link when their names are stored in object and array */
30 class names {
32 public function names($name) {
38 $link_object = new names("$file_path/lstat_stat_variation20_link.tmp");
H A Dfileowner_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
16 echo "*** Testing fileowner() with different notations of file names ***\n";
58 *** Testing fileowner() with different notations of file names ***
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 */
93 *** 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 */
88 *** Test copy() function: destination file names with empty string, nulls & bools ***
H A Dbug41693.phpt2 Bug #41693 (scandir() allows empty directory names)
/PHP-5.6/Zend/tests/
H A Dns_049.phpt2 049: __NAMESPACE__ constant and runtime names (php name)
H A Dns_048.phpt2 048: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_009.phpt2 009: __NAMESPACE__ constant and runtime names (php name)
H A Dns_019.phpt2 019: __NAMESPACE__ constant and runtime names (php name)
H A Dns_008.phpt2 008: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_018.phpt2 018: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_065.phpt2 065: Multiple names in use statement
H A Dconstants_007.phpt2 Testing const names
/PHP-5.6/sapi/apache2filter/
H A DEXPERIMENTAL2 its functions may change their names
/PHP-5.6/ext/xmlrpc/
H A DEXPERIMENTAL2 its functions may change their names
/PHP-5.6/sapi/embed/
H A DEXPERIMENTAL2 its functions may change their names
/PHP-5.6/sapi/milter/
H A DEXPERIMENTAL2 its functions may change their names
/PHP-5.6/ext/pcre/tests/
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
/PHP-5.6/tests/basic/
H A Dbug51709_1.phpt2 Bug #51709 (Can't use keywords as method names)
H A Dbug51709_2.phpt2 Bug #51709 (Can't use keywords as method names)
/PHP-5.6/ext/standard/tests/dir/
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-5.6/ext/mysqlnd/
H A Dmysqlnd_statistics.c201 mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *retu… in mysqlnd_fill_stats_hash() argument
210 add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp, 1); in mysqlnd_fill_stats_hash()
/PHP-5.6/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt2 Test is_callable() function : usage variations - on invalid function names
32 echo "\n*** Testing is_callable() on invalid function names ***\n";
65 *** Testing is_callable() on invalid function names ***

Completed in 26 milliseconds

123456789