Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/ext/dba/tests/
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_cdb.phpt34 string(23) "The last content string"
49 string(23) "The last content string"
H A Ddba_db1.phpt29 string(23) "The last content string"
44 string(23) "The last content string"
H A Ddba_dbm.phpt29 string(23) "The last content string"
44 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"
H A Ddba_flatfile.phpt33 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_tcadb.phpt33 string(23) "The last content string"
48 string(23) "The last content string"
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_32_last_insert_rowid_param.phpt19 echo "Request last inserted id\n";
35 Request last inserted id
/PHP-5.4/ext/oci8/tests/
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.4/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.4/main/
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.4/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";
106 string(4) "last"
129 string(4) "last"
175 string(4) "last"
/PHP-5.4/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.4/ext/pgsql/tests/
H A D80_bug14383.phpt36 string(23) "The last content string"
51 string(23) "The last content string"
/PHP-5.4/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.4/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.4/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.4/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.4/tests/lang/
H A Dbug35382.phpt7 //last line comment
/PHP-5.4/Zend/
H A Dzend_opcode.c64 op_array->last = 0; in init_op_array()
420 zend_uint next_op_num = op_array->last++; in get_next_op()
443 return op_array->last; in get_next_op_number()
455 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info()
501 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).opcodes_size != op_array->last) { in pass_two()
502 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
503 CG(context).opcodes_size = op_array->last; in pass_two()
511 end = opline + op_array->last; in pass_two()
/PHP-5.4/ext/session/
H A Dmod_files.c272 const char *p, *last; in PS_OPEN_FUNC() local
288 last = save_path; in PS_OPEN_FUNC()
291 argv[argc++] = last; in PS_OPEN_FUNC()
292 last = ++p; in PS_OPEN_FUNC()
296 argv[argc++] = last; in PS_OPEN_FUNC()

Completed in 52 milliseconds

1234567891011