Home
last modified time | relevance | path

Searched refs:first (Results 201 – 225 of 518) sorted by relevance

12345678910>>...21

/php-src/ext/intl/tests/
H A Dbreakiter_current_basic.phpt14 var_dump($bi->first());
H A Dbreakiter_next_basic.phpt13 var_dump($bi->first());
/php-src/Zend/tests/
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
H A Dmethods-on-non-objects-call-user-func.phpt13 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt79 …printf("[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trac…
84 …printf("[045] Line numbers have not been found, first characters from trace are '%s'\n", substr($t…
90 …printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trac…
95 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
103 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
106 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
119 …] Looks like a function call, but there should be none in the trace file, first characters from tr…
/php-src/ext/standard/tests/array/
H A Darsort_variation9.phpt18 array("first", 5 => "second", "third"),
146 string(5) "first"
156 string(5) "first"
H A Dasort_variation9.phpt18 array("first", 5 => "second", "third"),
142 string(5) "first"
152 string(5) "first"
H A Dksort_variation9.phpt18 array("first", 5 => "second", 1 => "third"),
141 string(5) "first"
151 string(5) "first"
H A Dkrsort_variation9.phpt19 array("first", 5 => "second", 1 => "third"),
146 string(5) "first"
156 string(5) "first"
H A Dsort_variation9.phpt20 "holes" => array("first", 5 => "second", "third")
91 string(5) "first"
128 string(5) "first"
/php-src/ext/date/tests/
H A Dbug73858.phpt10 $ss = 'february first day of last month midnight';
11 $es = 'february first day of this month midnight - 1 second';
53 $e = new DateTime('february first day of this month midnight');
/php-src/ext/phar/tests/
H A Dphar_stub.phpt12 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
21 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
103 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
H A Dphar_buildfromdirectory2-win.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
/php-src/ext/simplexml/tests/
H A D001-mb.phpt23 string(5) "first"
H A D001.phpt23 string(5) "first"
/php-src/tests/func/
H A D004.phpt25 echo "Calling function for the first time...\n";
39 Calling function for the first time...
/php-src/ext/standard/tests/file/
H A Dfdatasync.phpt8 first line of string
58 first line of string
H A Dfsync.phpt8 first line of string
58 first line of string
/php-src/ext/pdo/tests/
H A Dpdo_021.phpt46 $stmt2 = $db->prepare("INSERT INTO test021 VALUES(:first, :second, :third)");
48 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1],
/php-src/ext/xmlreader/tests/
H A D014.phpt32 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
39 // Try to set the name of the first attribute from "num" to "number"
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm30 ; first arg of make_fcontext() == top of context-stack
33 ; reserve space for first argument of context-function
50 ; first arg of make_fcontext() == top of context-stack
76 ; will be entered after calling jump_fcontext() first time
/php-src/ext/dom/
H A Dcharacterdata.c200 xmlChar *cur, *first, *second; in dom_character_data_insert_data() local
238 first = xmlUTF8Strndup(cur, (int)offset); in dom_character_data_insert_data()
241 xmlNodeSetContent(node, first); in dom_character_data_insert_data()
245 xmlFree(first); in dom_character_data_insert_data()
/php-src/ext/mbstring/tests/
H A Dbug65544.phpt2 Bug #65544: mb title case conversion-first word in quotation isn't capitalized

Completed in 48 milliseconds

12345678910>>...21