Home
last modified time | relevance | path

Searched refs:second (Results 26 – 50 of 396) sorted by last modified time

12345678910>>...16

/php-src/ext/date/
H A Dphp_date.stub.php112 int $hour, ?int $minute = null, ?int $second = null, argument
116 int $hour, ?int $minute = null, ?int $second = null, argument
201 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
423 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
536 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm… argument
H A Dphp_date_arginfo.h24 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 1, "null")
131 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 0, "0")
317 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 0, "0")
396 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 0, "0")
/php-src/ext/intl/tests/
H A Dtimezone_getCanonicalID_variant1_2.phpt2 IntlTimeZone::getCanonicalID(): second argument
H A Dgregoriancalendar___construct_error.phpt56 IntlGregorianCalendar::__construct(): Argument #6 ($second) must be of type int, array given
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m410 dnl second arg - if mandatory, the configure will fail when no features found.
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst159 second. There are variations for ``_ci`` and ``_literal``, i.e. case-insensitive comparison and
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst162 to the instruction encoded in its second operand. If it is truthy, it will simply fall-through to
/php-src/docs-old/
H A Doutput-api.md117 pass a void*** pointer as second arg to receive the address of a pointer
120 pass a int* pointer as second arg to receive the flags set for the output handler
122 pass a int* pointer as second arg to receive the level of this output handler
125 the second arg is ignored; marks the output handler to be neither cleanable
128 the second arg is ignored; marks the output handler as disabled
H A Dself-contained-extensions.md95 The second names the source-code files. The third passes `$ext_shared` which is
/php-src/ext/pdo_firebird/tests/
H A Dbug_62024.phpt2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt36 // check results from the second insert
H A Dbatch_stmt_rowcount.phpt37 // check results from the second insert
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c2610 uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, uns… in mb_convert_kana_codepoint() argument
2718 *second = 0xFF00 + zenkana2hankana_table[n][1]; in mb_convert_kana_codepoint()
2726 *second = 0xFF00 + zenkana2hankana_table[n][1]; in mb_convert_kana_codepoint()
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_multiple.phpt2 session_set_save_handler(): optional closures not set again in second call
/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_error1_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error2_gte2_11.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error2_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error1.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error1.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error1_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error2_gte2_11.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error2_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt74 // warnings are unhandy, lets go for exceptions for a second
H A Dpdo_mysql_local_infile_directory_allowed.phpt50 array("id" => 98, "col1" => "second"),
H A Dpdo_mysql_prepare_emulated.phpt114 array(':placeholder' => 'second row'));
190 string(10) "second row"

Completed in 82 milliseconds

12345678910>>...16