Searched refs:IP (Results 1 – 20 of 20) sorted by relevance
/php-src/ext/mysqli/tests/ |
H A D | mysqli_get_host_info.phpt | 22 /* this should be a TCP/IP connection and not a Unix Socket (or SHM or Named Pipe) */ 23 if (!stristr($info, "TCP/IP")) 24 printf("[004] Should be a TCP/IP connection but mysqlnd says '%s'\n", $info);
|
H A D | bug55283.phpt | 18 if (false === strpos($link->host_info, 'TCP/IP')) 19 die(sprintf("skip SSL only supported on TCP/IP"));
|
H A D | bug51647.phpt | 18 if (false === strpos($link->host_info, 'TCP/IP')) 19 die(sprintf("skip SSL only supported on TCP/IP"));
|
/php-src/ext/openssl/tests/ |
H A D | bug68879.phpt | 2 Bug #68879: Match IP address fields in subjectAltName checks 12 $san = 'DNS:test.com, DNS:www.test.com, DNS:subdomain.test.com, IP:0:0:0:0:0:FFFF:A02:1, IP:10.2.0.…
|
H A D | cve2013_4073.phpt | 17 ….org, URI:http://null.python.org' . "\0" . 'http://example.org, IP Address:192.0.2.1, IP Address:2…
|
H A D | san_ipv6_peer_matching.phpt | 17 $san = 'IP:2001:db8:85a3:8d3:1319:8a2e:370:7348';
|
/php-src/sapi/fpm/tests/ |
H A D | socket-invalid-allowed-clients.phpt | 32 $tester->expectLogLine("ERROR: Wrong IP address 'xxx' in listen.allowed_clients"); 35 $tester->expectLogLine("ERROR: Connection disallowed: IP address '127.0.0.1' has been dropped.");
|
/php-src/ext/filter/tests/ |
H A D | bug53150.phpt | 2 Bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
|
H A D | bug77221.phpt | 2 Bug #77221 (Request IP address filter flag to exclude non-global IP addresses)
|
/php-src/Zend/ |
H A D | Zend.m4 | 311 register const opcode_handler_t *IP __asm__(ZEND_VM_IP_GLOBAL_REG); 313 const opcode_handler_t *orig_ip = IP; 315 IP = ip; 319 IP = orig_ip;
|
/php-src/ext/pgsql/tests/ |
H A D | bug71998.phpt | 9 // Kudos for the IP regex to
|
/php-src/ext/standard/ |
H A D | crypt_freesec.c | 72 static const uint8_t IP[64] = { variable 247 init_perm[final_perm[i] = IP[i] - 1] = i; in _crypt_extended_init()
|
/php-src/ext/ldap/tests/ |
H A D | README.md | 53 Now you will have a virtual machine up and running on IP-Address `192.168.10.33`
|
/php-src/build/ |
H A D | shtool | 1355 IP*:IRIX64 ) AP="MIPS64" ;; 1356 IP*:* ) AP="MIPS" ;;
|
/php-src/ext/ftp/tests/ |
H A D | server.inc | 164 … fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");
|
/php-src/sapi/fpm/ |
H A D | www.conf.in | 339 ; %R: remote IP address
|
/php-src/ext/standard/tests/misc/ |
H A D | browscap.ini | 4531 Browser="IP*Works" 4724 [IP*Works!*/*] 4726 Browser="IP*Works!"
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 34766 >796 lelong <20 Little-endian, IP #%d, 34769 >796 belong <20 Big-endian, IP #%d, 34777 >796 belong <20 Big-endian, IP #%d, 35457 >6 leshort 5 (IP-over-IEEE 1394) 35459 >6 leshort 7 (Raw IP) 35460 >6 leshort 8 (Raw IP) 35461 >6 leshort 9 (Raw IP) 35526 >20 belong&0x03FFFFFF 12 (Raw IP 35534 >20 belong&0x03FFFFFF 101 (Raw IP 36505 >12 belong 18 (ATM Classical IP) [all …]
|
H A D | magic | 34766 >796 lelong <20 Little-endian, IP #%d, 34769 >796 belong <20 Big-endian, IP #%d, 34777 >796 belong <20 Big-endian, IP #%d, 35457 >6 leshort 5 (IP-over-IEEE 1394) 35459 >6 leshort 7 (Raw IP) 35460 >6 leshort 8 (Raw IP) 35461 >6 leshort 9 (Raw IP) 35526 >20 belong&0x03FFFFFF 12 (Raw IP 35534 >20 belong&0x03FFFFFF 101 (Raw IP 36505 >12 belong 18 (ATM Classical IP) [all …]
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 10986 | cmp IP, zend_jit_halt_op
|
Completed in 784 milliseconds