Home
last modified time | relevance | path

Searched refs:last (Results 26 – 50 of 252) sorted by relevance

1234567891011

/PHP-5.3/ext/dba/tests/
H A Ddba_db2.phpt29 string(23) "The last content string"
44 string(23) "The last content string"
H A Ddba_db3.phpt29 string(23) "The last content string"
44 string(23) "The last content string"
H A Ddba_inifile.phpt29 string(23) "The last content string"
44 string(23) "The last content string"
H A Ddba_ndbm.phpt29 string(23) "The last content string"
44 string(23) "The last content string"
H A Ddba_flatfile.phpt33 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db4_000.phpt33 string(23) "The last content string"
48 string(23) "The last content string"
/PHP-5.3/ext/oci8/tests/
H A Ddefine6.phpt34 echo "Test 1 - define last\n";
47 echo "Test 2 - define last with preset var\n";
125 Test 1 - define last
127 Test 2 - define last with preset var
H A Dcoll_018.phpt37 var_dump($coll1->getElem(2)); // this should be the last element
42 var_dump($coll1->getElem(0)); // this should be the last element
47 var_dump($coll1->getElem(0)); // this should still be the last element
/PHP-5.3/main/
H A Dreentrancy.c380 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r() argument
386 if (s == NULL && (s = *last) == NULL) in php_strtok_r()
406 *last = NULL; in php_strtok_r()
432 *last = s; in php_strtok_r()
H A Dphp_reentrancy.h105 PHPAPI char *php_strtok_r(char *s, const char *delim, char **last);
109 char *strtok_r(char *s, const char *delim, char **last);
/PHP-5.3/TSRM/
H A Dtsrm_strtok_r.h4 char *tsrm_strtok_r(char *s, const char *delim, char **last);
H A DTSRM.c448 tsrm_tls_entry *last=NULL; in ts_free_thread() local
465 if (last) { in ts_free_thread()
466 last->next = thread_resources->next; in ts_free_thread()
475 last = thread_resources; in ts_free_thread()
490 tsrm_tls_entry *last=NULL; in ts_free_worker_threads() local
507 if (last) { in ts_free_worker_threads()
508 last->next = thread_resources->next; in ts_free_worker_threads()
513 if (last) { in ts_free_worker_threads()
514 thread_resources = last->next; in ts_free_worker_threads()
520 last = thread_resources; in ts_free_worker_threads()
/PHP-5.3/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt16 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
21 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
37 $s1 = "a[]=123&a[]=false&a[]=last";
107 string(4) "last"
130 string(4) "last"
176 string(4) "last"
/PHP-5.3/ext/pgsql/tests/
H A D80_bug14383.phpt36 string(23) "The last content string"
51 string(23) "The last content string"
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_arrays.h69 void *last = fpm_array_item(a, a->used - 1); in fpm_array_item_remove() local
72 memcpy(to_remove, last, a->sz); in fpm_array_item_remove()
/PHP-5.3/ext/standard/tests/file/
H A Dbug40501.csv2 backslashes (ex: 1)\",and it isn't the last element$
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
/PHP-5.3/tests/lang/
H A Dbug35382.phpt7 //last line comment
/PHP-5.3/ext/standard/tests/http/
H A Dbug60570.phpt36 echo "leak? penultimate iteration: $b, last one: $a\n";
51 leak? penultimate iteration: %d, last one: %d
/PHP-5.3/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.3/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.3/ext/session/
H A Dmod_files.c267 const char *p, *last; in PS_OPEN_FUNC() local
286 last = save_path; in PS_OPEN_FUNC()
289 argv[argc++] = last; in PS_OPEN_FUNC()
290 last = ++p; in PS_OPEN_FUNC()
294 argv[argc++] = last; in PS_OPEN_FUNC()
/PHP-5.3/ext/spl/tests/
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
/PHP-5.3/Zend/tests/
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)

Completed in 37 milliseconds

1234567891011