Home
last modified time | relevance | path

Searched refs:status2 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt25 $status2 = $db->getAttribute(PDO::ATTR_CONNECTION_STATUS);
26 if ($status !== $status2)
/PHP-8.0/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt33 pcntl_wait($status2);
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1675 int status2; member
1691 switch (pe->status2) { in mime_header_encoder_block_collector()
1720 pe->status2 = 1; in mime_header_encoder_block_collector()
1818 pe->status2 = 0; in mime_header_encoder_result()
1845 pe->status2 = 0; in mime_header_encoder_new()
/PHP-8.0/Zend/
H A Dzend_inheritance.c1010 inheritance_status status2 = zend_perform_covariant_type_check( in property_types_compatible() local
1012 if (status1 == INHERITANCE_SUCCESS && status2 == INHERITANCE_SUCCESS) { in property_types_compatible()
1015 if (status1 == INHERITANCE_ERROR || status2 == INHERITANCE_ERROR) { in property_types_compatible()
1018 ZEND_ASSERT(status1 == INHERITANCE_UNRESOLVED || status2 == INHERITANCE_UNRESOLVED); in property_types_compatible()

Completed in 23 milliseconds