Searched refs:q2 (Results 1 – 4 of 4) sorted by relevance
21 mysqli_stmt_bind_param($stmt, "ss", $q1, $q2);23 $q2 = "this is a test";
9 $q2 = clone $q1;
375 struct fpm_event_queue_s *q, *q2; in fpm_event_loop() local436 q2 = q; in fpm_event_loop()450 free(q2); in fpm_event_loop()
60 $q2 = array(50,60);61 $q3 = array($q1,$q2,null,70);
Completed in 12 milliseconds