/PHP-8.1/ext/filter/tests/ |
H A D | bug46973.phpt | 8 var_dump(filter_var('1fff::a88:85a3::172.31.128.1', FILTER_VALIDATE_IP,FILTER_FLAG_IPV6)); 9 var_dump(filter_var('3ffe:6a88:85a3:08d3:1319:8a2e:0370:7344', FILTER_VALIDATE_IP,FILTER_FLAG_IPV6)… 10 var_dump(filter_var('1fff::a88:85a3::172.31.128.1', FILTER_VALIDATE_IP,FILTER_FLAG_IPV6)); 15 string(39) "3ffe:6a88:85a3:08d3:1319:8a2e:0370:7344"
|
H A D | 015.phpt | 19 'http://[2001:0db8:0000:85a3:0000:0000:ac1f:8001]', 20 'http://[2001:db8:0:85a3:0:0:ac1f:8001]:123/me.html', 21 'http://[2001:db8:0:85a3::ac1f:8001]/', 80 string(48) "http://[2001:0db8:0000:85a3:0000:0000:ac1f:8001]" 81 string(50) "http://[2001:db8:0:85a3:0:0:ac1f:8001]:123/me.html" 82 string(36) "http://[2001:db8:0:85a3::ac1f:8001]/"
|
H A D | 058.phpt | 22 'tést@[IPv6:2001:0db8:85a3:08d3:1319:8a2e:0370:7344]', 50 string(52) "tést@[IPv6:2001:0db8:85a3:08d3:1319:8a2e:0370:7344]"
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | bug20381.phpt | 8 'a3' => array( 15 'a3' => array( 38 ["a3"]=> 65 ["a3"]=>
|
H A D | bug48224.phpt | 8 $a3 = array_rand($a, count($a)); 11 var_dump($a1 === $a2 && $a1 === $a3 && $a1 === $a4);
|
H A D | bug34227.phpt | 58 function m11($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10) 71 function p5($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10, $a11, $a12)
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionProperty_getModifiers_basic.phpt | 9 private $a3; 18 private $a3; 39 C::a3: int(4) 40 D::a3: int(4)
|
/PHP-8.1/ext/simplexml/tests/ |
H A D | bug38424.phpt | 17 $xml["a3"] = "" ; 18 $xml["a3"] = $str ; 26 <xml a1="abc &amp; def" a2="abc &amp; def" a3="abc & def" a4="abc & def"/>
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | default_charset.phpt | 81 string(2) "a3" 82 string(2) "a3" 91 string(2) "a3" 92 string(2) "a3" 102 string(2) "a3" 103 string(2) "a3"
|
H A D | strtolower-win32.phpt | 216 a3 => a3
|
/PHP-8.1/Zend/asm/ |
H A D | make_arm_aapcs_macho_gas.S | 52 str a3, [a1, #108] 56 mov a3, a2 57 str a3, [a1, #68]
|
H A D | make_arm_aapcs_elf_gas.S | 55 str a3, [a1, #104] 59 mov a3, a2 60 str a3, [a1, #64]
|
H A D | jump_arm_aapcs_elf_gas.S | 78 str a3, [a4, #4] 81 mov a2, a3
|
H A D | jump_arm_aapcs_macho_gas.S | 89 str a3, [a4, #4] 92 mov a2, a3
|
/PHP-8.1/Zend/tests/ |
H A D | bug52614.phpt | 8 public $a3; 21 $this->a3 = array(); 22 return $this->a3; 53 var_dump($foo->a3);
|
H A D | bug42819.phpt | 36 static $a3 = array(foo\foo::I => 0); 46 static $a3 = array(foo\foo::I => I); 56 static $a3 = array(foo\foo::I => foo\I); 66 static $a3 = array(foo\foo::I => ArrayObject::STD_PROP_LIST); 76 static $a3 = array(foo\foo::I => E_ERROR); 102 print_r(bar1::$a3); 110 print_r(bar2::$a3); 118 print_r(bar3::$a3); 126 print_r(bar4::$a3); 134 print_r(bar5::$a3);
|
H A D | bug69017.phpt | 13 public static $a3 = array(self::MAX => 'zero'); 20 c1::$a3[] = 1; 27 var_dump(c1::$a3);
|
H A D | bug55509.phpt | 68 $a3 = str_repeat("3", 1024 * 1024 * 1024 * 0.5);
|
/PHP-8.1/ext/soap/tests/bugs/ |
H A D | bug36575.phpt | 23 $a3 = new CT_A3(); 24 $a3->var1 = $a1->var1; 25 $a3->var2 = "var two"; 26 $a3->var3 = "var three"; 27 return $a3;
|
/PHP-8.1/tests/basic/ |
H A D | bug67988.phpt | 27 string(2) "a3" 28 string(2) "a3"
|
/PHP-8.1/ext/openssl/tests/ |
H A D | san_ipv6_peer_matching.phpt | 17 $san = 'IP:2001:db8:85a3:8d3:1319:8a2e:370:7348'; 43 … stream_context_set_option($clientCtx, 'ssl', 'peer_name', '2001:db8:85a3:8d3:1319:8a2e:370:7348'); 46 … stream_context_set_option($clientCtx, 'ssl', 'peer_name', '2001:db8:85a3:8d3:1319:8a2e:370:7349');
|
/PHP-8.1/ext/standard/tests/network/ |
H A D | inet_ipv6.phpt | 24 '2001:0db8:85a3:08d3:1319:8a2e:0370:7344', 43 string(36) "2001:db8:85a3:8d3:1319:8a2e:370:7344"
|
/PHP-8.1/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 28 $a3 = array("dead","dead","dead"); 30 $a = array($a1,$a2,$a3);
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | pdo_oci_stream_2.phpt | 47 $a3 = str_repeat('c', 4088); 60 do_insert($db, $i * 10 + 3, $a3, $a8); 65 do_insert($db, $i * 10 + 8, $a8, $a3);
|
/PHP-8.1/ext/dom/tests/ |
H A D | dom_test.inc | 16 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>
|