Home
last modified time | relevance | path

Searched refs:p (Results 301 – 325 of 739) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.0/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';
H A Dlargezip.phpt15 $p = new Phar($fname);
16 $p['big'] = str_repeat(str_repeat('hi', 100), 1000);
17 $p['big2'] = str_repeat(str_repeat('hi', 100), 1000);
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf_time.c189 char *p, *q; in main() local
192 p = cdf_ctime(&ts.tv_sec, buf); in main()
193 if ((q = strchr(p, '\n')) != NULL) in main()
195 if (strcmp(ref, p) != 0) in main()
196 errx(1, "Error date %s != %s\n", ref, p); in main()
/PHP-7.0/ext/zlib/tests/
H A Dgzgetss.gz
H A Dgzgetss.test2 <p class="para rdfs-comment">
4 </p>
/PHP-7.0/ext/gd/libgd/
H A Dxbm.c176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
204 p = 0; in gdImageXbmCtx()
215 if (p) { in gdImageXbmCtx()
217 if (!(p%12)) { in gdImageXbmCtx()
219 p = 12; in gdImageXbmCtx()
222 p++; in gdImageXbmCtx()
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c230 const unsigned char *p; in mbfl_memory_device_strcat() local
233 p = (const unsigned char*)psrc; in mbfl_memory_device_strcat()
234 while (*p) { in mbfl_memory_device_strcat()
235 p++; in mbfl_memory_device_strcat()
255 p = (const unsigned char*)psrc; in mbfl_memory_device_strcat()
259 *w++ = *p++; in mbfl_memory_device_strcat()
301 unsigned char *p, *w; in mbfl_memory_device_devcat() local
319 p = src->buffer; in mbfl_memory_device_devcat()
324 *w++ = *p++; in mbfl_memory_device_devcat()
/PHP-7.0/ext/standard/tests/file/
H A Dbug66509.phpt8 foreach($r->getParameters() as $p) {
9 var_dump($p->isOptional());
/PHP-7.0/ext/standard/
H A Darray.c1947 Bucket *p; local
1966 p++;
1972 p++;
2323 p->h = j;
2528 Bucket *p; local
2562 if (p->key) {
2583 Bucket *p; local
3675 Bucket *p; local
3771 Bucket *p; local
4199 Bucket *p; local
[all …]
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c57 Bucket *p; in zend_hash_persist_calc() local
81 p = ht->arData + idx; in zend_hash_persist_calc()
85 if (p->key) { in zend_hash_persist_calc()
87 ADD_INTERNED_STRING(p->key, 1); in zend_hash_persist_calc()
88 GC_FLAGS(p->key) |= flags; in zend_hash_persist_calc()
91 pPersistElement(&p->val); in zend_hash_persist_calc()
188 zval *p = op_array->literals; in zend_persist_op_array_calc_ex() local
189 zval *end = p + op_array->last_literal; in zend_persist_op_array_calc_ex()
191 while (p < end) { in zend_persist_op_array_calc_ex()
192 zend_persist_zval_calc(p); in zend_persist_op_array_calc_ex()
[all …]
H A Dshared_alloc_posix.c66 …shared_segment->common.p = mmap(0, requested_size, PROT_READ | PROT_WRITE, MAP_SHARED, shared_segm… in create_segments()
67 if (shared_segment->common.p == MAP_FAILED) { in create_segments()
82 munmap(shared_segment->common.p, shared_segment->common.size); in detach_segment()
/PHP-7.0/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt10 $a->p = 'hello';
30 ["p"]=>
48 ["p"]=>
/PHP-7.0/ext/phar/tests/
H A Dbug71354.phpt7 $p = new PharData(__DIR__."/bug71354.tar");
8 var_dump($p['aaaa']->getContent());
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_pecl_7976.phpt28 $db->exec('DROP PROCEDURE IF EXISTS p');
29 $db->exec('CREATE PROCEDURE p() BEGIN SELECT "1" AS _one; END;');
31 $stmt = $db->query('CALL p()');
35 $stmt = $db->query('CALL p()');
57 $db->exec('DROP PROCEDURE IF EXISTS p');
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput672 /^\p{Cc}/8
82 /^\p{Cf}/8
90 /^\p{Cn}/8
98 /^\p{Co}/8
106 /^\p{Ll}/8
116 /^\p{Lm}/8
124 /^\p{Lo}/8
1075 /^(\p{Z}[^\p{C}\p{Z}]+)*$/
1091 /^\p{Balinese}\p{Cuneiform}\p{Nko}\p{Phags_Pa}\p{Phoenician}/8
1229 /\p{Carian}\p{Cham}\p{Kayah_Li}\p{Lepcha}\p{Lycian}\p{Lydian}\p{Ol_Chiki}\p{Rejang}\p{Saurashtra}\p
[all …]
/PHP-7.0/ext/date/tests/
H A Dbug65371.phpt8 function p($str)
17 p('あ');
/PHP-7.0/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:3
H A Dstatic_properties_undeclared_assign.phpt6 C::$p = 1;
9 Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:3
H A Dstatic_properties_undeclared_assignInc.phpt6 C::$p += 1;
9 Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:3
H A Dstatic_properties_undeclared_read.phpt6 echo C::$p;
9 Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:3
/PHP-7.0/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt26 "<html><b>hello</b><p>world</p></html>",
27 '<html><b>hello</b><p>world</p></html>',
/PHP-7.0/ext/session/tests/
H A Dbug36459.phpt23 <p>See source html code</p>
36 <p>See source html code</p>
/PHP-7.0/sapi/phpdbg/tests/
H A Dprint_001.phpt6 p foo
7 p class \Foo\bar
8 p
9 p e
/PHP-7.0/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()
1345 return (p - data); in php_http_parser_execute()
1378 assert(pe >= p); in php_http_parser_execute()
1383 p += to_read - 1; in php_http_parser_execute()
1394 to_read = pe - p; in php_http_parser_execute()
1397 p += to_read - 1; in php_http_parser_execute()
1464 assert(pe >= p); in php_http_parser_execute()
1470 p += to_read - 1; in php_http_parser_execute()
[all …]
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dwrite7.phar2 $p = new Phar(__FILE__);
4 $p->delete("test.txt");

Completed in 48 milliseconds

1...<<11121314151617181920>>...30