Searched refs:wild (Results 1 – 14 of 14) sorted by relevance
/PHP-7.2/ext/standard/tests/file/ |
H A D | copy_variation17.phpt | 10 /* Test copy(): Trying to copy the source file which is given with the combination of wild-card cha… 14 echo "*** Test copy() function: With source file names containing wild-card chars ***\n"; 24 $file_path."/copy_variation17.tmp", //without wild-card char 54 *** Test copy() function: With source file names containing wild-card chars ***
|
H A D | is_dir_variation4.phpt | 10 /* Passing dir names with different notations, using slashes, wild-card chars */
|
H A D | is_file_variation4.phpt | 10 /* Passing file names with different notations, using slashes, wild-card chars */
|
H A D | filegroup_variation3.phpt | 11 /* Passing file names with different notations, using slashes, wild-card chars */
|
H A D | fileinode_variation3.phpt | 12 /* Passing file names with different notations, using slashes, wild-card chars */
|
H A D | fileperms_variation3.phpt | 11 /* Passing file names with different notations, using slashes, wild-card chars */
|
H A D | fileowner_variation3.phpt | 12 /* Passing file names with different notations, using slashes, wild-card chars */
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 63 #define mysql_list_dbs(c, wild) mysqlnd_list_dbs((c), (wild)) argument 65 #define mysql_list_tables(c, wild) mysqlnd_list_tables((c), (wild)) argument
|
H A D | mysqlnd.h | 200 …mysqlnd_list_dbs(conn, wild) ((conn)->data)->m->list_method((conn)->data, wild? "SHOW DATABASES L… argument 202 …mysqlnd_list_tables(conn, wild) ((conn)->data)->m->list_method((conn)->data, wild? "SHOW TABLES L… argument
|
/PHP-7.2/Zend/tests/generators/ |
H A D | bug71441.phpt | 6 $num = 2000; /* to be sure to be in wild memory */
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | HACKING | 24 not necessarily maximize the individual wild portions of the pattern, as is 37 matches individual wild portions of the pattern. This is an "NFA algorithm" in
|
H A D | ChangeLog | 3286 22. A repeated capturing bracket such as (A)? could cause a wild memory
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 17510 # this is a wild guess; hopefully it is a specific signature 17514 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP
|
H A D | magic私はガラスを食べられます | 17510 # this is a wild guess; hopefully it is a specific signature 17514 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP
|
Completed in 206 milliseconds