Home
last modified time | relevance | path

Searched refs:last (Results 51 – 75 of 239) sorted by relevance

12345678910

/PHP-8.2/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt43 echo "last bytes: ".fread($h, strlen($out))."\n";
61 last bytes: xtra
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
/PHP-8.2/Zend/tests/try/
H A Dtry_multicatch_004.phpt2 Catch last exception in the multicatch
/PHP-8.2/ext/dba/tests/
H A Ddba_ndbm.phpt41 key5: The last content string
75 string(23) "The last content string"
87 key5: The last content string
119 string(23) "The last content string"
H A Ddba_db1.phpt36 key5: The last content string
66 string(23) "The last content string"
H A Ddba_db2.phpt36 key5: The last content string
66 string(23) "The last content string"
H A Ddba_db3.phpt36 key5: The last content string
66 string(23) "The last content string"
H A Ddba_db4_000.phpt37 key5: The last content string
67 string(23) "The last content string"
H A Ddba_lmdb_flags.phpt31 dba_insert("key5", "The last content string", $db_file);
69 key5: The last content string
H A Ddba_flatfile.phpt34 key5: The last content string
66 string(23) "The last content string"
H A Ddba_tcadb.phpt35 key5: The last content string
67 string(23) "The last content string"
/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dtree.c1012 bool last = false; in lxb_html_tree_reset_insertion_mode_appropriately() local
1024 last = true; in lxb_html_tree_reset_insertion_mode_appropriately()
1035 if (last) { in lxb_html_tree_reset_insertion_mode_appropriately()
1046 if (last) { in lxb_html_tree_reset_insertion_mode_appropriately()
1084 if (last == false) { in lxb_html_tree_reset_insertion_mode_appropriately()
1121 if (last == false) { in lxb_html_tree_reset_insertion_mode_appropriately()
1151 if (last) { in lxb_html_tree_reset_insertion_mode_appropriately()
1584 if (last->parent != NULL) { in lxb_html_tree_adoption_agency_algorithm()
1591 last = node; in lxb_html_tree_adoption_agency_algorithm()
1594 if (last->parent != NULL) { in lxb_html_tree_adoption_agency_algorithm()
[all …]
/PHP-8.2/Zend/tests/
H A Dgh13178_2.phpt2 GH-13178: Unsetting last offset must floor iterator position
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
H A Dgh13178_3.phpt2 GH-13178: Unsetting last offset variation with hashed array
/PHP-8.2/ext/spl/tests/
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
/PHP-8.2/ext/standard/tests/array/
H A Darray_fill_variation6.phpt2 array_fill(): last element
/PHP-8.2/ext/mbstring/tests/
H A Dgh10192_utf7imap.phpt26 …base64 character between & and -' => 'A &ZeVnLIq- B', // 日本語 in UTF-16BE without the last character
42 …'last 16 bits of base64 character using surrogate pair in reverse order between & and -' => 'A &3j…
44 …'last 16 bits of base64 character using surrogate pair in reverse order between & and non-base64 c…
46 …'last 16 bits of base64 character using surrogate pair in reverse order between & and base64 chara…
48 …'last 16 bits of base64 character using surrogate pair in reverse order between & and end of strin…
362 last 16 bits of base64 character using surrogate pair in reverse order between & and -
380 last 16 bits of base64 character using surrogate pair in reverse order between & and non-base64 cha…
398 last 16 bits of base64 character using surrogate pair in reverse order between & and base64 charact…
416 last 16 bits of base64 character using surrogate pair in reverse order between & and end of string
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
H A Dmb_str_split_other.phpt57 // Another bug in the old implementation of mb_str_split; when finishing one last (incomplete)
58 // incomplete chunk, it required that the last byte of the input string should decode to
59 // some codepoint for the last chunk to actually be returned
60 // This is not always the case; the last byte might be some kind of control sequence which
/PHP-8.2/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt99 ["last-request-cpu"]=>
101 ["last-request-memory"]=>
/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_util.c99 … char *needle, size_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last) in grapheme_strpos_utf16() argument
136 ret_pos = last && offset >= 0 ? uhaystack_len : offset_pos; in grapheme_strpos_utf16()
160 usearch_setOffset(src, last ? 0 : offset_pos, &status); in grapheme_strpos_utf16()
165 if(last) { in grapheme_strpos_utf16()
/PHP-8.2/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_comment.c148 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_comment_start_dash()
378 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_comment_end_dash()
430 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_comment_end()
476 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_comment_end_bang()
/PHP-8.2/ext/date/tests/
H A Dbug67109.phpt7 var_dump(date('d.m.Y',strtotime('last day of april')));

Completed in 36 milliseconds

12345678910