Home
last modified time | relevance | path

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

/dports/devel/pecl-expect/expect-0.4.0/
H A Dexpect.c357 zval *z_pattern, *z_exp_type; local
364 zval **z_pattern, **z_exp_type;
416 if ((z_exp_type = zend_hash_index_find(Z_ARRVAL_P(z_case), 2)) != NULL) {
417 if (Z_TYPE_P(z_exp_type) != IS_LONG) {
419 if (zend_hash_index_find(Z_ARRVAL_PP(z_case), 2, (void **)&z_exp_type) == SUCCESS) {
420 if (Z_TYPE_PP(z_exp_type) != IS_LONG) {
427 …if (Z_LVAL_P(z_exp_type) != exp_glob && Z_LVAL_P(z_exp_type) != exp_exact && Z_LVAL_P(z_exp_type) …
429 …if (Z_LVAL_PP(z_exp_type) != exp_glob && Z_LVAL_PP(z_exp_type) != exp_exact && Z_LVAL_PP(z_exp_typ…
436 ecases_ptr->type = Z_LVAL_P(z_exp_type);
438 ecases_ptr->type = Z_LVAL_PP(z_exp_type);