Home
last modified time | relevance | path

Searched refs:p (Results 276 – 300 of 937) sorted by relevance

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

/php-src/ext/mbstring/tests/
H A Dgh8208.phpt8 $p = 'Subject: ';
10 $p . mb_encode_mimeheader($s, 'UTF-8', 'Q', "\015\012", strlen($p)),
11 mb_encode_mimeheader($p . $s, 'UTF-8', 'Q', "\015\012", 0)
/php-src/ext/standard/
H A Dstring.c2629 for (p = ZSTR_VAL(old), q = ZSTR_VAL(str); p != old_end; p++) {
3086 while ((p = memchr(p, ch, endp-p))) {
3135 while ((p = memchr(p, from, (e - p)))) {
3209 e = zend_mempcpy(e, p, r - p);
3368 e = zend_mempcpy(e, p, r - p);
3594 for (p = (char *) txt1; p < end1; p++) {
5348 if (p != buf && *(p-1) != '\\' && (!in_q || *p == in_q)) {
5357 if (p >= buf + 2 && *(p-1) == '-' && *(p-2) == '!') {
5388 if (p >= buf + 2 && *(p-1) == '-' && *(p-2) == '-') {
5912 if (*p >= 'a' && *p <= 'z') {
[all …]
/php-src/ext/standard/tests/strings/
H A Dhtmlspecialchars.phpt18 …mp( htmlspecialchars("<br>Testing<p>New file.</p><p><br>File <b><i><u>WORKS!!!</i></u></b></p><br>…
22 var_dump( htmlspecialchars("<br>Testing<p>New file.</p> ", ENT_QUOTES, 'iso-8859-1' ) );
299p&gt;New file.&lt;/p&gt;&lt;p&gt;&lt;br&gt;File &lt;b&gt;&lt;i&gt;&lt;u&gt;WORKS!!!&lt;/i&gt;&lt;/…
302 string(46) "&lt;br&gt;Testing&lt;p&gt;New file.&lt;/p&gt; "
H A Dstrip_tags_variation10.phpt14 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>',
17 '<p>This is a paragraph</p>',
21 $quotes = "<html><a><p><b><?php";
39 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
45 string(26) "<p>This is a paragraph</p>"
H A Dstrip_tags_variation9.phpt13 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
16 "<p>This is a paragraph</p>",
20 $quotes = "<html><a><p><b><?php";
39 The quick brown fo x jumped over the lazy dog</p>"
45 string(26) "<p>This is a paragraph</p>"
/php-src/ext/dom/tests/
H A Dgh11289.phpt23 $fragment->appendXML('<p>Hi!</p>');
30 string(55) "<!DOCTYPE HTML><html><body> <p>Hi!</p></body></html>"
H A DDOMNode_DOMNameSpaceNode_isConnected.phpt17 $p = $dom->createElement('p');
18 var_dump($p->isConnected);
22 $body->appendChild($p);
24 var_dump($p->isConnected);
32 var_dump($p->isConnected);
/php-src/ext/opcache/tests/jit/
H A Dfetch_obj_005.phpt14 $a->p;
18 Warning: Attempt to read property "p" on null in %sfetch_obj_005.php on line 4
20 Warning: Attempt to read property "p" on null in %sfetch_obj_005.php on line 4
22 Warning: Attempt to read property "p" on null in %sfetch_obj_005.php on line 4
/php-src/ext/phar/tests/
H A Dinvalid_alias.phpt11 $p = new Phar($fname);
13 $p->setAlias('hi/');
18 $p->setAlias('hi\\l');
24 $p->setAlias('hil;');
30 $p->setAlias(':hil');
H A Dinvalid_setstubalias.phpt12 $p = new Phar($fname);
14 $p['.phar/stub.php'] = 'hi';
19 $p['.phar/alias.txt'] = 'hi';
23 $p = new Phar($fname2);
25 $p['.phar/stub.php'] = 'hi';
30 $p['.phar/alias.txt'] = 'hi';
H A Dbug53872.phpt10 $p=new Phar('bug53872-phar.phar');
11 $p->buildFromDirectory(__DIR__ . "/bug53872/");
12 $p->setStub('<?php __HALT_COMPILER();?\>');
13 $p->compressFiles(Phar::GZ);
/php-src/ext/gd/libgd/
H A Dgd_transform.c12 register int p; in gdImageFlipVertical() local
13 p = row_dst[x]; in gdImageFlipVertical()
15 row_src[x] = p; in gdImageFlipVertical()
19 unsigned char p; in gdImageFlipVertical() local
22 p = im->pixels[y][x]; in gdImageFlipVertical()
24 im->pixels[im->sy - 1 - y][x] = p; in gdImageFlipVertical()
/php-src/Zend/
H A Dzend_alloc.c2116 p = zend_mm_get_next_free_slot(heap, i, p);
2142 p = zend_mm_get_next_free_slot(heap, i, p);
2255 p = p->next;
2270 zend_mm_chunk_free(heap, p->ptr, p->size);
2381 p = p->next;
2453 p = q;
2488 p->heap = &p->heap_slot;
2489 p->next = p;
2490 p->prev = p;
2510 memset(p->free_map, 0, sizeof(p->free_map) + sizeof(p->map));
[all …]
/php-src/ext/filter/tests/
H A D023.phpt8 var_dump(filter_var("}\"<p>test para</p>", FILTER_UNSAFE_RAW, FILTER_FLAG_ENCODE_AMP));
17 string(18) "}"<p>test para</p>"
/php-src/ext/standard/tests/file/
H A Dfopen_unlink.phpt7 $p = __DIR__ . DIRECTORY_SEPARATOR . 'tututu',
8 $f = fopen($p, 'w+'),
9 unlink($p),
10 file_exists($p),
/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_dir.phpt12 <p>1</p>
14 <p>2</p>
H A Dpseudo_classes_lang.phpt12 <p>1</p>
14 <p>2</p>
/php-src/main/
H A Dsnprintf.c65 char *p, *rve, c; in __cvt() local
91 c = *p; in __cvt()
105 zend_freedtoa(p); in __cvt()
254 return (p); in ap_php_conv_10()
275 char *p, *p_orig; in php_conv_fp() local
315 *s++ = *p++; in php_conv_fp()
325 *s++ = *p++; in php_conv_fp()
334 while (*p) { in php_conv_fp()
335 *s++ = *p++; in php_conv_fp()
353 *s++ = *p++; in php_conv_fp()
[all …]
H A Dphp_variables.c81 ZEND_ASSERT(*p != '\0' && *p != ' ' && *p != '.' && *p != '['); in php_register_known_variable()
82 p++; in php_register_known_variable()
146 for (p = var; *p; p++) { in php_register_variable_ex()
147 if (*p == ' ' || *p == '.') { in php_register_variable_ex()
148 *p='_'; in php_register_variable_ex()
151 ip = p; in php_register_variable_ex()
235 for (p = index_s; *p; p++) { in php_register_variable_ex()
236 if (*p == ' ' || *p == '.' || *p == '[') { in php_register_variable_ex()
612 if (!p in import_environment_variable()
619 p++; in import_environment_variable()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DDocument_body_setter.phpt9 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR);
14 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR);
20 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR);
25 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR);
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c323 p = p->next; in ir_fix_live_range()
343 p = p->next; in ir_add_use_pos()
1740 p = p->next; in ir_swap_operands()
1750 p = p->next; in ir_swap_operands()
1798 p = p->next; in ir_hint_conflict()
1809 p = p->next; in ir_hint_conflict()
2322 p = p->next; in ir_last_use_pos_before()
2332 p = p->next; in ir_first_use_pos_after()
2335 p = p->next; in ir_first_use_pos_after()
2338 p = p->next; in ir_first_use_pos_after()
[all …]
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_1.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
49 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4
50 string(%d) "�e�X�g�}���`�o�C�g�E�p�X4"
52 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4"
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_7bit.c91 unsigned char *p = *in, *e = p + *in_len; in mb_7bit_to_wchar() local
94 while (p < e && out < limit) { in mb_7bit_to_wchar()
95 unsigned char c = *p++; in mb_7bit_to_wchar()
99 *in_len = e - p; in mb_7bit_to_wchar()
100 *in = p; in mb_7bit_to_wchar()
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_02.phpt26 <p�>foo<p></p>
27 <p id="foo" class="bar">
32 </p></p�></body></html>
/php-src/ext/standard/tests/array/
H A Darray_map_basic.phpt7 function multiply($p, $q) {
8 return ($p * $q);
11 function square($p) {
12 return ($p * $p);

Completed in 73 milliseconds

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