Home
last modified time | relevance | path

Searched refs:from (Results 451 – 475 of 1523) sorted by relevance

1...<<11121314151617181920>>...61

/PHP-7.4/Zend/tests/
H A Dstring_offset_errors.phpt27 Cannot create references to/from string offsets
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c135 convd->from = from; in mbfl_buffer_converter_new()
1128 size_t from, in mbfl_substr() argument
1144 start = from; in mbfl_substr()
1146 start = from*2; in mbfl_substr()
1148 start = from*4; in mbfl_substr()
1279 size_t from, in mbfl_strcut() argument
1305 from &= -2; in mbfl_strcut()
1314 from &= -4; in mbfl_strcut()
1622 size_t from; member
1667 size_t from, in mbfl_strimwidth() argument
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt67 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
70 Received Ping! from remote address %s and remote port %d
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation15.phpt40 // looping to test vprintf() with different unsigned formats from the above $format array
41 // and with signed and other types of values from the above $args_array array
H A Dvprintf_variation15_64bit.phpt40 // looping to test vprintf() with different unsigned formats from the above $format array
41 // and with signed and other types of values from the above $args_array array
H A Dvprintf_variation3.phpt44 // looping to test vprintf() with different int formats from the above $format array
45 // and with int values from the above $args_array array
H A Dvsprintf_variation15.phpt40 // looping to test vsprintf() with different unsigned formats from the above $format array
41 // and with signed and other types of values from the above $args_array array
H A Dvsprintf_variation15_64bit.phpt40 // looping to test vsprintf() with different unsigned formats from the above $format array
41 // and with signed and other types of values from the above $args_array array
H A Dvsprintf_variation3.phpt44 // looping to test vsprintf() with different int formats from the above $format array
45 // and with int values from the above $args_array array
/PHP-7.4/ext/oci8/tests/
H A Dbind_rowid.phpt12 $s = oci_parse($c, 'select address from rid_tab order by id');
32 $s = oci_parse($c, 'select rowid, address from rid_tab where id = :l_bv for update');
H A Dimp_res_func_error.phpt28 open c1 for select * from dual;
39 $s = oci_parse($c, "select imp_res_func_error from dual");
H A Dlob_043.phpt32 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
44 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
H A Dselect_null.phpt12 $stmt = oci_parse($pc, "select NULL from dual");
/PHP-7.4/ext/standard/tests/file/
H A Dchmod_variation2-win32-mb.phpt36 echo "\nchmod() on a relative path from a different working directory\n";
66 chmod() on a relative path from a different working directory
H A Dchmod_variation2-win32.phpt36 echo "\nchmod() on a relative path from a different working directory\n";
66 chmod() on a relative path from a different working directory
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_unix.phpt50 echo "Actually loaded from ps: $loaded_title\n";
56 echo "Actually loaded from get: $read_title\n";
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt43 $stmt = $db->query("select * from test");
52 $stmt = $db->query("select * from test");
61 $stmt = $db->query("select * from test");
80 $stmt = $db->query("select * from test");
89 $stmt = $db->query("select * from test");
98 $stmt = $db->query("select * from test");
/PHP-7.4/ext/intl/tests/
H A Dbreakiter___construct.phpt13 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from invalid context …
/PHP-7.4/ext/standard/tests/array/
H A Dbug61730.phpt2 Bug #61730 (Segfault from array_walk modifying an array passed by reference)
/PHP-7.4/ext/gd/tests/
H A Dimagecreatefromtga_basic.phpt10 // create an image from a TGA file
H A Dimagecreatefromtga_variation.phpt10 // create an image from a TGA file
/PHP-7.4/tests/classes/
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
H A Ddestructor_visibility_001.phpt22 Fatal error: Uncaught Error: Call to private Derived::__destruct() from context '' in %sdestructor_…
/PHP-7.4/ext/opcache/tests/
H A Dassign_obj_op_of_fetch_dim.phpt17 Warning: Creating default object from empty value in %s on line %d

Completed in 37 milliseconds

1...<<11121314151617181920>>...61