Home
last modified time | relevance | path

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

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

/PHP-7.1/ext/phar/tests/cache_list/
H A Dcopyonwrite9.phar.phpt13 $p = new Phar(__FILE__);
14 var_dump($p->getStub());
16 $p->setStub("<?php __HALT"."_COMPILER();");
H A Dcopyonwrite10.phar.phpt13 $p = new Phar(__FILE__);
14 var_dump($p->getStub());
17 $p->setStub($a);
/PHP-7.1/ext/reflection/tests/
H A Dbug36434.phpt23 foreach ($r->GetProperties() as $p)
25 echo $p->getName(). " ". $p->getDeclaringClass()->getName()."\n";
/PHP-7.1/Zend/tests/traits/
H A Dlanguage013.phpt28 $p = new C2();
29 $p->inc();
30 $p->inc();
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt26 var_dump($complete->p);
29 $complete->p = &$ref1;
30 var_dump($complete->p);
32 var_dump($complete->p);
33 $complete->p = "p.changed";
49 $incomplete->p = &$ref2;
53 $incomplete->p = "p.changed";
69 ["p"]=>
76 string(9) "p.changed"
88 ["p"]=>
[all …]
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput10221 /^\p{Cc}/8
231 /^\p{Cf}/8
251 /^\p{Cn}/8
257 /^\p{Co}/8
265 /^\p{Cs}/8
273 /^\p{Ll}/8
283 /^\p{Lm}/8
291 /^\p{Lo}/8
301 /^\p{Lt}/8
311 /^\p{Lu}/8
[all …]
/PHP-7.1/Zend/tests/
H A Dbug26698.phpt62 $p = new Proxy();
64 $p->callOne();
65 $p->callTwo();
66 $p->callThree();
/PHP-7.1/ext/spl/tests/
H A DarrayObject___construct_basic6.phpt11 $ao->p = 1;
15 $ao->p = 1;
26 ["p"]=>
39 ["p"]=>
H A Dspl_iterator_recursive_getiterator_error.phpt10 p($iii);
11 function p ($i) {
18 #0 %s(%d): p(Object(IteratorIterator))
/PHP-7.1/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt16 ��<�?�p�h�p
17p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
/PHP-7.1/Zend/
H A Dzend_alloc.h192 ZEND_API void * __zend_realloc(void *p, size_t len) ZEND_ATTRIBUTE_ALLOC_SIZE(2);
252 ZEND_API void ZEND_FASTCALL _zend_mm_free(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE…
255 ZEND_API size_t ZEND_FASTCALL _zend_mm_block_size(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEN…
258 #define zend_mm_free(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_C… argument
259 #define zend_mm_realloc(heap, p, size) _zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_CC ZEND… argument
260 #define zend_mm_realloc2(heap, p, size, copy_size) _zend_mm_realloc2((heap), (p), (size), (copy_siz… argument
261 #define zend_mm_block_size(heap, p) _zend_mm_block_size((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_L… argument
264 #define zend_mm_free_rel(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LIN… argument
265 #define zend_mm_realloc_rel(heap, p, size) _zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_RELA… argument
266 #define zend_mm_realloc2_rel(heap, p, size, copy_size) _zend_mm_realloc2((heap), (p), (size), (copy… argument
[all …]
/PHP-7.1/ext/standard/
H A Dmail.c69 p = str; \
70 e = p + len; \
71 while ((p = memchr(p, '\0', (e - p)))) { \
72 *p = ' '; \
110 char *p, *e; in PHP_FUNCTION() local
202 char *p = message; in php_mail_log_crlf_to_spaces() local
203 while ((p = strpbrk(p, "\r\n"))) { in php_mail_log_crlf_to_spaces()
204 *p = ' '; in php_mail_log_crlf_to_spaces()
H A Dcrypt_freesec.c218 uint32_t *p, *il, *ir, *fl, *fr; in _crypt_extended_init() local
336 *(p = &psbox[b][i]) = 0; in _crypt_extended_init()
619 u_char *p, *q; in _crypt_extended_r() local
678 p = (u_char *) data->output + 9; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
715 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
716 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
720 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
721 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
[all …]
/PHP-7.1/ext/pspell/tests/
H A D003.phpt14 $p = pspell_new_config($cfg);
15 var_dump(pspell_check($p, 'yy'));
22 $p = pspell_new_config($cfg);
23 var_dump(pspell_check($p, 'yy'));
/PHP-7.1/ext/opcache/tests/
H A Dissue0149.phpt17 $p = new Phar(__DIR__ . '/issue0149.phar.php', 0, 'this');
18 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
19 $p->setStub($stub);
20 unset($p);
/PHP-7.1/ext/mbstring/libmbfl/tests/
H A Dconv_kana.c46 const char *p; in main() local
48 for (p= argv[2] + strlen(argv[2]); p > argv[2]; ) { in main()
49 switch (*(--p)) { in main()
/PHP-7.1/ext/dom/tests/
H A Dbug40836.phpt15 <p>paragraph</p>
29 …ted/><content><div xmlns="http://www.w3.org/1999/xhtml"><p>paragraph2007-02-14T00:00:00+01:00</p><…
H A Dnode_textcontent.phpt22 $text = '<p>hello world &trade;</p>';
38 string(63) "<div id="test">&lt;p&gt;hello world &amp;trade;&lt;/p&gt;</div>"
/PHP-7.1/ext/standard/tests/streams/
H A Dbug60602.phpt15 $p = proc_open($cmd, $descs, $pipes, '.', $environment);
17 if (is_resource($p)) {
29 proc_terminate($p, 9);
42 $ret = proc_close($p);
/PHP-7.1/ext/phar/
H A Dzip.c174 char *p = buf, *ext, *actual_alias = NULL; in phar_parse_zipfile() local
201 while ((p=(char *) memchr(p + 1, 'P', (size_t) (size - (p + 1 - buf)))) != NULL) { in phar_parse_zipfile()
202 if ((p - buf) + sizeof(locator) <= size && !memcmp(p + 1, "K\5\6", 3)) { in phar_parse_zipfile()
227 metadata = p + sizeof(locator); in phar_parse_zipfile()
526 p = buf; in phar_parse_zipfile()
792 struct _phar_zip_pass *p; in phar_zip_changed_apply_int() local
796 p = (struct _phar_zip_pass*) arg; in phar_zip_changed_apply_int()
951 if (p->old) { in phar_zip_changed_apply_int()
995 if (1 != php_stream_write(p->filefp, "/", 1)) { in phar_zip_changed_apply_int()
1064 p->free_fp = 0; in phar_zip_changed_apply_int()
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Doniguruma.h151 int (*mbc_enc_len)(const OnigUChar* p);
262 #define onig_enc_len(enc,p,end) ONIGENC_MBC_ENC_LEN(enc,p) argument
266 #define ONIGENC_IS_MBC_HEAD(enc,p) (ONIGENC_MBC_ENC_LEN(enc,p) != 1) argument
267 #define ONIGENC_IS_MBC_ASCII(p) (*(p) < 128) argument
284 (enc)->get_case_fold_codes_by_str(case_fold_flag,p,end,acs)
288 #define ONIGENC_MBC_ENC_LEN(enc,p) (enc)->mbc_enc_len(p) argument
292 #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) (enc)->is_mbc_newline((p),(end)) argument
293 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end)) argument
296 #define ONIGENC_PROPERTY_NAME_TO_CTYPE(enc,p,end) \ argument
297 (enc)->property_name_to_ctype(enc,p,end)
[all …]
/PHP-7.1/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt21 $p = $codepoint_it->first();
22 while ($p != IntlBreakIterator::DONE) {
30 $p = $codepoint_it->next();
34 $p = $codepoint_it->last();
35 while ($p != IntlBreakIterator::DONE) {
41 $p = $codepoint_it->previous();
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_php.c232 char **p; in fpm_php_limit_extensions() local
239 p = limit_extensions; in fpm_php_limit_extensions()
241 while (p && *p) { in fpm_php_limit_extensions()
242 size_t ext_len = strlen(*p); in fpm_php_limit_extensions()
245 if (strcmp(*p, path_ext) == 0) { in fpm_php_limit_extensions()
249 p++; in fpm_php_limit_extensions()
/PHP-7.1/main/
H A DSAPI.c185 char *p; in sapi_read_post_data() local
194 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
195 switch (*p) { in sapi_read_post_data()
200 oldchar = *p; in sapi_read_post_data()
201 *p = 0; in sapi_read_post_data()
204 *p = tolower(*p); in sapi_read_post_data()
226 *(p-1) = oldchar; in sapi_read_post_data()
326 char *p; in get_default_content_type() local
332 p += mimetype_len; in get_default_content_type()
690 if (!p->line || !p->line_len) { in sapi_header_op()
[all …]
/PHP-7.1/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
17 ["p"]=>
71 ["p"]=>
160 ["p"]=>
228 ["p"]=>
290 ["p"]=>
352 ["p"]=>
411 ["p"]=>

Completed in 42 milliseconds

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