Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 53) sorted by relevance

123

/PHP-8.1/ext/standard/tests/array/
H A Darray_reduce.phpt11 $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 Dsocket_defer_acp.phpt14 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 Dmcast_ipv6_recv_limited.phpt73 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000);
124 1> initial packet
H A Dmcast_ipv4_recv.phpt52 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, $port);
168 1> initial packet
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt23 echo "Read initial documentURI:\n";
35 Read initial documentURI:
H A DDOMDocument_resolveExternals_basic.phpt24 echo "Read initial resolveExternals:\n";
45 Read initial resolveExternals:
H A DDOMDocument_standalone_basic.phpt23 echo "Read initial standalone:\n";
39 Read initial standalone:
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_basic4.phpt2 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 Derrmsg_024.phpt2 No more errmsg: can now change initial value of property
H A Dbug55825.phpt2 Bug #55825 (Missing initial value of static locals in trait methods)
/PHP-8.1/Zend/tests/traits/
H A Dbug75607.phpt2 Bug #75607 (Comparison of initial static properties failing)
H A Dbug75607a.phpt2 Bug #75607 (Comparison of initial static properties failing)
H A Dproperty004.phpt2 Conflicting properties with different initial values are considered incompatible.
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_014.phpt2 Test typed properties disallow incorrect type initial value (array)
H A Dtyped_properties_013.phpt2 Test typed properties disallow incorrect type initial value (scalar)
H A Dtyped_properties_015.phpt2 Test typed properties disallow incorrect type initial value (object)
H A Dtyped_properties_016.phpt2 Test typed properties initial values
/PHP-8.1/ext/opcache/tests/
H A Doptimize_static_001.phpt2 Keep BIND_STATIC when initial value refer to unresolved constants
/PHP-8.1/tests/classes/
H A Dconstants_error_004.phpt2 Class constant whose initial value references a non-existent class
/PHP-8.1/ext/imap/tests/
H A Dimap_createmailbox_basic.phpt41 echo "Mailbox '$newname' removed to restore initial state\n";
70 Mailbox 'phpnewbox' removed to restore initial state
/PHP-8.1/Zend/asm/
H A Dmake_mips32_o32_elf_gas.S60 # jump_context calls the initial function
/PHP-8.1/ext/standard/
H A Dcrypt_blowfish.c533 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 Dcpbi_getLastCodePoint_basic.phpt27 //starting at the initial position and only then moves the pointer forward
/PHP-8.1/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt58 /* compare initial string and last array element after splitting */
/PHP-8.1/ext/standard/tests/file/
H A D007_variation21.phpt28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…

Completed in 28 milliseconds

123