/php-src/ext/dom/tests/ |
H A D | DOMDocument_load_variation2.phpt | 7 - LOAD_OPTIONS: the second parameter to pass to the method
|
H A D | DOMDocument_loadXML_error1_gte2_12.phpt | 11 - LOAD_OPTIONS: the second parameter to pass to the method
|
H A D | DOMDocument_load_error1_gte2_12.phpt | 11 - LOAD_OPTIONS: the second parameter to pass to the method
|
/php-src/ext/standard/tests/strings/ |
H A D | strspn_variation5.phpt | 30 second line of heredoc string 87 second line of heredoc string
|
H A D | strcspn_variation5.phpt | 30 second line of heredoc string 87 second line of heredoc string
|
/php-src/ext/mbstring/tests/ |
H A D | iso2022jp_kddi_encoding.phpt | 18 $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 D | bug55355.phpt | 14 // A class on the second level in the
|
/php-src/ext/date/tests/ |
H A D | bug-gh8964-002.phpt | 2 Test for bug GH-8964: DateTime object comparison after applying delta less than 1 second
|
H A D | bug41523.phpt | 27 ["second"]=>
|
H A D | date_parse_error.phpt | 30 ["second"]=>
|
/php-src/ext/standard/tests/general_functions/ |
H A D | callbacks_002.phpt | 26 call_user_func(): Argument #1 ($callback) must be a valid callback, second array member is not a va…
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 41 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 D | spl_autoload_012.phpt | 15 throw new Exception('second');
|
H A D | SplFixedArray_change_size_during_iteration.phpt | 7 /* Try changing size on first, second, and final iterations, and check what
|
/php-src/ext/simplexml/tests/ |
H A D | 014b.phpt | 2 SimpleXML: adding/removing attributes (second)
|
/php-src/Zend/tests/ |
H A D | bug78406.phpt | 6 echo "bug\n"; // Should be transformed by filter on second include
|
/php-src/ext/standard/tests/serialize/ |
H A D | unserialize_classes.phpt | 2 Test unserialize() with second parameter
|
/php-src/ext/soap/tests/schema/ |
H A D | schema057.phpt | 2 SOAP XML Schema 57: SOAP 1.1 Array (second way, literal encoding)
|
H A D | schema059.phpt | 2 SOAP XML Schema 59: SOAP 1.2 Array (second way, literal encoding)
|
H A D | schema061.phpt | 2 SOAP XML Schema 61: SOAP 1.2 Multidimensional array (second way, literal encoding)
|
/php-src/ext/xml/tests/ |
H A D | XML_OPTION_PARSE_HUGE.phpt | 35 $long_xml_head = "<?xml version=\"1.0\"?><container><$long_text/><$long_text/><second>foo</second>";
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | getnotify.phpt | 71 // 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 D | bug45312.phpt | 2 Bug #45312 (Segmentation fault on second request for array functions)
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | element.c | 475 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 D | pcntl_getpriority_error_darwin.phpt | 45 …): Argument #1 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided as second parameter
|