Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/238.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/75.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 不允许2.0 Orx条令_Php_Sql_Doctrine Orm - Fatal编程技术网

Php 不允许2.0 Orx条令

Php 不允许2.0 Orx条令,php,sql,doctrine-orm,Php,Sql,Doctrine Orm,代码 $qb->andWhere( $qb->expr()->orx( $qb->expr()->andx("p.value_a >= " . $values[0],"p.value_a <= " . $values[1]), $qb->expr()->orx( $qb->expr()->andx("p.venture_min_value_a >= " . $v

代码

$qb->andWhere(
   $qb->expr()->orx(
        $qb->expr()->andx("p.value_a >= " . $values[0],"p.value_a <= " . $values[1]),
        $qb->expr()->orx(
             $qb->expr()->andx("p.venture_min_value_a >= " . $values[0],"p.venture_min_value_a <= " . $values[1]),
             $qb->expr()->andx("p.venture_max_value_a >= " . $values[0],"p.venture_max_value_a <= " . $values[1])
                        )
    ));
$qb->andWhere(
$qb->expr()->orx(
$qb->expr()->andx(“p.value\u a>=”$values[0],“p.value\u a=”.$values[0],“p.venture\u min\u value\u a=”.$values[0],“p.venture\u max\u value\u a它是a,将在下一版本(2.2版)中修复