Home
last modified time | relevance | path

Searched refs:p (Results 376 – 400 of 937) sorted by relevance

1...<<11121314151617181920>>...38

/php-src/Zend/tests/
H A Dbug26698.phpt62 $p = new Proxy();
64 $p->callOne();
65 $p->callTwo();
66 $p->callThree();
/php-src/ext/dom/tests/
H A Dgh15670.phpt8 $doc->loadHTML('<p id=x>foo</p>');
26 <html><body><p id="x">foo</p></body></html>
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 DDOMXPath_evaluate_node_set_to_string.phpt12 <p>hi</p>
20 var_dump($xpath->evaluate('php:functionString("strrev", //p)'));
H A Dnode_textcontent.phpt23 $text = '<p>hello world &trade;</p>';
39 string(63) "<div id="test">&lt;p&gt;hello world &amp;trade;&lt;/p&gt;</div>"
/php-src/Zend/
H A Dzend_alloc.h185 ZEND_API void __zend_free(void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
249 ZEND_API void ZEND_FASTCALL _zend_mm_free(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE…
252 ZEND_API size_t ZEND_FASTCALL _zend_mm_block_size(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEN…
255 #define zend_mm_free(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_C… argument
256 #define zend_mm_realloc(heap, p, size) _zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_CC ZEND… argument
257 #define zend_mm_realloc2(heap, p, size, copy_size) _zend_mm_realloc2((heap), (p), (size), (copy_siz… argument
258 #define zend_mm_block_size(heap, p) _zend_mm_block_size((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_L… argument
261 #define zend_mm_free_rel(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LIN… argument
262 #define zend_mm_realloc_rel(heap, p, size) _zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_RELA… argument
263 #define zend_mm_realloc2_rel(heap, p, size, copy_size) _zend_mm_realloc2((heap), (p), (size), (copy… argument
[all …]
H A Dzend_operators.h185 return (const char *)memchr(p, *needle, (end-p)); in zend_memnstr()
187 return p; in zend_memnstr()
201 if ((p = (const char *)memchr(p, *needle, (end-p+1)))) { in zend_memnstr()
203 return p; in zend_memnstr()
208 p++; in zend_memnstr()
246 return p; in zend_memnrstr()
266 if (!p) { in zend_memnrstr()
270 return p; in zend_memnrstr()
286 return p ? p-s : maxlen; in zend_strnlen()
968 return p; in zend_memnistr()
[all …]
H A Dzend_opcode.c185 while (p != end) { in zend_cleanup_internal_class_data()
196 p++; in zend_cleanup_internal_class_data()
257 zval *p; in zend_cleanup_mutable_class_data() local
273 if (p && p != ce->default_properties_table) { in zend_cleanup_mutable_class_data()
278 p++; in zend_cleanup_mutable_class_data()
310 zval *p, *end; in destroy_zend_class() local
324 p++; in destroy_zend_class()
375 p++; in destroy_zend_class()
386 p++; in destroy_zend_class()
448 p++; in destroy_zend_class()
[all …]
H A Dzend_gc.c956 p++; in gc_scan_black()
975 p++; in gc_scan_black()
1131 p++; in gc_mark_grey()
1150 p++; in gc_mark_grey()
1191 p = GC_GET_PTR(p); in gc_compact()
1193 GC_REF_SET_INFO(p, idx | GC_REF_COLOR(p)); in gc_compact()
1342 p++; in gc_scan()
1360 p++; in gc_scan()
1603 p++; in gc_collect_white()
1768 p++; in gc_remove_nested_data_from_buffer()
[all …]
/php-src/ext/dom/tests/compareDocumentPosition/
H A Delement_order_same_depth.phpt15 <p>foo</p>
20 <p>bar</p>
28 $query = $xpath->query("//p");
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c64 int p = 0; in fpm_sockets_cleanup() local
76 …tmpenv_value = realloc(env_value, p + (p ? 1 : 0) + strlen(ls->key) + 1 + strlen(fd) + socket_set_… in fpm_sockets_cleanup()
86 socket_set[socket_set_count] = p + socket_set_buf; in fpm_sockets_cleanup()
89 *(env_value + p + 1) = 0; in fpm_sockets_cleanup()
93p += sprintf(env_value + p + socket_set_buf, "%s%s=%s", (p && !socket_set_buf) ? "," : "", ls->key… in fpm_sockets_cleanup()
94 p += socket_set_buf; in fpm_sockets_cleanup()
307 struct addrinfo hints, *servinfo, *p; in fpm_socket_af_inet_socket_by_addr() local
321 for (p = servinfo; p != NULL; p = p->ai_next) { in fpm_socket_af_inet_socket_by_addr()
322 inet_ntop(p->ai_family, fpm_get_in_addr(p->ai_addr), tmpbuf, INET6_ADDRSTRLEN); in fpm_socket_af_inet_socket_by_addr()
324 if ((sock = fpm_sockets_get_listening_socket(wp, p->ai_addr, p->ai_addrlen)) != -1) { in fpm_socket_af_inet_socket_by_addr()
/php-src/ext/spl/tests/
H A Dspl_iterator_recursive_getiterator_error.phpt10 p($iii);
11 function p ($i) {
18 #0 %s(%d): p(Object(IteratorIterator))
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c120 const char *p; in php_stream_handle_proxy_authorization_header() local
124 p = s; in php_stream_handle_proxy_authorization_header()
125 while (*p != 0 && *p != ':' && *p != '\r' && *p !='\n') p++; in php_stream_handle_proxy_authorization_header()
126 if (*p == ':') { in php_stream_handle_proxy_authorization_header()
127 p++; in php_stream_handle_proxy_authorization_header()
131 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_handle_proxy_authorization_header()
136 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_handle_proxy_authorization_header()
139 s = p; in php_stream_handle_proxy_authorization_header()
492 while (*p != 0 && *p != '\r' && *p != '\n') p++; in php_stream_url_wrap_http_ex()
493 while (*p == '\r' || *p == '\n') p++; in php_stream_url_wrap_http_ex()
[all …]
/php-src/ext/gd/libgd/
H A Dgd.c642 xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]); in gdImagePaletteCopy()
735 int p; in gdImageSetPixel() local
755 if (p != gdTransparent && p != 0) { in gdImageSetPixel()
803 …return gdTrueColorAlpha(im->red[p], im->green[p], im->blue[p], (im->transparent == p) ? gdAlphaTra… in gdImageGetTrueColorPixel()
805 return p; in gdImageGetTrueColorPixel()
864 int p; in gdImageBrushApply() local
889 int p; in gdImageTileApply() local
899 p = gdTrueColorAlpha(tile->red[p], tile->green[p], tile->blue[p], tile->alpha[p]); in gdImageTileApply()
2695 gdImageLine (im, p->x, p->y, p[n - 1].x, p[n - 1].y, c); in gdImagePolygon()
2711 p++; in gdImageOpenPolygon()
[all …]
/php-src/ext/openssl/tests/
H A Decc_custom_params.phpt31 $p = hex2bin('BDB6F4FE3E8B1D9E0DA8C0D46F4C318CEFE4AFE3B6B8551F');
40 'p' => $p,
71 // EC - missing "p" param
84 'p' => $p,
109 Warning: openssl_pkey_new(): Missing params: curve_name or p, a, b, order in %s on line %d
/php-src/ext/opcache/tests/
H A Dissue0149.phpt18 $p = new Phar(__DIR__ . '/issue0149.phar.php', 0, 'this');
19 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
20 $p->setStub($stub);
21 unset($p);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua837 if p == "D" then
839 elseif p == "N" then
841 elseif p == "S" then
843 elseif p == "M" then
845 elseif p == "d" then
847 elseif p == "n" then
849 elseif p == "m" then
851 elseif p == "P" then
859 elseif p == "p" then
861 elseif p == "L" then
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.c66 #define REAL_PTR(p) (collect_memory_statistics && (p)? (((char *)(p)) - EXTRA_SIZE) : (p)) argument
67 #define FAKE_PTR(p) (collect_memory_statistics && (p)? (((char *)(p)) + EXTRA_SIZE) : (p)) argument
307 char * p = (char *) ptr; in _mysqlnd_pestrndup() local
309 while (*p && l--) { in _mysqlnd_pestrndup()
310 *dest++ = *p++; in _mysqlnd_pestrndup()
334 const char * p = ptr; in _mysqlnd_pestrdup() local
345 smart_str_appendc(&tmp_str, *p); in _mysqlnd_pestrdup()
346 } while (*p++); in _mysqlnd_pestrdup()
/php-src/ext/tidy/tests/
H A Dtidy_error.phpt16 <p>paragraph</p>
24 $html = '<p>paragraph</i>';
/php-src/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt19 $p = $codepoint_it->first();
20 while ($p != IntlBreakIterator::DONE) {
28 $p = $codepoint_it->next();
32 $p = $codepoint_it->last();
33 while ($p != IntlBreakIterator::DONE) {
39 $p = $codepoint_it->previous();
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c1118 p--; in find_return_ssa_var()
1125 p--; in zend_jit_trace_find_init_fcall_op()
1145 p--; in zend_jit_trace_find_init_fcall_op()
1151 p++; in zend_jit_trace_find_init_fcall_op()
1162 p--; in zend_jit_trace_find_init_fcall_op()
1800 p++; in zend_jit_trace_build_tssa()
1804 p++; in zend_jit_trace_build_tssa()
1808 p++; in zend_jit_trace_build_tssa()
4384 p++; in zend_jit_trace()
7755 p = p->next; in zend_jit_dump_trace()
[all …]
/php-src/ext/reflection/tests/
H A DReflectionProperty_error.phpt7 public static $p;
16 new ReflectionProperty('C::p');
22 new ReflectionProperty('C', 'p', 'x');
/php-src/ext/phar/tests/cache_list/
H A Dcopyonwrite10.phar.phpt13 $p = new Phar(__FILE__);
14 var_dump($p->getStub());
17 $p->setStub($a);
/php-src/ext/opcache/tests/jit/
H A Dgh10271.phpt24 for( $p=0; $p<3; $p++ )
26 print($p.': ');
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c466 unsigned char *p = *in, *e = p + *in_len; in mb_iso2022jp_to_wchar() local
476 if (p != e && (*p == '$' || *p == '(')) in mb_iso2022jp_to_wchar()
534 p--; in mb_iso2022jp_to_wchar()
780 unsigned char *p = in, *e = p + in_len; in mb_check_jis() local
876 unsigned char *p = in, *e = p + in_len; in mb_check_iso2022jp() local
1296 unsigned char *p = *in, *e = p + *in_len; in mb_iso2022jp_kddi_to_wchar() local
2106 unsigned char *p = *in, *e = p + *in_len; in mb_iso2022jp2004_to_wchar() local
3122 unsigned char *p = *in, *e = p + *in_len; in mb_cp5022x_to_wchar() local
3133 if (p < e && (*p == '(' || *p == '$')) in mb_cp5022x_to_wchar()
4242 if (p < e && *p++ == '$') { in mb_iso2022kr_to_wchar()
[all …]

Completed in 116 milliseconds

1...<<11121314151617181920>>...38