Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 618) sorted by path

12345678910>>...25

/PHP-5.5/ext/intl/tests/
H A Dbreakiter_first_basic.phpt2 IntlBreakIterator::first(): basic test
16 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));
21 Warning: IntlBreakIterator::first() expects exactly 0 parameters, 1 given in %s on line %d
23 Warning: IntlBreakIterator::first(): breakiter_first: bad arguments in %s on line %d
H A Dbreakiter_next_basic.phpt15 var_dump($bi->first());
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.phpt62 …tter::formatObject(): datefmt_format_object: bad format; the date format (first element of the arr…
H A Dregression_sort_and_cow.phpt13 * Sort the array and the first copy.
26 // Sort given array and the first copy of it.
H A Dregression_sortwsk_and_cow.phpt14 * Sort the array and the first copy.
27 // Sort given array and the first copy of it.
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dresourcebundle_null_mandatory_args_variant2.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dsymfony_format_type_int32_intl1.phpt15 // (it will show up the first time, or if you wait a while before running it again.)
/PHP-5.5/ext/json/tests/
H A Dbug46944.phpt9 $first = 0xf0|($i >> 2);
11 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/PHP-5.5/ext/ldap/tests/
H A Dldap_control_paged_results_variation1.phpt2 ldap_ldap_control_paged_result() test (fetching the first page)
H A Dldap_control_paged_results_variation2.phpt2 ldap_ldap_control_paged_result() test (fetching the first page with a pagesize=2)
H A Dldap_control_paged_results_variation3.phpt2 ldap_ldap_control_paged_result() test (fetching the first page then the next final page)
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt27 static $first = true;
32 fwrite($f, $first ? $dtd : $entity);
33 $first = false;
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja179 create DSO capable Apache first
606 from the first byte of that character. It will cut the string without
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE9 [This is the first released version of the Lesser GPL. It also counts
23 can use it too, but we suggest you first think carefully about whether
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmk_eaw_tbl.awk24 first = v
29 printf("{ 0x%04x, 0x%04x }", first, prev)
30 first = v
39 printf("{ 0x%04x, 0x%04x }", first, prev)
51 first = vs
56 printf("{ 0x%04x, 0x%04x }", first, prev)
57 first = vs
66 printf("{ 0x%04x, 0x%04x }", first, prev)
78 printf("{ 0x%04x, 0x%04x }", first, prev)
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY68 2007/06/06: [tune] don't set qn->next_head_exact for string first byte is zero.
245 first argument of rb_warn() should be format string.
287 allow upper case letter as the first character
1774 2003/02/07: [impl] check first byte of string in ignore-case mode.
2004 2002/02/25: Version 1.0 (first release)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI408 ONIG_TRAVERSE_CALLBACK_AT_FIRST: callback first, then traverse childs.
409 ONIG_TRAVERSE_CALLBACK_AT_LAST: traverse childs first, then callback.
410 ONIG_TRAVERSE_CALLBACK_AT_BOTH: callback first, then traverse childs,
H A DRE443 * Invalid first byte is treated as a character.
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c91 int first;
94 first = (code >> 16) & 0xff;
97 first = (code >> 8) & 0xff;
102 return first;
/PHP-5.5/ext/mbstring/tests/
H A Dbug43840.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_ereg_search.phpt25 $r = mb_ereg_search_getregs(); //get first result
H A Dmb_stripos_basic.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive

Completed in 41 milliseconds

12345678910>>...25