Home
last modified time | relevance | path

Searched refs:p (Results 451 – 475 of 739) sorted by relevance

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

/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc332 $p = 0;
334 while ($p != $length) {
336 $nlen = ord($data{$p++});
339 $nlen |= (ord($data{$p++}) << 16);
340 $nlen |= (ord($data{$p++}) << 8);
341 $nlen |= (ord($data{$p++}));
343 $vlen = ord($data{$p++});
347 $vlen |= (ord($data{$p++}) << 8);
348 $vlen |= (ord($data{$p++}));
350 $array[substr($data, $p, $nlen)] = substr($data, $p+$nlen, $vlen);
[all …]
/PHP-7.0/ext/spl/tests/
H A Dfileobject_setmaxlinelen_basic.phpt15 <?p
H A Dbug67805.phpt10 var_dump($line === '<?p');
/PHP-7.0/Zend/tests/
H A Dbug69805.phpt5 class p{public function c(){(0)::t;}}?>
H A Dbug35106.phpt9 foreach($a as $p);
/PHP-7.0/ext/standard/tests/array/
H A Duasort_variation7.phpt25 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
57 ["p"]=>
/PHP-7.0/ext/date/tests/
H A Dgmstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dgmstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug36424.phpt13 foreach (unserialize($s) as $p=>$v) {
14 $this->$p=$v;
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c281 const void *p, size_t tail, int line) in cdf_check_stream_offset() argument
284 const char *e = ((const char *)p) + tail; in cdf_check_stream_offset()
798 const uint8_t *p, *q, *e; in cdf_read_property_info() local
857 ofs = CDF_GETUINT32(p, tail); in cdf_read_property_info()
861 if (q < p) { in cdf_read_property_info()
1134 if (vn[i].v == p) in cdf_print_property_name()
1178 for (i = 0; i < len && p[i]; i++) in cdf_u16tos8()
1179 buf[i] = (char)p[i]; in cdf_u16tos8()
1236 const unsigned char *p = v; in cdf_dump() local
1241 (void)fprintf(stderr, "%.2x ", *p); in cdf_dump()
[all …]
/PHP-7.0/ext/ftp/
H A Dftp.c323 php_pollfd p; in ftp_login() local
326 p.fd = ftp->fd; in ftp_login()
328 p.revents = 0; in ftp_login()
1320 php_pollfd p; in my_send() local
1323 p.fd = fd; in my_send()
1325 p.revents = 0; in my_send()
1409 php_pollfd p; in my_recv() local
1412 p.fd = fd; in my_recv()
1414 p.revents = 0; in my_recv()
1716 php_pollfd p; in data_accept() local
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_real_query.phpt50 mysqli_real_query($link, 'DROP PROCEDURE IF EXISTS p');
51 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(OUT ver_param VARCHAR(25)) BEGIN SELECT VERSION()…
53 mysqli_real_query($link, 'CALL p(@version)');
101 @mysqli_query($link, "DROP PROCEDURE IF EXISTS p");
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_net.c93 zend_uchar * p = buffer; in MYSQLND_METHOD() local
100 if (!(ret = php_stream_read(net_stream, (char *) p, to_read))) { in MYSQLND_METHOD()
105 p += ret; in MYSQLND_METHOD()
378 zend_uchar * p = (zend_uchar *) buffer; in MYSQLND_METHOD() local
451 STORE_HEADER_SIZE(safe_storage, p); in MYSQLND_METHOD()
452 int3store(p, to_be_sent); in MYSQLND_METHOD()
453 int1store(p + 3, net->packet_no); in MYSQLND_METHOD()
455 RESTORE_HEADER_SIZE(p, safe_storage); in MYSQLND_METHOD()
460 p += to_be_sent; in MYSQLND_METHOD()
664 zend_uchar * p = buffer; in MYSQLND_METHOD() local
[all …]
/PHP-7.0/sapi/apache2handler/
H A Dphp_functions.c351 char *p; in PHP_FUNCTION() local
357 if ((p = strchr(s, '.'))) { in PHP_FUNCTION()
358 add_next_index_stringl(return_value, s, (p - s)); in PHP_FUNCTION()
372 char *p; in PHP_MINFO_FUNCTION() local
384 if ((p = strchr(s, '.'))) { in PHP_MINFO_FUNCTION()
385 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dprivate.pem8 KHyJlwGoR28KZgrSpo74yWhQ+b1lzxQ+rk2wToFD/p+WNe/nf78YUl/cq0LngCKH
/PHP-7.0/ext/phar/tests/files/
H A Dprivate.pem8 KHyJlwGoR28KZgrSpo74yWhQ+b1lzxQ+rk2wToFD/p+WNe/nf78YUl/cq0LngCKH
/PHP-7.0/ext/mbstring/tests/
H A Dmb_output_handler_shift_jis.phpt12 var_dump("�e�X�g�p���{�ꕶ����B���̃��W���[����PHP�Ƀ}���`�o�C�g�֐�������܂��B");
/PHP-7.0/tests/lang/
H A Dtype_hints_003.phpt8 function f(P $p = 42) {
/PHP-7.0/ext/standard/
H A Dfile.c714 char *p, *s, *e; in PHP_FUNCTION() local
754 p = e; in PHP_FUNCTION()
766 p++; in PHP_FUNCTION()
769 s = p; in PHP_FUNCTION()
770 } while ((p = memchr(p, eol_marker, (e-p)))); in PHP_FUNCTION()
774 if (p != ZSTR_VAL(target_buf) && eol_marker == '\n' && *(p - 1) == '\r') { in PHP_FUNCTION()
778 s = ++p; in PHP_FUNCTION()
782 s = ++p; in PHP_FUNCTION()
783 } while ((p = memchr(p, eol_marker, (e-p)))); in PHP_FUNCTION()
788 p = e; in PHP_FUNCTION()
[all …]
H A Dproc_open.c84 char *p; in _php_array_to_envp() local
129 p = env.envp = (char *) pecalloc(sizeenv + 4, 1, is_persistent); in _php_array_to_envp()
134 memcpy(p, ZSTR_VAL(key), ZSTR_LEN(key)); in _php_array_to_envp()
135 strncat(p, "=", 1); in _php_array_to_envp()
136 strncat(p, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_array_to_envp()
139 *ep = p; in _php_array_to_envp()
142 p += l; in _php_array_to_envp()
144 memcpy(p, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_array_to_envp()
146 *ep = p; in _php_array_to_envp()
149 p += ZSTR_LEN(str) + 1; in _php_array_to_envp()
[all …]
H A Durl_scanner_ex.c109 #define YYCURSOR p in PHP_INI_END()
115 register const char *p, *q; in PHP_INI_END() local
149 q = (p = ZSTR_VAL(url->s)) + ZSTR_LEN(url->s); in PHP_INI_END()
211 { bash = p - 1; goto done; } in PHP_INI_END()
318 …char *e, *p = (char *)zend_memnstr(ZSTR_VAL(ctx->val.s), "://", sizeof("://") - 1, ZSTR_VAL(ctx->v… in handle_form() local
319 if (p) { in handle_form()
320 e = memchr(p, '/', (ZSTR_VAL(ctx->val.s) + ZSTR_LEN(ctx->val.s)) - p); in handle_form()
324 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) { in handle_form()
/PHP-7.0/ext/hash/
H A Dhash_md.c659 const unsigned char *p = buf, *e = buf + len; in PHP_MD2Update() local
664 memcpy(context->buffer + context->in_buffer, p, len); in PHP_MD2Update()
669 memcpy(context->buffer + context->in_buffer, p, 16 - context->in_buffer); in PHP_MD2Update()
671 p += 16 - context->in_buffer; in PHP_MD2Update()
676 while ((p + 16) <= e) { in PHP_MD2Update()
677 MD2_Transform(context, p); in PHP_MD2Update()
678 p += 16; in PHP_MD2Update()
682 if (p < e) { in PHP_MD2Update()
683 memcpy(context->buffer, p, e - p); in PHP_MD2Update()
684 context->in_buffer = e - p; in PHP_MD2Update()
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c439 unsigned char *p; in mbfl_convert_filter_devcat() local
441 p = src->buffer; in mbfl_convert_filter_devcat()
444 if ((*filter->filter_function)(*p++, filter) < 0) { in mbfl_convert_filter_devcat()
453 int mbfl_convert_filter_strcat(mbfl_convert_filter *filter, const unsigned char *p) in mbfl_convert_filter_strcat() argument
457 while ((c = *p++) != '\0') { in mbfl_convert_filter_strcat()

Completed in 129 milliseconds

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