Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 652) sorted by relevance

12345678910>>...27

/PHP-7.1/ext/pcre/tests/
H A Dpreg_split_basic.phpt12 …APTURE|PREG_SPLIT_NO_EMPTY)); //all text before (parentheses) is put into first element, ( into se…
13 …ind NAME regardless of case in $string (can't split it so just returns how string as first element)
/PHP-7.1/ext/pdo/tests/
H A Dpdo_021.phpt45 $stmt2 = $db->prepare("INSERT INTO test VALUES(:first, :second, :third)");
47 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1],
/PHP-7.1/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt16 echo "-- Tests with special cases first - no lookup needed --\n";
41 -- Tests with special cases first - no lookup needed --
H A Ddate_timestamp_set_wrongparam_002.phpt2 Check the function date_timestamp_set() with first parameter wrong (integer).
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');
H A Ddate_timestamp_set_nullparam.phpt2 Test the function date_timestamp_set() with first null parameter.
H A Ddate_timestamp_set_wrongparam_001.phpt2 Check the function date_timestamp_set() with first parameter wrong (array).
/PHP-7.1/ext/mysqli/tests/
H A D026.phpt26 mysqli_stmt_send_long_data($stmt, 1, "This is the first sentence.");
63 …%unicode|string%(99) "This is the first sentence. And this is the second sentence. And finally thi…
H A Dmysqli_debug_mysqlnd_control_string.phpt82 …printf("[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trac…
87 …printf("[045] Line numbers have not been found, first characters from trace are '%s'\n", substr($t…
93 …printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trac…
98 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
106 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
109 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
122 …printf("[085] Looks like a function call, but there should be none in the trace file, first charac…
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16339 No first char
398 No first char
417 No first char
436 No first char
456 No first char
508 No first char
554 No first char
666 No first char
692 No first char
712 No first char
[all …]
H A Dtestoutput18-32337 No first char
396 No first char
415 No first char
434 No first char
454 No first char
506 No first char
552 No first char
663 No first char
689 No first char
709 No first char
[all …]
H A Dtestoutput15481 No first char
539 No first char
558 No first char
577 No first char
597 No first char
649 No first char
695 No first char
799 No first char
825 No first char
845 No first char
[all …]
/PHP-7.1/Zend/tests/try/
H A Dtry_multicatch_006.phpt2 Catch first exception in the second multicatch
/PHP-7.1/Zend/tests/
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
H A Dns_068.phpt13 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
H A Dbug69092.phpt22 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dmethods-on-non-objects-call-user-func.phpt10 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
/PHP-7.1/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_006.phpt2 Test strict declaration being first operation only 006
H A Dscalar_strict_declaration_placement_007.phpt2 Test strict declaration being first operation only 007
/PHP-7.1/ext/phar/tests/
H A Dphar_convert_tar2.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
55 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_tar3.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
56 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/PHP-7.1/tests/func/
H A D004.phpt25 echo "Calling function for the first time...\n";
39 Calling function for the first time...
/PHP-7.1/ext/gd/tests/
H A Dimageloadfont_error1.phpt2 Testing that imageloadfont() breaks on non-string first parameter
/PHP-7.1/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt13 Warning: The first parameter of bindtextdomain must not be empty in %s on line %d

Completed in 35 milliseconds

12345678910>>...27