/PHP-8.1/ext/standard/tests/array/ |
H A D | array_reduce.phpt | 11 $initial = 42; 12 var_dump(array_reduce($array, 'reduce_int', $initial), $initial); 16 $initial = 4.2; 17 var_dump(array_reduce($array, 'reduce_float', $initial), $initial); 21 $initial = 'quux'; 22 var_dump(array_reduce($array, 'reduce_string', $initial), $initial); 26 $initial = array('foo' => 42, 'bar' => 17, 'qux' => -2, 'quux' => 0); 27 var_dump(array_reduce($array, 'reduce_array', $initial), $initial); 31 $initial = null; 32 var_dump(array_reduce($array, 'reduce_null', $initial), $initial);
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_defer_acp.phpt | 14 echo "*** Test with TCP_DEFER_ACCEPT with initial SYN/ACK 'timeout' value to rounded up one ***\n"; 28 *** Test with TCP_DEFER_ACCEPT with initial SYN/ACK 'timeout' value to rounded up one ***
|
H A D | mcast_ipv6_recv_limited.phpt | 73 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000); 124 1> initial packet
|
H A D | mcast_ipv4_recv.phpt | 52 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, $port); 168 1> initial packet
|
/PHP-8.1/ext/dom/tests/ |
H A D | DOMDocument_documentURI_basic.phpt | 23 echo "Read initial documentURI:\n"; 35 Read initial documentURI:
|
H A D | DOMDocument_resolveExternals_basic.phpt | 24 echo "Read initial resolveExternals:\n"; 45 Read initial resolveExternals:
|
H A D | DOMDocument_standalone_basic.phpt | 23 echo "Read initial standalone:\n"; 39 Read initial standalone:
|
/PHP-8.1/ext/standard/tests/assert/ |
H A D | assert_basic4.phpt | 2 assert() - basic - test initial values using ini.get and assert_options 10 // Check the initial settings for all assert_options
|
/PHP-8.1/Zend/tests/ |
H A D | errmsg_024.phpt | 2 No more errmsg: can now change initial value of property
|
H A D | bug55825.phpt | 2 Bug #55825 (Missing initial value of static locals in trait methods)
|
/PHP-8.1/Zend/tests/traits/ |
H A D | bug75607.phpt | 2 Bug #75607 (Comparison of initial static properties failing)
|
H A D | bug75607a.phpt | 2 Bug #75607 (Comparison of initial static properties failing)
|
H A D | property004.phpt | 2 Conflicting properties with different initial values are considered incompatible.
|
/PHP-8.1/Zend/tests/type_declarations/ |
H A D | typed_properties_014.phpt | 2 Test typed properties disallow incorrect type initial value (array)
|
H A D | typed_properties_013.phpt | 2 Test typed properties disallow incorrect type initial value (scalar)
|
H A D | typed_properties_015.phpt | 2 Test typed properties disallow incorrect type initial value (object)
|
H A D | typed_properties_016.phpt | 2 Test typed properties initial values
|
/PHP-8.1/ext/opcache/tests/ |
H A D | optimize_static_001.phpt | 2 Keep BIND_STATIC when initial value refer to unresolved constants
|
/PHP-8.1/tests/classes/ |
H A D | constants_error_004.phpt | 2 Class constant whose initial value references a non-existent class
|
/PHP-8.1/ext/imap/tests/ |
H A D | imap_createmailbox_basic.phpt | 41 echo "Mailbox '$newname' removed to restore initial state\n"; 70 Mailbox 'phpnewbox' removed to restore initial state
|
/PHP-8.1/Zend/asm/ |
H A D | make_mips32_o32_elf_gas.S | 60 # jump_context calls the initial function
|
/PHP-8.1/ext/standard/ |
H A D | crypt_blowfish.c | 533 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key() argument 603 initial[i] = BF_init_state.P[i] ^ tmp[bug]; in BF_set_key() 632 initial[0] ^= sign; in BF_set_key()
|
/PHP-8.1/ext/intl/tests/ |
H A D | cpbi_getLastCodePoint_basic.phpt | 27 //starting at the initial position and only then moves the pointer forward
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_str_split_ru.phpt | 58 /* compare initial string and last array element after splitting */
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | 007_variation21.phpt | 28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
|