Home
last modified time | relevance | path

Searched refs:p (Results 451 – 475 of 937) sorted by relevance

1...<<11121314151617181920>>...38

/php-src/ext/fileinfo/libmagic/
H A Dcdf_time.c193 char *p, *q; in main() local
196 p = cdf_ctime(&ts.tv_sec, buf); in main()
197 if ((q = strchr(p, '\n')) != NULL) in main()
199 if (strcmp(ref, p) != 0) in main()
200 errx(1, "Error date %s != %s\n", ref, p); in main()
H A Dis_tar.c107 const unsigned char *p, *ep; in is_tar() local
126 p = header->charptr; in is_tar()
128 while (p < ep) in is_tar()
129 sum += *p++; in is_tar()
/php-src/tests/classes/
H A Dstatic_properties_undeclared_inc.phpt6 C::$p++;
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assign.phpt6 C::$p = 1;
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assignInc.phpt6 C::$p += 1;
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_read.phpt6 echo C::$p;
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assignRef.phpt7 C::$p =& $a;
10 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite7.phar2 $p = new Phar(__FILE__);
4 $p->delete("test.txt");
H A Dwrite18.phar2 $p = new Phar(__FILE__);
4 $p["test.txt"]->chmod(0444);
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_03.phpt15 <p>
17 </p></body></html>
/php-src/ext/sodium/tests/
H A Dphp_password_verify.phpt52 Hash: string(97) "$argon2id$v=19$m=65536,t=2,p=1$%s$%s"
56 Hash: string(98) "$argon2id$v=19$m=262144,t=2,p=1$%s$%s"
60 Hash: string(97) "$argon2id$v=19$m=65536,t=3,p=1$%s$%s"
64 Hash: string(98) "$argon2id$v=19$m=262144,t=3,p=1$%s$%s"
/php-src/ext/dom/tests/
H A Dbug47531_a.phpt19 <p xmlns:foo="other:ns">
22 </p>
52 <p xmlns:foo="other:ns">
55 </p>
/php-src/ext/opcache/
H A Dzend_accelerator_module.c108 *p = size; in ZEND_INI_MH()
126 *p = size; in ZEND_INI_MH()
156 *p = 0; in ZEND_INI_MH()
203 *p = val;
214 *p = val;
226 *p = val;
239 *p = val;
252 *p = val;
265 *p = val;
747 while (*p) {
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c136 input = *p; in ir_sccp_meet_phi()
175 p++; in ir_sccp_meet_phi()
333 for (j = 1, p = insn->ops + j; j <= n; j++, p++) { in ir_sccp_make_nop()
347 for (j = 1, p = insn->ops + j; j <= n; j++, p++) { in ir_sccp_remove_insn()
370 for (j = 1, p = insn->ops + j; j <= n; j++, p++) { in ir_sccp_remove_insn2()
397 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_sccp_replace_insn()
413 use = *p; in ir_sccp_replace_insn()
454 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_sccp_replace_insn2()
472 use = *p; in ir_sccp_replace_insn2()
2190 for (p = insn->ops + 1; n > 0; p++, n--) { in ir_sccp()
[all …]
H A Dir_save.c46 ir_ref k, i, *p, use_ref, input; in ir_save_dessa_moves() local
56 for (i = 0, p = &ctx->use_edges[use_list->refs]; i < use_list->count; i++, p++) { in ir_save_dessa_moves()
57 use_ref = *p; in ir_save_dessa_moves()
91 ir_ref i, j, n, ref, *p; in ir_save() local
214 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_save()
217 ref = *p; in ir_save()
269 (IR_IS_REF_OPND_KIND(opnd_kind) || (opnd_kind == IR_OPND_UNUSED && p[n-j]))) { in ir_save()
331 ir_ref *p = ctx->use_edges + use_list->refs; in ir_save() local
337 fprintf(f, " USE_LIST(%d)=[%05d", n, *p); in ir_save()
338 for (p++, n--; n; p++, n--) { in ir_save()
[all …]
/php-src/ext/phar/tests/
H A Dbug69720.phpt9 $p = new Phar(__DIR__."/bug69720.phar",0);
11 echo $p->getMetadata();
12 foreach (new RecursiveIteratorIterator($p) as $file) {
H A Dbug69324.phpt8 $p = new Phar(__DIR__.'/bug69324.phar', 0);
9 $meta=$p->getMetadata();
/php-src/ext/spl/tests/
H A Ddit_006.phpt34 $p = 0;
36 $p = 1;
41 var_dump($n !== $m, $m === $o, $p === 0);
H A Dgh11972.phpt37 $test_array['e']['p'][] = ['a', 'a'];
38 $test_array['e']['p'][] = ['b', 'b'];
39 $test_array['e']['p'][] = ['c', 'c'];
51 ["p"]=>
124 ["p"]=>
/php-src/ext/standard/tests/file/
H A Dfnmatch_basic.phpt15 var_dump( fnmatch("*.p*p", $file) );
16 var_dump( fnmatch("*.p*", $file) );
/php-src/sapi/cli/
H A Dphp_http_parser.c263 const char *p = data, *pe; in php_http_parser_execute() local
305 for (p=data, pe=data+len; p != pe; p++) { in php_http_parser_execute()
306 ch = *p; in php_http_parser_execute()
1349 return (p - data); in php_http_parser_execute()
1383 assert(pe >= p); in php_http_parser_execute()
1388 p += to_read - 1; in php_http_parser_execute()
1399 to_read = pe - p; in php_http_parser_execute()
1402 p += to_read - 1; in php_http_parser_execute()
1469 assert(pe >= p); in php_http_parser_execute()
1475 p += to_read - 1; in php_http_parser_execute()
[all …]
/php-src/win32/
H A Dsendmail.c339 char *p = list; in find_address() local
345 p = list = *state; in find_address()
348 while ((p = strpbrk(p, ",\"\\")) != NULL) { in find_address()
350 if (p[1] == '\0') { in find_address()
354 p++; in find_address()
358 *p = '\0'; in find_address()
359 *state = p + 1; in find_address()
362 p++; in find_address()
389 char *p; in SendText() local
663 e2 = p + 1024; in SendText()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DgetLineNo_65536.phpt11 <p>hello</p>
/php-src/Zend/Optimizer/
H A Descape_analysis.c47 int p = parent[i]; in union_find_root() local
49 while (i != p) { in union_find_root()
50 p = parent[p]; in union_find_root()
51 parent[i] = p; in union_find_root()
52 i = p; in union_find_root()
53 p = parent[i]; in union_find_root()
80 zend_ssa_phi *p; in zend_build_equi_escape_sets() local
93 p = ssa_vars[i].definition_phi; in zend_build_equi_escape_sets()
94 if (p->pi >= 0) { in zend_build_equi_escape_sets()
95 union_find_unite(parent, size, i, p->sources[0]); in zend_build_equi_escape_sets()
[all …]
/php-src/ext/session/tests/
H A Dskipif.inc9 if (($p = strpos($save_path, ';')) !== false) {
10 $save_path = substr($save_path, ++$p);

Completed in 43 milliseconds

1...<<11121314151617181920>>...38