Home
last modified time | relevance | path

Searched refs:p2 (Results 51 – 75 of 75) sorted by relevance

123

/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dwrite12.phar4 $p2 = new Phar(__FILE__);
H A Dwrite13.phar4 $p2 = new Phar(__FILE__);
H A Dwrite14.phar4 $p2 = new Phar(__FILE__);
H A Dwrite12.phar.inc10 $p2 = new Phar(__FILE__);
H A Dwrite13.phar.inc10 $p2 = new Phar(__FILE__);
H A Dwrite14.phar.inc10 $p2 = new Phar(__FILE__);
/PHP-8.1/ext/gd/tests/
H A Dcopyresized.phpt28 $p2 = imagecolorat($dst, $x, $y);
29 if (get_hexcolor($im, $p1) != get_hexcolor($dst, $p2)) {
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm64.lua481 local pn, p2 = params[n], params[n+1]
484 if not p2 then
496 if p2 then
498 op = op + parse_reg_base(p1) + parse_imm(p2, 9, 12, 0, true) + 0x400
551 local pn, p2 = params[n], params[n+1]
555 if not p2 then
567 if p2 then
572 if p1a then p1, p2 = p1a, p2a else p2 = "#0" end
575 return op + parse_reg_base(p1) + parse_imm(p2, 7, 15, scale, true)
H A Ddasm_arm.lua728 local p2 = params[n+1]
730 if not p2 then
749 if p2 then
753 local imm = match(p2, "^#(.*)$")
759 local m, neg = parse_gpr_pm(p2)
765 local p1a, p2 = match(p1, "^([^,%s]*)%s*(.*)$")
767 if p2 ~= "" then
768 local imm = match(p2, "^,%s*#(.*)$")
773 local p2a, p3 = match(p2, "^,%s*([^,%s]*)%s*,?%s*(.*)$")
H A Dminilua.c2550 if(ttisstring(p1)||ttisnumber(p1))p1=p2;
2556 p2=p1;
2561 const char*t2=luaT_typenames[ttype(p2)];
4710 const TValue*p1,const TValue*p2){
4714 setobj(L,L->top+2,p2);
4723 const TValue*p2,const TValue*p3){
4726 setobj(L,L->top+2,p2);
4786 tm=luaT_gettmbyobj(L,p2,event);
4788 callTMres(L,res,tm,p1,p2);
4808 tm2=luaT_gettmbyobj(L,p2,event);
[all …]
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50675.phpt51 …pe="ns2:Person" id="ref1"><name xsi:type="SOAP-ENC:string">name</name></p><p2 href="#ref1"/></ns1:…
/PHP-8.1/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt52 private $p2 = 50;
144 ["p2":"contains_object_class":private]=>
/PHP-8.1/ext/intl/collator/
H A Dcollator_sort.c222 static int collator_cmp_sort_keys( const void *p1, const void *p2 ) in collator_cmp_sort_keys() argument
225 char* key2 = ((collator_sort_key_index_t*)p2)->key; in collator_cmp_sort_keys()
/PHP-8.1/Zend/
H A Dzend_strtod.c2157 dshift(b, p2) Bigint *b; int p2; in dshift() argument
2163 if (p2 > 0)
2164 rv -= p2;
2336 p2 = Emin - P + 1;
2349 --p2;
2358 p2 -= bc->scale;
2367 p2 = Emin;
2395 p2 -= p5 + i;
2404 if (p2 > 0) {
2405 b2 = p2;
[all …]
H A Dzend_hash.c2630 Bucket *p1 = ht1->arData + idx1, *p2; in zend_hash_compare_impl() local
2638 p2 = ht2->arData + idx2; in zend_hash_compare_impl()
2639 if (Z_TYPE(p2->val) != IS_UNDEF) break; in zend_hash_compare_impl()
2642 if (p1->key == NULL && p2->key == NULL) { /* numeric indices */ in zend_hash_compare_impl()
2643 if (p1->h != p2->h) { in zend_hash_compare_impl()
2644 return p1->h > p2->h ? 1 : -1; in zend_hash_compare_impl()
2646 } else if (p1->key != NULL && p2->key != NULL) { /* string indices */ in zend_hash_compare_impl()
2647 if (ZSTR_LEN(p1->key) != ZSTR_LEN(p2->key)) { in zend_hash_compare_impl()
2648 return ZSTR_LEN(p1->key) > ZSTR_LEN(p2->key) ? 1 : -1; in zend_hash_compare_impl()
2651 result = memcmp(ZSTR_VAL(p1->key), ZSTR_VAL(p2->key), ZSTR_LEN(p1->key)); in zend_hash_compare_impl()
[all …]
H A Dzend_object_handlers.c1683 zval *p1, *p2; in zend_std_compare_objects() local
1692 p2 = OBJ_PROP(zobj2, info->offset); in zend_std_compare_objects()
1695 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1698 ret = zend_compare(p1, p2); in zend_std_compare_objects()
1708 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
/PHP-8.1/ext/ftp/tests/
H A Dserver.inc425 $p2 = $pasv_port % ((int) 1 << 8);
426 $p1 = ($pasv_port-$p2)/((int) 1 << 8);
427 fputs($s, "227 Entering Passive Mode. (127,0,0,1,{$p1},{$p2})\r\n");
/PHP-8.1/ext/standard/
H A Dstring.c1028 const char *p2 = php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode() local
1031 if (p2 == NULL) { in php_explode()
1039 ZEND_HASH_FILL_SET_STR(zend_string_init_fast(p1, p2 - p1)); in php_explode()
1041 p1 = p2 + ZSTR_LEN(delim); in php_explode()
1042 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode()
1043 } while (p2 != NULL && --limit > 1); in php_explode()
1061 const char *p2 = php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit() local
1064 if (p2 == NULL) { in php_explode_negative_limit()
1080 positions[found++] = p1 = p2 + ZSTR_LEN(delim); in php_explode_negative_limit()
1081 p2 = php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp); in php_explode_negative_limit()
[all …]
/PHP-8.1/build/
H A Dphp_cxx_compile_stdcxx.m4802 pair (T1 p1, T2 p2)
804 m2 {p2}
/PHP-8.1/ext/gd/libgd/
H A Dgd.c2867 int p1, p2; in gdImageCompare() local
2906 p2 = im2->trueColor ? gdImageTrueColorPixel(im2, x, y) : gdImagePalettePixel(im2, x, y); in gdImageCompare()
2908 if (gdImageRed(im1, p1) != gdImageRed(im2, p2)) { in gdImageCompare()
2912 if (gdImageGreen(im1, p1) != gdImageGreen(im2, p2)) { in gdImageCompare()
2916 if (gdImageBlue(im1, p1) != gdImageBlue(im2, p2)) { in gdImageCompare()
2922 if (gdImageAlpha(im1, p1) != gdImageAlpha(im2, p2)) { in gdImageCompare()
/PHP-8.1/ext/session/
H A Dsession.c635 char *p2; in PHP_INI_MH() local
637 if ((p2 = strchr(p, ';'))) { in PHP_INI_MH()
638 p = p2 + 1; in PHP_INI_MH()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.c187 char *p2 = token + strlen("$pool"); in fpm_conf_expand_pool_name() local
198 spprintf(&buf, 0, "%s%s%s", *value, current_wp->config->name, p2); in fpm_conf_expand_pool_name()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c1223 cmpstrp(const void *p1, const void *p2) in cmpstrp() argument
1225 return strcmp(*RCAST(char *const *, p1), *RCAST(char *const *, p2)); in cmpstrp()
/PHP-8.1/ext/soap/
H A Dsoap.c236 char *p2; in PHP_INI_MH() local
238 if ((p2 = strchr(p, ';'))) { in PHP_INI_MH()
239 p = p2 + 1; in PHP_INI_MH()
/PHP-8.1/ext/ffi/
H A Dffi.c1811 char *p1, *p2; in zend_ffi_cdata_do_operation() local
1822 p2 = (char*)(*(void**)cdata2->ptr); in zend_ffi_cdata_do_operation()
1825 p2 = cdata2->ptr; in zend_ffi_cdata_do_operation()
1829 (zend_long)(p1 - p2) / (zend_long)t1->size); in zend_ffi_cdata_do_operation()

Completed in 507 milliseconds

123