Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/date/tests/
H A Ddate_isodate_set_basic1.phpt27 // What date was is last year ?
29 echo "..same day last year was \"" . date_format($datetime, "D M j") . "\"\n";
37 ..same day last year was "Wed Jul 23"
/PHP-7.4/Zend/
H A Dbench.php119 $last = $n-1;
120 print "$Y[$last]\n";
152 $last = $n-1;
153 print "$Y[$last]\n";
168 $last = $n-1;
169 print "$Y[0] $Y[$last]\n";
207 $last = "foo_".($n-1);
208 print "$hash1[$first] $hash1[$last] $hash2[$first] $hash2[$last]\n";
/PHP-7.4/main/
H A Dreentrancy.c324 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r() argument
330 if (s == NULL && (s = *last) == NULL) in php_strtok_r()
350 *last = NULL; in php_strtok_r()
376 *last = s; in php_strtok_r()
H A Dphp_reentrancy.h96 PHPAPI char *php_strtok_r(char *s, const char *delim, char **last);
100 char *strtok_r(char *s, const char *delim, char **last);
/PHP-7.4/ext/dom/tests/
H A Ddom001.phpt29 // The last node should be identical with the last entry in the children array
30 echo "--------- last\n";
31 $last = $rootnode->lastChild;
32 print_node($last);
34 // The parent of this last node is the root again
36 $parent = $last->parentNode;
129 --------- last
/PHP-7.4/ext/dba/tests/
H A Ddba_cdb.phpt34 string(23) "The last content string"
49 string(23) "The last content string"
H A Ddba_db1.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db2.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db3.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_inifile.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_ndbm.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db4_000.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_dbm.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_flatfile.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_tcadb.phpt40 string(23) "The last content string"
57 string(23) "The last content string"
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dbug40501.csv2 backslashes (ex: 1)\",and it isn't the last element$
/PHP-7.4/tests/lang/
H A Dbug35382.phpt7 //last line comment
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_arrays.h67 void *last = fpm_array_item(a, a->used - 1); in fpm_array_item_remove() local
70 memcpy(to_remove, last, a->sz); in fpm_array_item_remove()
/PHP-7.4/Zend/tests/generators/
H A Dyield_closure.phpt2 Generator shouldn't crash if last yielded value is a closure
/PHP-7.4/ext/standard/tests/misc/
H A Dbug79410.phpt2 Bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline)
/PHP-7.4/ext/dom/
H A Dnode.c481 xmlNode *nodep, *last = NULL; in dom_node_last_child_read() local
491 last = nodep->last; in dom_node_last_child_read()
494 if (!last) { in dom_node_last_child_read()
897 nodep->last = fragment->last; in _php_dom_insert_fragment()
921 fragment->last = NULL; in _php_dom_insert_fragment()
1047 parentp->last = child; in PHP_FUNCTION()
1049 child = parentp->last; in PHP_FUNCTION()
1052 parentp->last = new_child; in PHP_FUNCTION()
1295 nodep->last = child; in PHP_FUNCTION()
1297 child = nodep->last; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pgsql/tests/
H A D80_bug14383.phpt38 string(23) "The last content string"
55 string(23) "The last content string"
/PHP-7.4/ext/standard/tests/http/
H A Dbug60570.phpt35 echo "leak? penultimate iteration: $b, last one: $a\n";
49 leak? penultimate iteration: %d, last one: %d

Completed in 44 milliseconds

1234567891011