Searched refs:p0 (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/standard/tests/file/windows_mb_path/ |
H A D | test_long_path_0.phpt | 33 $p0 = substr($p, 0, strlen($p) - $i*51); 34 rmdir($p0);
|
H A D | test_long_path_1.phpt | 40 $p0 = substr($p, 0, strlen($p) - $i*51); 41 rmdir($p0);
|
H A D | test_long_path_mkdir.phpt | 49 $p0 = substr($p, 0, strlen($p) - $i*51); 50 rmdir($p0);
|
H A D | test_long_path_2.phpt | 46 $p0 = substr($p, 0, strlen($p) - $i*(strlen($s) + 1)); 47 rmdir($p0);
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_arm64.lua | 356 local p0, p1, p0a, p1a = b:match("^(0+)(1+)(0*)(1*)") 357 if p0 then 363 return shl(w-#p1-#p0, 16) + shl(s+w-#p1, 10) 365 return shl(w-#p0, 16) + shl(s+#p1, 10)
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 362 #define BUNDLE_FORMAT_MASK(p0, p1, p2) \ argument 363 ((p0) | ((p1) << 8) | ((p2) << 16)) 365 #define BUNDLE_FORMAT(p0, p1, p2) \ argument 368 (tilegx_pipeline)(p0), \ 372 BUNDLE_FORMAT_MASK(1 << (p0), 1 << (p1), (1 << (p2))) \
|
Completed in 40 milliseconds