Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/tests/
H A Dbug70573.phpt9 $q2 = clone $q1;
/PHP-7.4/ext/mysqli/tests/
H A D021.phpt21 mysqli_stmt_bind_param($stmt, "ss", $q1, $q2);
23 $q2 = "this is a test";
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.c386 struct fpm_event_queue_s *q, *q2; in fpm_event_loop() local
446 q2 = q; in fpm_event_loop()
459 free(q2); in fpm_event_loop()
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt60 $q2 = array(50,60);
61 $q3 = array($q1,$q2,null,70);

Completed in 7 milliseconds