Home
last modified time | relevance | path

Searched refs:p (Results 201 – 225 of 739) sorted by relevance

12345678910>>...30

/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c114 char *p; in mbfl_filt_conv_html_enc() local
116 for (p = e->name; *p != '\0'; p++) { in mbfl_filt_conv_html_enc()
117 CK((*filter->output_function)((int)*p, filter->data)); in mbfl_filt_conv_html_enc()
124 int *p = tmp + sizeof(tmp) / sizeof(tmp[0]); in mbfl_filt_conv_html_enc() local
130 *(--p) = '\0'; in mbfl_filt_conv_html_enc()
132 *(--p) = "0123456789"[uc % 10]; in mbfl_filt_conv_html_enc()
136 for (; *p != '\0'; p++) { in mbfl_filt_conv_html_enc()
137 CK((*filter->output_function)(*p, filter->data)); in mbfl_filt_conv_html_enc()
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_magicU.phpt15 $p = new Phar($fname);
16 var_dump($p->isFileFormat(Phar::ZIP));
17 $p['a'] = '<?php include "b/c.php";' . "\n";
18 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
19 $p['d'] = "in d\n";
20 $p->setStub('<?php
H A Dphar_magic.phpt15 $p = new Phar($fname);
16 var_dump($p->isFileFormat(Phar::ZIP));
17 $p['a'] = '<?php include "b/c.php";' . "\n";
18 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
19 $p['d'] = "in d\n";
20 $p->setStub('<?php
/PHP-7.0/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-7.0/ext/phar/tests/
H A Dphar_create_in_cwd.phpt12 $p = new Phar('brandnewphar.phar');
13 $p['file1.txt'] = 'hi';
14 var_dump(strlen($p->getStub()));
15 $p->setStub("<?php
24 var_dump($p->getStub());
H A Dphar_magic.phpt11 $p = new Phar($fname);
12 $p['a'] = '<?php include "b/c.php";' . "\n";
13 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
14 $p['d'] = "in d\n";
15 $p->setStub('<?php
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';
/PHP-7.0/Zend/
H A Dzend_gc.c388 p = ht->arData; in gc_scan_black()
402 zv = &p->val; in gc_scan_black()
413 p++; in gc_scan_black()
415 zv = &p->val; in gc_scan_black()
525 p++; in gc_mark_grey()
527 zv = &p->val; in gc_mark_grey()
639 p++; in gc_scan()
836 p++;
838 zv = &p->val;
991 p++;
[all …]
/PHP-7.0/main/
H A Dmergesort.c98 #define EVAL(p) (u_char **) \ argument
164 if ((p = (b + i)) >= t) { in php_mergesort()
166 (*cmp)(q, p) <= sense) in php_mergesort()
167 t = p; in php_mergesort()
169 b = p; in php_mergesort()
172 t = p; in php_mergesort()
177 b = p; in php_mergesort()
181 t = p; in php_mergesort()
183 b = p; in php_mergesort()
189 t = p; in php_mergesort()
[all …]
/PHP-7.0/ext/standard/
H A Dstring.c1338 if (!p || p >= pe) { in PHP_FUNCTION()
3058 while ((p = memchr(p, from, (e - p)))) {
3084 while ((p = memchr(p, from, (e - p)))) {
3166 memcpy(e, p, r - p);
3174 memcpy(e, p, end - p);
3332 memcpy(e, p, r - p);
3339 memcpy(e, p, end - p);
3473 for (p = (char *) txt1; p < end1; p++) {
5214 while ((p = memchr(p, cmp, endp - p))) {
5455 …while (p < e && (isalpha((unsigned char)*p) || (char_list && ch[(unsigned char)*p]) || *p == '\'' …
[all …]
/PHP-7.0/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-7.0/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt34 'p' => hex2bin($phex),
43 openssl_pkey_test_cmp($phex, $rsa_details['p']);
62 'p' => hex2bin($phex),
69 openssl_pkey_test_cmp($phex, $dsa_details['p']);
81 $dh_details = array('p' => $phex, 'g' => '2');
83 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
87 openssl_pkey_test_cmp($phex, $dh_details['p']);
/PHP-7.0/ext/standard/tests/strings/
H A Dstrip_tags_variation9.phpt20 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
23 "<p>This is a paragraph</p>",
27 $quotes = "<html><a><p><b><?php";
45 The quick brown fo x jumped over the lazy dog</p>"
51 string(26) "<p>This is a paragraph</p>"
H A Dhtmlspecialchars.phpt24 …mp( htmlspecialchars("<br>Testing<p>New file.</p><p><br>File <b><i><u>WORKS!!!</i></u></b></p><br>…
28 var_dump( htmlspecialchars("<br>Testing<p>New file.</p> ", ENT_QUOTES, 'iso-8859-1' ) );
314p&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;/…
317 string(46) "&lt;br&gt;Testing&lt;p&gt;New file.&lt;/p&gt; "
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dwrite8.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getAlias());
5 $p->setAlias("hi");
H A Dwrite11.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getStub());
5 $p->setDefaultStub();
H A Dwrite9.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getStub());
5 $p->setStub("<?php __HALT"."_COMPILER();");
/PHP-7.0/ext/pspell/tests/
H A D004.phpt15 $p = pspell_new_config($cfg);
16 var_dump(pspell_check($p, 'theoasis'));
22 $p = pspell_new_config($cfg);
23 var_dump(pspell_check($p, 'theoasis'));
/PHP-7.0/ext/date/tests/
H A Dbug34771.phpt9 '12a.m.', '1a.m.', '1p.m.',
11 '12:00a.m.', '1:00a.m.', '1:00p.m.'
26 1p.m. => 2005-12-22T13:00:00+0000
32 1:00p.m. => 2005-12-22T13:00:00+0000
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c669 *p+= 2; in mysqlnd_stmt_execute_store_types()
784 (*p) += 8; in mysqlnd_stmt_execute_store_param_values()
792 (*p) += 8; in mysqlnd_stmt_execute_store_param_values()
800 (*p) += 4; in mysqlnd_stmt_execute_store_param_values()
807 *p = php_mysqlnd_net_store_length(*p, 0); in mysqlnd_stmt_execute_store_param_values()
815 *p = php_mysqlnd_net_store_length(*p, len); in mysqlnd_stmt_execute_store_param_values()
870 (*p)++; in mysqlnd_stmt_execute_store_params()
920 p += 4; in mysqlnd_stmt_execute_generate_request()
924 p++; in mysqlnd_stmt_execute_generate_request()
927 int4store(p, 0); in mysqlnd_stmt_execute_generate_request()
[all …]
/PHP-7.0/ext/reflection/tests/
H A Dbug46064_2.phpt13 $p = new ReflectionObject($x);
14 var_dump($p->getProperty('test'));
29 $p = new reflectionobject($this);
30 var_dump($h = $p->getProperty('a'));
32 var_dump($p->getProperties());
/PHP-7.0/Zend/tests/
H A Dbug44660.phpt9 echo $a->p;
12 $a->p = $s;
15 $a->p++;
18 $a->p =& $s;
21 $s =& $a->p;
24 $a->p[0] = $s;
/PHP-7.0/ext/zip/lib/
H A Dzip_name_locate.c54 const char *fn, *p; in _zip_name_locate() local
77 p = strrchr(fn, '/'); in _zip_name_locate()
78 if (p) in _zip_name_locate()
79 fn = p+1; in _zip_name_locate()
/PHP-7.0/ext/simplexml/tests/
H A Dbug46003.phpt9 <p>Test</p>
19 var_dump(isset($x->p));
20 var_dump(isset($x->p->o));

Completed in 44 milliseconds

12345678910>>...30