Home
last modified time | relevance | path

Searched refs:first (Results 201 – 225 of 501) sorted by last modified time

12345678910>>...21

/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dcpbi_getLastCodePoint_basic.phpt18 //first() and last() don't read codepoint and set the last code point var to -1
21 $p = $codepoint_it->first();
H A Ddateformat_formatObject_error.phpt60 …tter::formatObject(): datefmt_format_object: bad format; the date format (first element of the arr…
H A Dbreakiter_current_basic.phpt16 var_dump($bi->first());
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
14 var_dump($bi->first(1));
19 Warning: IntlBreakIterator::first() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlBreakIterator::first(): breakiter_first: bad arguments in %s on line %d
H A Dbreakiter_next_basic.phpt15 var_dump($bi->first());
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c218 zval *first; in collator_compare_func() local
224 first = &f->val; in collator_compare_func()
227 if( INTL_G(compare_func)( &result, first, second) == FAILURE ) in collator_compare_func()
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
H A Dimap_fetch_overview_basic.phpt36 //first object in array
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp240 &BreakIterator::first, in PHP_FUNCTION()
H A Dbreakiterator_class.cpp269 PHP_ME_MAPPING(first, breakiter_first, ainfo_biter_void, ZEND_ACC_PUBLIC)
H A Dbreakiterator_iterators.cpp79 int32_t pos = biter->first(); in _breakiterator_rewind()
192 bio->biter->first(); in _breakiterator_parts_rewind()
/PHP-7.4/ext/gd/tests/
H A Dimagesetthickness_error1.phpt2 Testing imagetruecolortopalette(): wrong types for first parameter
/PHP-7.4/ext/dom/
H A Dtext.c140 xmlChar *first; in PHP_FUNCTION() local
169 first = xmlUTF8Strndup(cur, (int)offset); in PHP_FUNCTION()
174 xmlNodeSetContent(node, first); in PHP_FUNCTION()
177 xmlFree(first); in PHP_FUNCTION()
H A Dcharacterdata.c230 xmlChar *cur, *first, *second; in PHP_FUNCTION() local
258 first = xmlUTF8Strndup(cur, (int)offset); in PHP_FUNCTION()
262 xmlNodeSetContent(node, first); in PHP_FUNCTION()
266 xmlFree(first); in PHP_FUNCTION()
/PHP-7.4/ext/dba/tests/
H A Ddba015.phpt37 echo "Test 4 - fetch both rows from first resource\n";
65 Test 4 - fetch both rows from first resource
H A Ddba_db4_018.phpt37 echo "Test 4 - fetch both rows from first resource\n";
67 Test 4 - fetch both rows from first resource
/PHP-7.4/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt16 echo "-- Tests with special cases first - no lookup needed --\n";
41 -- Tests with special cases first - no lookup needed --
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt29 // add same CURLOPT to the first handle
/PHP-7.4/ext/bcmath/
H A Dbcmath.c233 bc_init_num(&first); in PHP_FUNCTION()
241 bc_free_num(&first); in PHP_FUNCTION()
268 bc_init_num(&first); in PHP_FUNCTION()
276 bc_free_num(&first); in PHP_FUNCTION()
303 bc_init_num(&first); in PHP_FUNCTION()
311 bc_free_num(&first); in PHP_FUNCTION()
338 bc_init_num(&first); in PHP_FUNCTION()
353 bc_free_num(&first); in PHP_FUNCTION()
380 bc_init_num(&first); in PHP_FUNCTION()
395 bc_free_num(&first); in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/
H A Dmethods-on-non-objects-call-user-func.phpt10 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dcall_user_func_002.phpt25 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
29 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dbug66015.phpt12 self::FIRST => 'first',
30 1 => 'first',
H A Dbug71428.2.phpt8 public function fetch($first = null, $second, $third);
14 public function fetch($first = null, $second = null, $third = null);
H A Dbug74340.phpt9 static $first = true;
11 if ($first) {
12 $first = false;

Completed in 30 milliseconds

12345678910>>...21