Home
last modified time | relevance | path

Searched refs:second (Results 226 – 250 of 405) sorted by relevance

12345678910>>...17

/php-src/ext/dom/tests/
H A DDOMDocument_load_variation2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error1_gte2_12.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
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
H A Dstrcspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt18 $second = $bytes & 0xFF;
20 if ($second > 0x9E) {
21 $kuten = ((($hi_bits << 1) + 0x22) << 8) + ($second - 0x9F + 0x21);
22 } else if ($second > 0x7F) {
23 $kuten = ((($hi_bits << 1) + 0x21) << 8) + ($second - 0x80 + 63 + 0x21);
25 $kuten = ((($hi_bits << 1) + 0x21) << 8) + ($second - 0x40 + 0x21);
189 * to the output. Then the second byte will do something else. It is easier to write the
/php-src/Zend/tests/traits/
H A Dbug55355.phpt14 // A class on the second level in the
/php-src/ext/date/tests/
H A Dbug-gh8964-002.phpt2 Test for bug GH-8964: DateTime object comparison after applying delta less than 1 second
H A Dbug41523.phpt27 ["second"]=>
H A Ddate_parse_error.phpt30 ["second"]=>
/php-src/ext/standard/tests/general_functions/
H A Dcallbacks_002.phpt26 call_user_func(): Argument #1 ($callback) must be a valid callback, second array member is not a va…
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c41 unsigned int year, month, day, hour, minute, second; member
225 t.second = (unsigned int) to[7]; in ps_fetch_time()
242 (t.neg ? "-" : ""), t.hour, t.minute, t.second, field->decimals, in ps_fetch_time()
246 (t.neg ? "-" : ""), t.hour, t.minute, t.second)); in ps_fetch_time()
267 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
306 t.second = (unsigned int) to[6]; in ps_fetch_datetime()
308 t.hour = t.minute = t.second= 0; in ps_fetch_datetime()
320 t.year, t.month, t.day, t.hour, t.minute, t.second, field->decimals, in ps_fetch_datetime()
324 t.year, t.month, t.day, t.hour, t.minute, t.second)); in ps_fetch_datetime()
/php-src/ext/spl/tests/
H A Dspl_autoload_012.phpt15 throw new Exception('second');
H A DSplFixedArray_change_size_during_iteration.phpt7 /* Try changing size on first, second, and final iterations, and check what
/php-src/ext/simplexml/tests/
H A D014b.phpt2 SimpleXML: adding/removing attributes (second)
/php-src/Zend/tests/
H A Dbug78406.phpt6 echo "bug\n"; // Should be transformed by filter on second include
/php-src/ext/standard/tests/serialize/
H A Dunserialize_classes.phpt2 Test unserialize() with second parameter
/php-src/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)
H A Dschema061.phpt2 SOAP XML Schema 61: SOAP 1.2 Multidimensional array (second way, literal encoding)
/php-src/ext/xml/tests/
H A DXML_OPTION_PARSE_HUGE.phpt35 $long_xml_head = "<?xml version=\"1.0\"?><container><$long_text/><$long_text/><second>foo</second>";
/php-src/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt71 // Test second parameter, should wait 2 seconds because no notify is queued
78 // Test second parameter, should return immediately because a notify is queued
/php-src/ext/standard/tests/array/
H A Dbug45312.phpt2 Bug #45312 (Segmentation fault on second request for array functions)
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.c475 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second) in lxb_dom_element_compare() argument
478 lxb_dom_attr_t *s_attr = second->first_attr; in lxb_dom_element_compare()
480 if (first->node.local_name != second->node.local_name in lxb_dom_element_compare()
481 || first->node.ns != second->node.ns in lxb_dom_element_compare()
482 || first->qualified_name != second->qualified_name) in lxb_dom_element_compare()
501 s_attr = second->first_attr; in lxb_dom_element_compare()
/php-src/ext/pcntl/tests/
H A Dpcntl_getpriority_error_darwin.phpt45 …): Argument #1 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided as second parameter

Completed in 24 milliseconds

12345678910>>...17