Home
last modified time | relevance | path

Searched refs:expr (Results 26 – 30 of 30) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_hash.c35 # define HT_ASSERT(ht, expr) \ argument
36 ZEND_ASSERT((expr) || (HT_FLAGS(ht) & HASH_FLAG_ALLOW_COW_VIOLATION))
38 # define HT_ASSERT(ht, expr) argument
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5351 zval *expr; local
5358 Z_PARAM_ZVAL(expr)
5363 if (!try_convert_to_string(expr)) {
5377 if (highlight_string(expr, &syntax_highlighter_ini, hicompiled_string_description) == FAILURE) {
/PHP-7.4/
H A Dconfigure.ac119 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_V…
H A Dphp.ini-development1568 ; Assert(expr); active by default.
H A Dphp.ini-production1568 ; Assert(expr); active by default.

Completed in 35 milliseconds

12