Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats_skipped.phpt33 /* fetch all rows but the last one */
37 /* enforce implicit cleaning of the wire and skipping the last row */
H A D026.phpt28 mysqli_stmt_send_long_data($stmt, 1, " And finally this is the last sentence.");
63 …his is the first sentence. And this is the second sentence. And finally this is the last sentence."
/PHP-5.5/ext/standard/tests/file/
H A D005_basic.phpt7 Description: Returns the time the file was last accessed, or FALSE
11 Description: Returns the time the file was last modified, or FALSE
15 Description: Returns the time the file was last changed, or FALSE
H A D005_variation2.phpt15 Description: Returns the time the file was last accessed, or FALSE
19 Description: Returns the time the file was last modified, or FALSE
23 Description: Returns the time the file was last changed, or FALSE
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
H A Dbug40501.phpt19 string(%d) "and it isn't the last element$"
H A Dfread_fwrite_basic.phpt53 echo "last bytes: ".fread($h, strlen($out))."\n";
71 last bytes: xtra
H A D005_variation2-win32.phpt15 Description: Returns the time the file was last accessed, or FALSE
19 Description: Returns the time the file was last modified, or FALSE
23 Description: Returns the time the file was last changed, or FALSE
/PHP-5.5/ext/dom/
H A Dnode.c517 xmlNode *nodep, *last = NULL; in dom_node_last_child_read() local
528 last = nodep->last; in dom_node_last_child_read()
533 if (!last) { in dom_node_last_child_read()
964 nodep->last = fragment->last; in _php_dom_insert_fragment()
988 fragment->last = NULL; in _php_dom_insert_fragment()
1113 parentp->last = child; in PHP_FUNCTION()
1115 child = parentp->last; in PHP_FUNCTION()
1118 parentp->last = new_child; in PHP_FUNCTION()
1358 nodep->last = child; in PHP_FUNCTION()
1360 child = nodep->last; in PHP_FUNCTION()
[all …]
/PHP-5.5/Zend/tests/generators/
H A Dyield_closure.phpt2 Generator shouldn't crash if last yielded value is a closure
/PHP-5.5/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-5.5/ext/intl/tests/
H A Dbreakiter_previous_basic.phpt15 var_dump($bi->last());
/PHP-5.5/Zend/tests/
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
/PHP-5.5/ext/session/
H A Dmod_files.c259 const char *p, *last; in PS_OPEN_FUNC() local
275 last = save_path; in PS_OPEN_FUNC()
278 argv[argc++] = last; in PS_OPEN_FUNC()
279 last = ++p; in PS_OPEN_FUNC()
283 argv[argc++] = last; in PS_OPEN_FUNC()
/PHP-5.5/ext/date/tests/
H A Dbug67109.phpt7 var_dump(date('d.m.Y',strtotime('last day of april')));
H A Dtimezones.phpt11 //now the first and the last one
H A Dbug46268.phpt2 Bug #46268 (When call DateTime#setTime, it seems to be called the last modify method too)
H A Dbug41599.phpt7 $start = new DateTime('2008-01-17 last Monday');
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_a_error_001.phpt25 echo "\n-- Testing is_a() function with non-boolean in last position --\n";
45 -- Testing is_a() function with non-boolean in last position --
H A Dis_subclass_of_error_001.phpt22 //Test is_subclass_of with invalid last argument
27 //Test is_subclass_of with invalid last argument
/PHP-5.5/ext/phar/
H A Dshortarc.php125 $last = (binary)fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c483 st_table_entry *ptr, *last, *tmp; local
488 last = 0;
505 last = ptr;
512 if (last == 0) {
516 last->next = ptr->next;
/PHP-5.5/Zend/
H A Dzend_opcode.c64 op_array->last = 0; in init_op_array()
429 zend_uint next_op_num = op_array->last++; in get_next_op()
452 return op_array->last; in get_next_op_number()
464 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info()
671 for (i = 0, j = op_array->last; i < j; i++) { in zend_resolve_finally_calls()
741 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).opcodes_size != op_array->last) { in pass_two()
742 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
743 CG(context).opcodes_size = op_array->last; in pass_two()
751 end = opline + op_array->last; in pass_two()
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr.phpt21 // Note: returns last character

Completed in 76 milliseconds

12345678910>>...12