Home
last modified time | relevance | path

Searched refs:p (Results 151 – 175 of 668) sorted by relevance

12345678910>>...27

/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput74 /[\p{L}]/DZ
7 [\p{L}]
16 /[\p{^L}]/DZ
970 /\p{Lu}+9\p{Lu}+B\p{Lu}+b/BZ
983 /\p{^Lu}+9\p{^Lu}+B\p{^Lu}+b/BZ
1009 /\p{Han}+X\p{Greek}+\x{370}/BZ8
1020 /\p{Xan}+!\p{Xan}+A/BZ
1031 /\p{Xsp}+!\p{Xsp}\t/BZ
1042 /\p{Xps}+!\p{Xps}\t/BZ
1053 /\p{Xwd}+!\p{Xwd}_/BZ
[all …]
/PHP-5.3/ext/phar/tests/
H A Dphar_commitwrite.phpt10 $p = new Phar(dirname(__FILE__) . '/brandnewphar.phar', 0, 'brandnewphar.phar');
11 $p['file1.txt'] = 'hi';
12 $p->stopBuffering();
13 var_dump(strlen($p->getStub()));
14 $p->setStub("<?php
23 var_dump($p->getStub());
/PHP-5.3/ext/phar/tests/tar/
H A Dlinks.phpt12 $p = new PharData($fname);
16 var_dump($p['testit/link']->getContent());
17 var_dump($p['testit/hard']->getContent());
18 var_dump($p['testit/file']->getContent());
19 $p['testit/link'] = 'overwriting';
20 var_dump($p['testit/link']->getContent());
/PHP-5.3/ext/pspell/tests/
H A D005.phpt14 $p = pspell_new_personal($wordlist, 'en');
16 var_dump(pspell_check($p, 'dfnvnsafksfksf'));
21 $p = pspell_new_config($cfg);
25 var_dump(pspell_check($p, 'ola'));
26 var_dump(pspell_add_to_personal($p, 'ola'));
27 var_dump(pspell_check($p, 'ola'));
30 var_dump(pspell_save_wordlist($p));
/PHP-5.3/ext/reflection/tests/
H A DReflectionProperty_constructor_variation1.phpt7 private $p = 1;
11 $rp = new ReflectionProperty("D", "p");
22 $rp = new ReflectionProperty("D", "p");
32 $rp = new ReflectionProperty("D", "p");
49 Property D::$p does not exist
52 Property D::$p does not exist
55 Property D::$p does not exist
58 Property D::$p does not exist
/PHP-5.3/ext/ereg/regex/
H A Dmain.c323 for (p = s; *p != '\0'; p++)
325 switch (*p) {
384 fixstr(p) in fixstr() argument
385 register char *p; in fixstr()
387 if (p == NULL)
390 for (; *p != '\0'; p++)
391 if (*p == 'N')
392 *p = '\n';
394 *p = '\t';
396 *p = ' ';
[all …]
/PHP-5.3/Zend/
H A Dzend_alloc.h112 p = realloc(p, len); in __zend_realloc()
113 if (p) { in __zend_realloc()
114 return p; in __zend_realloc()
167 (p) = (type *) emalloc(sizeof(type))
169 #define ZEND_FAST_FREE(p, fc_type) \ argument
170 efree(p)
173 (p) = (type *) emalloc_rel(sizeof(type))
175 #define ZEND_FAST_FREE_REL(p, fc_type) \ argument
176 efree_rel(p)
215 #define zend_mm_free(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_C… argument
[all …]
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite17.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getMetadata());
4 $p->setMetadata("hi");
5 var_dump($p->getMetadata());
H A Dwrite15.phar2 $p = new Phar(__FILE__);
3 var_dump(isset($p["copied"]));
4 $p->copy("test.txt","copied");
5 var_dump(isset($p["copied"]));
H A Dwrite12.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getSignature());
5 $p->setSignatureAlgorithm(Phar::MD5);
6 var_dump($p->getSignature());
H A Dwrite21.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->isCompressed());
4 $p["test.txt"]->compress(Phar::GZ);
5 var_dump($p["test.txt"]->isCompressed());
H A Dwrite19.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->getMetadata());
4 $p["test.txt"]->setMetadata("hi2");
5 var_dump($p["test.txt"]->getMetadata());
H A Dwrite20.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->getMetadata());
4 $p["test.txt"]->delMetadata();
5 var_dump($p["test.txt"]->getMetadata());
H A Dwrite13.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->isCompressed());
5 $p->compressFiles(Phar::GZ);
6 var_dump($p["test.txt"]->isCompressed());
/PHP-5.3/ext/standard/
H A Dcrc32.c29 char *p; in PHP_NAMED_FUNCTION() local
34 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &p, &nr) == FAILURE) { in PHP_NAMED_FUNCTION()
39 for (len =+nr; nr--; ++p) { in PHP_NAMED_FUNCTION()
40 crc = ((crc >> 8) & 0x00FFFFFF) ^ crc32tab[(crc ^ (*p)) & 0xFF ]; in PHP_NAMED_FUNCTION()
H A Dhttp_fopen_wrapper.c223 while (*p != 0 && *p != ':' && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
229 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
234 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
246 p = s; in php_stream_url_wrap_http_ex()
247 while (*p != 0 && *p != ':' && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
249 p++; in php_stream_url_wrap_http_ex()
253 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
258 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
261 s = p; in php_stream_url_wrap_http_ex()
498 while (*p != 0 && *p != '\r' && *p != '\n') p++; in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dbug39538.phpt5 …", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"p\r\narsed\"","\"\n\rth…
21 [2] => p
29 [2] => p
38 [2] => p
/PHP-5.3/tests/classes/
H A Dproperty_recreate_private.phpt6 private $p = 'test';
8 unset($this->p);
11 $this->p = 'changed';
17 $this->p = 'changed in D';
36 $d->p = 'this will create a public property';
49 $c->p = 'this will fail';
56 [%u|b%"p":%u|b%"C":private]=>
62 [%u|b%"p"]=>
68 [%u|b%"p"]=>
75 [%u|b%"p":%u|b%"C":private]=>
[all …]
H A Dproperty_recreate_protected.phpt6 protected $p = 'test';
8 unset($this->p);
11 $this->p = 'changed';
17 $this->p = 'changed in D';
35 $d->p = 'this will fail';
41 [%u|b%"p":protected]=>
47 [%u|b%"p":protected]=>
53 Fatal error: Cannot access protected property %s::$p in %s on line 32
/PHP-5.3/ext/spl/tests/
H A DarrayObject_clone_basic3.phpt6 public $p = 'C::p.orig';
26 ["p"]=>
27 string(9) "C::p.orig"
40 ["p"]=>
41 string(9) "C::p.orig"
57 ["p"]=>
58 string(9) "C::p.orig"
73 ["p"]=>
74 string(9) "C::p.orig"
/PHP-5.3/ext/phar/
H A Dphar_path_check.c27 const unsigned char *p = (const unsigned char*)*s; in phar_path_check() local
30 if (*len == 1 && *p == '.') { in phar_path_check()
33 } else if (*len == 2 && p[0] == '.' && p[1] == '.') { in phar_path_check()
39 #define YYCURSOR p in phar_path_check()
40 #define YYLIMIT p+*len in phar_path_check()
107 *len = (p - (const unsigned char*)*s) -1; in phar_path_check()
132 if ((p - (const unsigned char*)*s) - 1 != *len) in phar_path_check()
/PHP-5.3/ext/calendar/
H A Dcalendar.c515 p++; in heb_number_to_chars()
519 p++; in heb_number_to_chars()
533 p++; in heb_number_to_chars()
540 p++; in heb_number_to_chars()
547 p++; in heb_number_to_chars()
549 p++; in heb_number_to_chars()
554 p++; in heb_number_to_chars()
561 p++; in heb_number_to_chars()
571 p++; in heb_number_to_chars()
574 *(p) = *(p - 1); in heb_number_to_chars()
[all …]
/PHP-5.3/Zend/tests/
H A Dbug34893.phpt6 private $p;
25 $a->p = $b;
28 echo $a->p->t;
29 $a->p->t = "bar";
30 echo $a->p->t;
/PHP-5.3/ext/tidy/tests/
H A D018.phpt7 $x = tidy_repair_string("<p>abra\0cadabra</p>",
15 string(19) "<p>abracadabra</p>
/PHP-5.3/TSRM/
H A DTSRM.c173 while (p) { in tsrm_shutdown()
180 resource_types_table[j].dtor(p->storage[j], &p->storage); in tsrm_shutdown()
186 free(p); in tsrm_shutdown()
187 p = next_p; in tsrm_shutdown()
247 while (p) { in ts_allocate_id()
255 resource_types_table[j].ctor(p->storage[j], &p->storage); in ts_allocate_id()
260 p = p->next; in ts_allocate_id()
543 while (p) { in ts_free_id()
544 if (p->count > j && p->storage[j]) { in ts_free_id()
546 resource_types_table[j].dtor(p->storage[j], &p->storage); in ts_free_id()
[all …]

Completed in 41 milliseconds

12345678910>>...27