Home
last modified time | relevance | path

Searched refs:p (Results 251 – 275 of 671) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.4/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-5.4/ext/phar/tests/cache_list/
H A Dcopyonwrite11.phar.phpt13 $p = new Phar(__FILE__);
14 var_dump($p->getStub());
16 $p->setDefaultStub();
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-5.4/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()
265 s = p + 1; in SAPI_POST_HANDLER_FUNC()
268 p = e; in SAPI_POST_HANDLER_FUNC()
805 char *p; in php_auto_globals_create_request() local
817 for (; p && *p; p++) { in php_auto_globals_create_request()
[all …]
/PHP-5.4/ext/gd/libgd/
H A Dgd.c625 xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]); in gdImagePaletteCopy()
718 int p; in gdImageSetPixel() local
738 if (p != gdTransparent && p != 0) { in gdImageSetPixel()
783 …return gdTrueColorAlpha(im->red[p], im->green[p], im->blue[p], (im->transparent == p) ? gdAlphaTra… in gdImageGetTrueColorPixel()
785 return p; in gdImageGetTrueColorPixel()
813 int p; in gdImageBrushApply() local
844 int p; in gdImageBrushApply() local
869 int p; in gdImageTileApply() local
879 p = gdTrueColorAlpha(tile->red[p], tile->green[p], tile->blue[p], tile->alpha[p]); in gdImageTileApply()
2586 p++; in gdImagePolygon()
[all …]
/PHP-5.4/Zend/tests/traits/
H A Dlanguage013.phpt28 $p = new C2();
29 $p->inc();
30 $p->inc();
/PHP-5.4/ext/phar/tests/tar/
H A Dlinks4.phpt10 $p = new PharData(dirname(__FILE__) . '/files/tinylink.tar');
14 echo $p['file.txt']->getContent();
15 echo $p['link.txt']->getContent();
H A Dlinks5.phpt10 $p = new PharData(dirname(__FILE__) . '/files/subdirlink.tar');
14 echo $p['hi/test.txt']->getContent();
15 echo $p['hi/link.txt']->getContent();
/PHP-5.4/ext/reflection/tests/
H A Dbug36434.phpt23 foreach ($r->GetProperties() as $p)
25 echo $p->getName(). " ". $p->getDeclaringClass()->getName()."\n";
/PHP-5.4/ext/spl/tests/
H A DarrayObject___construct_basic6.phpt11 $ao->p = 1;
15 $ao->p = 1;
26 ["p"]=>
39 ["p"]=>
/PHP-5.4/Zend/tests/
H A Dbug26698.phpt62 $p = new Proxy();
64 $p->callOne();
65 $p->callTwo();
66 $p->callThree();
/PHP-5.4/ext/standard/
H A Dmail.c67 p = str; \
68 e = p + len; \
69 while ((p = memchr(p, '\0', (e - p)))) { \
70 *p = ' '; \
107 char *p, *e; in PHP_FUNCTION() local
199 char *p = message; in php_mail_log_crlf_to_spaces() local
200 while ((p = strpbrk(p, "\r\n"))) { in php_mail_log_crlf_to_spaces()
201 *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
338 *(p = &psbox[b][i]) = 0; in _crypt_extended_init()
621 u_char *p, *q; in _crypt_extended_r() local
680 p = (u_char *) data->output + 9; in _crypt_extended_r()
711 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
712 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
717 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
718 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
722 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
723 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
[all …]
/PHP-5.4/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()
138 *len = (p - (const unsigned char*)*s) -1; in phar_path_check()
207 if ((p - (const unsigned char*)*s) - 1 != *len) in phar_path_check()
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 (!memcmp(p + 1, "K\5\6", 3)) { in phar_parse_zipfile()
227 metadata = p + sizeof(locator); in phar_parse_zipfile()
537 p = buf; in phar_parse_zipfile()
780 struct _phar_zip_pass *p; in phar_zip_changed_apply() local
785 p = (struct _phar_zip_pass*) arg; in phar_zip_changed_apply()
940 if (p->old) { in phar_zip_changed_apply()
985 if (1 != php_stream_write(p->filefp, "/", 1)) { in phar_zip_changed_apply()
1054 p->free_fp = 0; in phar_zip_changed_apply()
[all …]
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c1038 if (UNEXPECTED(*p == '.') && *(p+1) == '.' && (!*(p+2) || IS_SLASH(*(p+2)))) {
1043 p++;
1045 p++;
1047 p++;
1054 p++;
1552 p++;
1556 } else if (*p >= 'A' && *p <= 'Z') {
1632 if (*p && *p!='=') {
1635 } else if (*p >= 'A' && *p <= 'Z') {
1681 } while (*p == ' ' || *p == '\t');
[all …]
/PHP-5.4/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-5.4/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-5.4/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><…
/PHP-5.4/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-5.4/ext/tidy/tests/
H A D016.phpt18 p.c1 {font-weight: bold}
22 <p class="c1">testing</p>
/PHP-5.4/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-5.4/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-5.4/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 84 milliseconds

1...<<11121314151617181920>>...27