Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation17.phpt10 /* 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
56 *** Test copy() function: With source file names containing wild-card chars ***
H A Dis_dir_variation4.phpt10 /* Passing dir names with different notations, using slashes, wild-card chars */
H A Dis_file_variation4.phpt10 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dfileperms_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dfilegroup_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dfileinode_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dfileowner_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h65 #define mysql_list_dbs(c, wild) mysqlnd_list_dbs((c), (wild)) argument
66 #define mysql_list_fields(c, tab, wild) mysqlnd_list_fields((c), (tab), (wild)) argument
68 #define mysql_list_tables(c, wild) mysqlnd_list_tables((c), (wild)) argument
H A Dmysqlnd.h200 …mysqlnd_list_dbs(conn, wild) ((conn)->data)->m->list_method((conn)->data, wild? "SHOW DATABASES L… argument
201 #define mysqlnd_list_fields(conn, tab,wild) ((conn)->data)->m->list_fields((conn)->data, (tab), (wi… argument
203 …mysqlnd_list_tables(conn, wild) ((conn)->data)->m->list_method((conn)->data, wild? "SHOW TABLES L… argument
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING24 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 DChangeLog3100 22. A repeated capturing bracket such as (A)? could cause a wild memory
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic13014 # this is a wild guess; hopefully it is a specific signature
13018 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP

Completed in 59 milliseconds