Home
last modified time | relevance | path

Searched refs:second (Results 176 – 200 of 338) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/standard/tests/general_functions/
H A Dcallbacks_002.phpt16 Warning: call_user_func() expects parameter 1 to be a valid callback, second array member is not a …
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation4.phpt93 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
105 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
135 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
147 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
/PHP-7.4/ext/simplexml/tests/
H A D009.phpt25 <elem11 attr2='second'>
H A D014b.phpt2 SimpleXML: adding/removing attributes (second)
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_export_error3.phpt2 ReflectionParameter::export() with incorrect second parameter
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_error3.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error5.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_variation2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error3.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error5.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt23 // change the CURLOPT_URL for the second handle
/PHP-7.4/Zend/tests/traits/
H A Dbug55355.phpt14 // A class on the second level in the
/PHP-7.4/ext/phar/tests/
H A Dphar_stub.phpt27 $file = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
87 <?php echo "second stub\n"; __HALT_COMPILER(); ?>
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
H A Dstrspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
/PHP-7.4/Zend/tests/
H A Dbug78406.phpt6 echo "bug\n"; // Should be transformed by filter on second include
/PHP-7.4/ext/pcre/tests/
H A Dbug79241.phpt15 // with the second call offsetting after the tick symbol
/PHP-7.4/ext/soap/tests/schema/
H A Dschema057.phpt2 SOAP XML Schema 57: SOAP 1.1 Array (second way, literal encoding)
H A Dschema059.phpt2 SOAP XML Schema 59: SOAP 1.2 Array (second way, literal encoding)
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_012.phpt15 throw new Exception('second');
/PHP-7.4/ext/standard/tests/serialize/
H A Dunserialize_classes.phpt2 Test unserialize() with second parameter
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_62024.phpt2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 unsigned int year, month, day, hour, minute, second; member
230 t.second = (unsigned int) to[7]; in ps_fetch_time()
253 t.second, in ps_fetch_time()
258 …ength = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second); in ps_fetch_time()
284 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
328 t.second = (unsigned int) to[6]; in ps_fetch_datetime()
330 t.hour = t.minute = t.second= 0; in ps_fetch_datetime()
350 t.second, in ps_fetch_datetime()
355 …tf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t.minute, t.second); in ps_fetch_datetime()
/PHP-7.4/ext/standard/tests/array/
H A Dbug45312.phpt2 Bug #45312 (Segmentation fault on second request for array functions)

Completed in 31 milliseconds

12345678910>>...14