Home
last modified time | relevance | path

Searched refs:c (Results 4026 – 4050 of 4053) sorted by path

1...<<161162163

/PHP-7.4/tests/output/
H A Dob_implicit_flush_basic_001.phpt7 * Source code: main/output.c
H A Dob_implicit_flush_basic_002.phpt7 * Source code: main/output.c
H A Dob_start_basic_001.phpt7 * Function is implemented in main/output.c
H A Dob_start_basic_004.phpt9 * Function is implemented in main/output.c
H A Dob_start_basic_005.phpt7 * Function is implemented in main/output.c
H A Dob_start_basic_006.phpt7 * Function is implemented in main/output.c
62 $c = new c('originalID');
63 var_dump(ob_start(array($c, "h")));
66 var_dump(ob_start(array($c, "h")));
67 $c->id = 'changedID';
70 $c->id = 'changedIDagain';
71 var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h")))));
H A Dob_start_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_start_error_002.phpt7 * Function is implemented in main/output.c
H A Dob_start_error_003.phpt7 * Function is implemented in main/output.c
13 $c = new C;
14 var_dump(ob_start(array($c)));
H A Dob_start_error_004.phpt7 * Function is implemented in main/output.c
13 $c = new C;
14 var_dump(ob_start(array($c, 'f')));
H A Dob_start_error_005.phpt8 * Function is implemented in main/output.c
/PHP-7.4/tests/run-test/
H A Dtest002.phpt18 %c
H A Dtest007.phpt37 same(".",dirname("c:\\foo"));
38 same(".",dirname("c:\\"));
39 same(".",dirname("c:"));
42 same("c:\\",dirname("c:\\foo"));
43 same("c:\\",dirname("c:\\"));
44 same("c:",dirname("c:"));
H A Dtest012.txt7 %c
/PHP-7.4/tests/strings/
H A D001.phpt135 $raw = "a.\\+*?" . chr(91) . "^" . chr(93) . "b\$c";
137 if ($quoted == "a\\.\\\\\\+\\*\\?\\[\\^\\]b\\\$c") {
H A D002.phpt27 printf("printf test 14:%c\n", 64);
H A Dbug22592.phpt26 string(6) "a*c*e*"
27 string(6) "a*c*e*"
/PHP-7.4/win32/build/
H A DMakefile64 generated_files: build_dirs Zend\zend_ini_parser.c \
65 Zend\zend_language_parser.c \
66 sapi\phpdbg\phpdbg_parser.c \
69 generated_files: build_dirs Zend\zend_ini_parser.c \
70 Zend\zend_language_parser.c Zend\zend_ini_scanner.c \
71 Zend\zend_language_scanner.c \
72 sapi\phpdbg\phpdbg_parser.c sapi\phpdbg\phpdbg_lexer.c \
92 Zend\zend_ini_scanner.c: Zend\zend_ini_scanner.l
95 Zend\zend_language_scanner.c: Zend\zend_language_scanner.l
98 sapi\phpdbg\phpdbg_lexer.c: sapi\phpdbg\phpdbg_lexer.l
[all …]
H A Dbuildconf.js55 var c, i, ok, n;
75 c = FSO.BuildPath(fc.item(), "config.w32");
76 if (FSO.FileExists(c)) {
80 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
81 var contents = file_get_contents(c);
97 item = new Module_Item(n, c, dir_line, deps, contents);
H A Dconfig.w32233 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
235 zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c \
238 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c zend_weakrefs.c \
239 zend_float.c zend_string.c zend_generators.c zend_virtual_cwd.c zend_ast.c \
250 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
251 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
252 strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \
263 userspace.c transports.c xp_socket.c mmap.c glob_wrapper.c");
270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
271 getrusage.c ftok.c ioutil.c codepage.c nice.c \
[all …]
H A Dconfig.w32.h.in44 /* its in win32/time.c */
111 /* Win32 supports socketpair by the emulation in win32/sockets.c */
H A Dconfutils.js924 var c = false;
940 if (c) {
942 return c;
950 var c = false;
956 if (!c) {
968 if (!c) {
977 if (c.match(regex)) {
1300 var f, c;
1303 c = f.ReadAll();
1305 return c;
[all …]
H A Dlibs_version.txt5 jpeglib-9c
H A Dphpize.js.in5 | Copyright (c) The PHP Group |
85 var c, i, ok, n;
88 c = dirname + "\\config.w32";
89 if (FSO.FileExists(c)) {
91 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
92 var contents = file_get_contents(c);
96 item = new Module_Item(n, c, dir_line, deps, contents);
108 c = FSO.BuildPath(fc.item(), "config.w32");
109 if (FSO.FileExists(c)) {
112 var contents = file_get_contents(c);
[all …]
/PHP-7.4/win32/
H A Dfnmatch.c61 char c, test; in fnmatch() local
81 c = *pattern; in fnmatch()
83 while (c == '*') in fnmatch()
84 c = *++pattern; in fnmatch()
92 if (c == EOS) in fnmatch()
127 c = '\\'; in fnmatch()
133 if (c == *string) in fnmatch()
155 char c, c2; in rangematch() local
172 c = *pattern++; in rangematch()
173 if (c == EOS) in rangematch()
[all …]

Completed in 44 milliseconds

1...<<161162163