/php-src/ext/standard/tests/array/ |
H A D | array_diff_ukey_variation5.phpt | 12 'second' => array('yellow' => 7), 21 'second' => array('cyan' => 8),
|
H A D | extract_error.phpt | 9 /* Invalid second argument ( only 0-6 is valid) */ 24 /* Two Arguments, second as prefix but without prefix string as third argument */
|
/php-src/Zend/tests/ |
H A D | bug39297.phpt | 5 function compareByRef(&$first, &$second) { 6 return $first === $second;
|
/php-src/ext/phar/tests/ |
H A D | phar_stub_write_file.phpt | 28 $stub = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>'; 56 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?> 60 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_extendederror_attr.phpt | 19 echo "Inserting second time which should fail" . PHP_EOL; 36 echo "Inserting second time which should fail" . PHP_EOL; 46 Inserting second time which should fail 51 Inserting second time which should fail
|
/php-src/ext/date/tests/ |
H A D | bug43452.phpt | 27 // First, second, etc skip to the first/second weekday *after* the current day. 34 $day = strtotime( "second Thursday Nov 2007" ); 45 $day = strtotime( "second Friday Nov 2007" );
|
H A D | bug35499.phpt | 26 ["second"]=> 62 ["second"]=>
|
H A D | bug73858.phpt | 11 $es = 'february first day of this month midnight - 1 second'; 39 on, that's just coincidental that seems to imply that the "- 1 second" in the date string is the pr… 48 This final test seems to prove that the input string is important and that the "- 1 second" has a n… 54 $e->modify('- 1 second');
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 321 … $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): true {} argument 325 …eTime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): void {} argument 376 …ime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): static {} argument 384 * @param int $second 386 …$localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN) {} argument
|
/php-src/ext/xml/tests/ |
H A D | gh14124.phpt | 21 $long_xml_head = "<?xml version=\"1.0\"?><container><$long_text/><$long_text/><second>foo</second>";
|
H A D | gh14637.phpt | 21 $long_xml_head = "<?xml version=\"1.0\"?><container><$long_text/><$long_text/><second>foo</second>";
|
/php-src/ext/standard/tests/file/ |
H A D | bug72330.phpt | 16 $string = '"first #' . $utf_1 . $utf_2 . '";"second"'; 25 string(6) "second"
|
/php-src/ext/pdo_mysql/tests/foo/bar/ |
H A D | bar.data | 2 98;second
|
/php-src/ext/spl/tests/SplFileObject/ |
H A D | SplFileObject_testinput.csv | 1 first,second,third
|
H A D | bug46569.csv | 2 second,line
|
/php-src/ext/standard/tests/dir/ |
H A D | opendir_variation3.phpt | 17 echo "\n-- Open directory second time: --\n"; 40 -- Open directory second time: --
|
H A D | opendir_variation3-win32-mb.phpt | 23 echo "\n-- Open directory second time: --\n"; 46 -- Open directory second time: --
|
H A D | closedir_variation2.phpt | 22 echo "\n-- Close directory handle second time: --\n"; 43 -- Close directory handle second time: --
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | attr.c | 295 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second) in lxb_dom_attr_compare() argument 297 if (first->node.local_name == second->node.local_name in lxb_dom_attr_compare() 298 && first->node.ns == second->node.ns in lxb_dom_attr_compare() 299 && first->qualified_name == second->qualified_name) in lxb_dom_attr_compare() 302 if (second->value == NULL) { in lxb_dom_attr_compare() 309 if (second->value != NULL in lxb_dom_attr_compare() 310 && first->value->length == second->value->length in lxb_dom_attr_compare() 311 && lexbor_str_data_ncmp(first->value->data, second->value->data, in lxb_dom_attr_compare()
|
/php-src/ext/zlib/tests/ |
H A D | gzseek_basic2.phpt | 10 $str2 = "This is the second line."; 36 This is the second line.
|
H A D | gzseek_variation4.phpt | 10 $str2 = "This is the second line."; 36 This is the second line.
|
H A D | gzseek_variation5.phpt | 10 $str2 = "This is the second line."; 36 This is the second line.
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 218 result = bc_add (first, second, scale); in PHP_FUNCTION() 224 bc_free_num(&second); in PHP_FUNCTION() 267 result = bc_sub (first, second, scale); in PHP_FUNCTION() 273 bc_free_num(&second); in PHP_FUNCTION() 322 bc_free_num(&second); in PHP_FUNCTION() 335 bc_num first = NULL, second = NULL, result; in PHP_FUNCTION() local 376 bc_free_num(&second); in PHP_FUNCTION() 430 bc_free_num(&second); in PHP_FUNCTION() 485 bc_free_num(&second); in PHP_FUNCTION() 680 bc_num first = NULL, second = NULL; in PHP_FUNCTION() local [all …]
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | disable_prepares.phpt | 38 $second = $stmt->fetchAll(); 40 var_dump($first, $second);
|
/php-src/Zend/tests/objects/ |
H A D | objects_010.phpt | 2 redefining constructor (__construct second)
|