Home
last modified time | relevance | path

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

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt25 $status2 = $db->getAttribute(PDO::ATTR_CONNECTION_STATUS);
26 if ($status !== $status2)
/php-src/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt31 pcntl_wait($status2);
/php-src/Zend/
H A Dzend_inheritance.c1256 inheritance_status status2 = zend_perform_covariant_type_check( in property_types_compatible() local
1258 if (status1 == INHERITANCE_SUCCESS && status2 == INHERITANCE_SUCCESS) { in property_types_compatible()
1261 if (status1 == INHERITANCE_ERROR || status2 == INHERITANCE_ERROR) { in property_types_compatible()
1264 ZEND_ASSERT(status1 == INHERITANCE_UNRESOLVED || status2 == INHERITANCE_UNRESOLVED); in property_types_compatible()
2405 …inheritance_status status2 = zend_perform_covariant_type_check(traits[current_trait], trait_consta… in do_trait_constant_check() local
2406 if (status1 == INHERITANCE_ERROR || status2 == INHERITANCE_ERROR) { in do_trait_constant_check()

Completed in 15 milliseconds