Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...31

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.c698 CHECK_ARGUMENT((p) < SLJIT_R3 || (p) > SLJIT_R6);
707 else if ((p) == SLJIT_IMM) \
715 if ((p) & OFFS_REG_MASK) { \
734 if ((p) & OFFS_REG_MASK) { \
745 if (((p) >= SLJIT_FR0 && (p) < (SLJIT_FR0 + compiler->fscratches)) || \
746 ((p) > (SLJIT_FS0 - compiler->fsaveds) && (p) <= SLJIT_FS0)) \
799 if ((p) & SLJIT_IMM) \
802 if ((p) & REG_MASK) { \
817 } else if (p) \
823 if ((p) & SLJIT_MEM) { \
[all …]
/PHP-7.1/ext/tidy/tests/
H A Dtidy_error.phpt18 <p>paragraph</p>
26 $html = '<p>paragraph</i>';
/PHP-7.1/ext/reflection/tests/
H A Dbug46064.phpt40 $p = new reflectionproperty($this, 'foobar');
41 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt24 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
50 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X33
51 string(%d) "�e�X�g�}���`�o�C�g�E�p�X33"
53 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X33"
/PHP-7.1/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-7.1/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.1/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.1/ext/gd/libgd/
H A Dxbm.c180 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
208 p = 0; in gdImageXbmCtx()
219 if (p) { in gdImageXbmCtx()
221 if (!(p%12)) { in gdImageXbmCtx()
223 p = 12; in gdImageXbmCtx()
226 p++; in gdImageXbmCtx()
/PHP-7.1/ext/standard/
H A Darray.c1990 Bucket *p; local
2009 p++;
2015 p++;
2375 p->h = j;
2579 Bucket *p; local
2613 if (p->key) {
2634 Bucket *p; local
3799 Bucket *p; local
3895 Bucket *p; local
4323 Bucket *p; local
[all …]
/PHP-7.1/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.1/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.1/ext/zlib/tests/
H A Dgzgetss.gz
H A Dgzgetss.test2 <p class="para rdfs-comment">
4 </p>
/PHP-7.1/ext/standard/tests/file/
H A Dbug66509.phpt8 foreach($r->getParameters() as $p) {
9 var_dump($p->isOptional());
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c1076 if (UNEXPECTED(*p == '.') && *(p+1) == '.' && (!*(p+2) || IS_SLASH(*(p+2)))) {
1081 p++;
1083 p++;
1085 p++;
1092 p++;
1616 p++;
1620 } else if (*p >= 'A' && *p <= 'Z') {
1696 if (*p && *p!='=') {
1699 } else if (*p >= 'A' && *p <= 'Z') {
1747 } while (*p == ' ' || *p == '\t');
[all …]
/PHP-7.1/sapi/apache2handler/
H A Dphp_apache.h60 void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf);
61 void *create_php_config(apr_pool_t *p, char *dummy);
65 void php_ap2_register_hook(apr_pool_t *p);
/PHP-7.1/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt10 $a->p = 'hello';
30 ["p"]=>
48 ["p"]=>
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c782 zend_ssa_phi *p; in zend_ssa_rename() local
783 for (p = ssa_blocks[succ].phis; p; p = p->next) { in zend_ssa_rename()
795 p->sources[j] = var[p->var]; in zend_ssa_rename()
808 p->sources[j] = var[p->var]; in zend_ssa_rename()
811 for (p = ssa_blocks[succ].phis; p && (p->pi >= 0); p = p->next) { in zend_ssa_rename()
1065 while (p && p != phi) { in zend_ssa_compute_use_def_chains()
1066 p = zend_ssa_next_use_phi(ssa, phi->sources[0], p); in zend_ssa_compute_use_def_chains()
1068 if (!p) { in zend_ssa_compute_use_def_chains()
1090 while (p && p != phi) { in zend_ssa_compute_use_def_chains()
1091 p = zend_ssa_next_use_phi(ssa, phi->sources[j], p); in zend_ssa_compute_use_def_chains()
[all …]
/PHP-7.1/Zend/tests/nullable_types/
H A Dcontravariant_nullable_param_succeeds.phpt7 function method(int $p);
11 function method(?int $p) { }
/PHP-7.1/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.1/ext/phar/tests/
H A Dbug71354.phpt7 $p = new PharData(__DIR__."/bug71354.tar");
8 var_dump($p['aaaa']->getContent());
/PHP-7.1/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.1/main/
H A Dphp_variables.c58 char *p = NULL; in php_register_variable_ex() local
94 for (p = var; *p; p++) { in php_register_variable_ex()
95 if (*p == ' ' || *p == '.') { in php_register_variable_ex()
96 *p='_'; in php_register_variable_ex()
99 ip = p; in php_register_variable_ex()
100 *p = 0; in php_register_variable_ex()
104 var_len = p - var; in php_register_variable_ex()
531 nlen = p - *env; in _php_import_environment_variables()
827 char *p; in php_auto_globals_create_request() local
837 for (; p && *p; p++) { in php_auto_globals_create_request()
[all …]

Completed in 147 milliseconds

1...<<11121314151617181920>>...31