Searched refs:ctrlval (Results 1 – 1 of 1) sorted by relevance
2327 zval *ctrlval, *val; in PHP_FUNCTION() local2338 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(newval), ctrlval) { in PHP_FUNCTION()2339 if (Z_TYPE_P(ctrlval) != IS_ARRAY) { in PHP_FUNCTION()2344 if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "oid", sizeof("oid") - 1)) == NULL) { in PHP_FUNCTION()2352 if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "value", sizeof("value") - 1)) != NULL) { in PHP_FUNCTION()2360 …if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "iscritical", sizeof("iscritical") - 1)) != NUL… in PHP_FUNCTION()
Completed in 11 milliseconds