Home
last modified time | relevance | path

Searched refs:from (Results 1051 – 1075 of 1523) sorted by relevance

1...<<41424344454647484950>>...61

/PHP-7.4/ext/mbstring/
H A Dmbstring.c347 ZEND_ARG_INFO(0, from)
399 ZEND_ARG_INFO(0, from)
2935 zend_long from, len; in PHP_FUNCTION() local
2963 if (from >= 0) { in PHP_FUNCTION()
3026 if (from < 0) { in PHP_FUNCTION()
3027 from = string.len + from; in PHP_FUNCTION()
3028 if (from < 0) { in PHP_FUNCTION()
3029 from = 0; in PHP_FUNCTION()
3114 if (from < 0) { in PHP_FUNCTION()
3115 from += swidth; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_recursive_variation6.phpt19 * Parameters : $value - value from key/value pair of the array
20 * $key - key from key/value pair of the array
H A Dkey_variation4.phpt44 // see if internal pointer is in the same position from when accessing this inner array
H A Darray_column_variant.phpt5 /* Array from Bug Request #64493 test script */
H A Darray_filter_variation9.phpt6 * Description: Filters elements from the array via the callback.
H A Darray_merge_recursive_variation6.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_variation10.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.4/ext/standard/tests/file/
H A Dfgetc_variation3.phpt7 Description: Gets character from file pointer
38 // read from file
H A Dfgets_variation1.phpt7 Description: Gets a line from file pointer
37 // read from file
H A Dfscanf_variation53.phpt8 Description: Parses input from a file according to a format
29 // reading the values from file using different integer formats
/PHP-7.4/ext/intl/tests/
H A Dtimezone_fromDateTimeZone_error.phpt42 …DateTimeZone(): intltz_from_date_time_zone: time zone id 'WEST' extracted from ext/date DateTimeZo…
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_basic-win32-mb.phpt12 * Description: Read directory entry from dir_handle
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt70 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
/PHP-7.4/ext/standard/tests/strings/
H A Dchop_variation5.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_2.phpt5 …' => true, 'timesten' => false); // test runs on these DBs: different error messages from TimesTen
/PHP-7.4/ext/pdo/tests/
H A Dbug_34630.phpt45 var_dump($db->query("SELECT * from test")->fetchAll(PDO::FETCH_ASSOC));
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug46292.phpt23 return "any data from serialize()";
/PHP-7.4/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt34 foreach ($dbh->query("select * from bug_6364_t") as $row) {
/PHP-7.4/tests/lang/
H A DreturnByReference.003.phpt2 Returning a reference from a function
H A DreturnByReference.004.phpt2 Returning a reference from a static method
H A DreturnByReference.005.phpt2 Returning a reference from a method
/PHP-7.4/ext/gd/tests/
H A Dimagecreatefromstring_bmp.phpt10 // create an image from a BMP string representation
/PHP-7.4/ext/spl/tests/
H A Diterator_041b.phpt2 SPL: iterator_to_array() and exceptions from delayed destruct
H A Drecursivedualiterator.inc21 /** construct iterator from two RecursiveIterator instances
/PHP-7.4/ext/pdo_odbc/tests/
H A Dmax_columns.phpt33 foreach ($db->query('SELECT id, data from TEST') as $row) {

Completed in 70 milliseconds

1...<<41424344454647484950>>...61