Home
last modified time | relevance | path

Searched refs:p (Results 426 – 450 of 937) sorted by relevance

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

/php-src/ext/standard/tests/general_functions/
H A Dgh10239_2.phpt10 $p = proc_open('false', array(), $foo);
12 var_dump(proc_get_status($p));
13 var_dump(proc_get_status($p));
/php-src/sapi/apache2handler/
H A Dphp_apache.h50 void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf);
51 void *create_php_config(apr_pool_t *p, char *dummy);
55 void php_ap2_register_hook(apr_pool_t *p);
/php-src/ext/zlib/tests/
H A Dgzgetss.gz
/php-src/ext/phar/tests/
H A Dbug71354.phpt7 $p = new PharData(__DIR__."/bug71354.tar");
8 var_dump($p['aaaa']->getContent());
/php-src/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt43 Hash: string(96) "$argon2i$v=19$m=65536,t=4,p=1$%s$%s"
47 Hash: string(96) "$argon2i$v=19$m=65536,t=8,p=1$%s$%s"
51 Hash: string(97) "$argon2i$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(97) "$argon2i$v=19$m=131072,t=8,p=1$%s$%s"
H A Dphp_password_hash_argon2id.phpt43 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
47 Hash: string(97) "$argon2id$v=19$m=65536,t=8,p=1$%s$%s"
51 Hash: string(98) "$argon2id$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(98) "$argon2id$v=19$m=131072,t=8,p=1$%s$%s"
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
51 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X33
52 string(%d) "�e�X�g�}���`�o�C�g�E�p�X33"
54 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X33"
H A Dtest_cp932_3.phpt27 $item = "�e�X�g�}���`�o�C�g�E�p�X77"; // cp932 string
40 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X77"
43 �e�X�g�}���`�o�C�g�E�p�X77
/php-src/ext/standard/tests/file/
H A Dbug66509.phpt8 foreach($r->getParameters() as $p) {
9 var_dump($p->isOptional());
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_reflection.phpt9 $p = $r->getProperty('value');
11 var_dump($p->getValue($v));
/php-src/ext/standard/
H A Dcrc32_x86.h44 size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr);
46 …size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr) in crc32_x86_simd_update() argument
H A Dfilters.c1717 if (*p >= '0' && *p <= '9') { in php_dechunk()
1719 } else if (*p >= 'A' && *p <= 'F') { in php_dechunk()
1721 } else if (*p >= 'a' && *p <= 'f') { in php_dechunk()
1731 p++; in php_dechunk()
1740 while (p < end && *p != '\r' && *p != '\n') { in php_dechunk()
1741 p++; in php_dechunk()
1750 p++; in php_dechunk()
1760 p++; in php_dechunk()
1789 memmove(out, p, end - p); in php_dechunk()
1800 p++; in php_dechunk()
[all …]
/php-src/ext/gd/libgd/
H A Dgd_xbm.c179 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
207 p = 0; in gdImageXbmCtx()
218 if (p) { in gdImageXbmCtx()
220 if (!(p%12)) { in gdImageXbmCtx()
222 p = 12; in gdImageXbmCtx()
225 p++; in gdImageXbmCtx()
/php-src/ext/dom/tests/
H A DDOMNode_contains.phpt17 <p>Hello, world!</p>
18 <p>Second paragraph</p>
19 <div><p>container</p></div>
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt20 <p>foo</p>
73 <p>foo</p>
93 <p>foo</p>
H A DHTMLDocument_fromFile_parser_warning_03.phpt14 <p>
16 </p></body></html>
/php-src/tests/lang/
H A Dtype_hints_003.phpt6 function f(P $p = 42) {
11 Fatal error: Cannot use int as default value for parameter $p of type P in %s on line %d
/php-src/ext/reflection/tests/
H A Dbug37816.phpt8 protected $p = 2;
13 $r = new ReflectionProperty($o, 'p');
/php-src/ext/sysvmsg/
H A Dsysvmsg.c320 const unsigned char *p = (const unsigned char *) messagebuffer->mtext; in PHP_FUNCTION() local
323 if (!php_var_unserialize(&tmp, &p, p + result, &var_hash)) { in PHP_FUNCTION()
380 char *p; in PHP_FUNCTION() local
383 p = Z_STRVAL_P(message); in PHP_FUNCTION()
387 message_len = spprintf(&p, 0, ZEND_LONG_FMT, Z_LVAL_P(message)); in PHP_FUNCTION()
390 message_len = spprintf(&p, 0, "0"); in PHP_FUNCTION()
393 message_len = spprintf(&p, 0, "1"); in PHP_FUNCTION()
396 message_len = spprintf(&p, 0, "%F", Z_DVAL_P(message)); in PHP_FUNCTION()
405 memcpy(messagebuffer->mtext, p, message_len + 1); in PHP_FUNCTION()
408 efree(p); in PHP_FUNCTION()
/php-src/Zend/tests/nullable_types/
H A Dcontravariant_nullable_param_succeeds.phpt7 function method(int $p);
11 function method(?int $p) { }
/php-src/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt10 $a->p = 'hello';
30 ["p"]=>
48 ["p"]=>
/php-src/Zend/
H A Dzend_operators.c2900 for (p = ascii_compatible_charmaps; *p; p++) { in zend_update_current_locale()
3020 if (*p != zend_tolower_ascii(*p)) { in zend_str_tolower_dup_ex()
3032 p++; in zend_str_tolower_dup_ex()
3044 if (*p != zend_toupper_ascii(*p)) { in zend_str_toupper_dup_ex()
3056 p++; in zend_str_toupper_dup_ex()
3093 if (*p != zend_tolower_ascii(*p)) { in zend_string_tolower_ex()
3104 p++; in zend_string_tolower_ex()
3142 if (*p != zend_toupper_ascii(*p)) { in zend_string_toupper_ex()
3153 p++; in zend_string_toupper_ex()
3713 p += td[(unsigned char)(p[needle_len])];
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1118 for(p=L->top;p>func;p--)setobj(L,p,p-1);
1136 Proto*p=cl->p;
1242 &p->buff,p->name);
1253 p.z=z;p.name=name;
2534 for(p=ci->base;p<ci->top;p++)
5272 p=cl->p->p[GETARG_Bx(i)];
5275 ncl->l.p=p;
5386 while(++p<L->top)setobj(L,p-1,p);
7113 if(*p=='^')p++;
7176 if(*p==0||*(p+1)==0)
[all …]
/php-src/ext/phar/tests/tar/
H A Dphar_stub.phpt15 $p = new Phar($pname2);
16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
17 $p['a'] = 'a';
18 $p['b'] = 'b';
19 $p['c'] = 'c';
/php-src/ext/phar/tests/zip/
H A Dphar_stub.phpt15 $p = new Phar($pname2);
16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
17 $p['a'] = 'a';
18 $p['b'] = 'b';
19 $p['c'] = 'c';

Completed in 162 milliseconds

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