Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt23 if ($so === false) {
43 if ($so === false) {
69 var_dump($so);
93 var_dump($so);
105 var_dump($so);
116 var_dump($so);
129 var_dump($so);
139 var_dump($so);
152 var_dump($so);
163 var_dump($so);
[all …]
H A Dmcast_ipv4_recv.phpt10 $so = socket_set_option($s, IPPROTO_IP, MCAST_JOIN_GROUP, array(
14 if ($so === false) {
48 var_dump($so);
65 var_dump($so);
77 var_dump($so);
90 var_dump($so);
103 var_dump($so);
113 var_dump($so);
126 var_dump($so);
137 var_dump($so);
[all …]
H A Dsocket_export_stream-3.phpt12 $so = socket_set_option($s, IPPROTO_IP, MCAST_JOIN_GROUP, array(
16 if ($so === false)
25 $so = socket_set_option($sock, IPPROTO_IP, MCAST_JOIN_GROUP, array(
29 var_dump($so);
34 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
35 var_dump($so);
H A Dsocket_import_stream-3.phpt12 $so = socket_set_option($s, IPPROTO_IP, MCAST_JOIN_GROUP, array(
16 if ($so === false)
24 $so = socket_set_option($sock, IPPROTO_IP, MCAST_JOIN_GROUP, array(
28 var_dump($so);
33 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
34 var_dump($so);
H A Dmcast_ipv6_recv_limited.phpt16 $so = socket_set_option($s, IPPROTO_IPV6, MCAST_JOIN_GROUP, array(
20 if ($so === false) {
27 $so = socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array(
32 $so = socket_set_option($s, IPPROTO_IPV6, MCAST_JOIN_SOURCE_GROUP, array(
37 if ($so !== false) {
60 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
64 var_dump($so);
84 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
88 var_dump($so);
96 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
[all …]
H A Dbug63000.phpt16 $so = socket_set_option($socket, IPPROTO_IP, MCAST_JOIN_GROUP, array(
20 var_dump($so);
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgrepinput811 And so on and so on
12 And so on and so on
/PHP-7.2/ext/spl/tests/
H A DSplObjectStorage_unserialize_nested.phpt10 $so = new SplObjectStorage();
12 $so[$o] = 1;
13 $so[$a] = 2;
15 $s = serialize($so);
H A DSplObjectStorage_unserialize_bad.phpt14 $so = new SplObjectStorage();
15 $so->unserialize($blob);
16 var_dump($so);
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c326 int rc, so, eo; in regexec() local
369 so = pmatch[0].rm_so; in regexec()
374 so = 0; in regexec()
378 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
392 pmatch[i].rm_so = ovector[i*2] + so; in regexec()
393 pmatch[i].rm_eo = ovector[i*2+1] + so; in regexec()
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt26 echo "Version OK, so far as can be portably checked\n";
33 echo "Version OK, so far as can be portably checked\n";
42 Version OK, so far as can be portably checked
/PHP-7.2/tests/lang/
H A Dshort_tags.004.phpt6 <%= 'so should this' %>
23 <%= 'so should this' %>
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt6 function so($a,$b) { return ord($a) - ord($b); }
13 uksort( $tt, 'so' );
30 uksort( $tt, 'so' );
37 uksort( $tt, 'so' );
43 uasort( $tt, 'so' );
H A Dget_html_translation_table_basic10.phpt6 function so($a,$b) { return ord($a) - ord($b); }
10 uksort( $tt, 'so' );
/PHP-7.2/Zend/tests/
H A Dbug71859.phpt17 //Create cycle so destructors are ran only in zend_objects_store_call_destructors
20 // Create some objects so zend_objects_store_call_destructors has something
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug34657.phpt8 when openssl loaded, tcp stream is less verbose, so some error messages are missing
9 so let's skip the test in this case
/PHP-7.2/Zend/tests/generators/
H A Dget_return_and_finally.phpt15 // The exception was discarded, so this works
31 // during auto-priming, so fails
/PHP-7.2/ext/zlib/tests/
H A D005.phpt15 $string = "Answer me, it can't be so hard
62 string(94) "Answer me, it can't be so hard
65 string(94) "Answer me, it can't be so hard
H A D006.phpt15 $string = "Answer me, it can't be so hard
66 string(94) "Answer me, it can't be so hard
69 string(94) "Answer me, it can't be so hard
/PHP-7.2/ext/iconv/tests/
H A Dtest.inc4 // $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-7.2/ext/date/tests/
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
/PHP-7.2/ext/spl/examples/
H A Dinigroups.inc23 * relation. Doing so both current() and key() methods must be overwritten.
25 * but for puritists that would allow correctness in so far as then no
/PHP-7.2/ext/xml/tests/
H A Dskipif.inc4 // $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-7.2/sapi/embed/
H A DEXPERIMENTAL4 so do not rely to much on them

Completed in 55 milliseconds

12345678910>>...14