Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqli/tests/
H A Dbug72701.phpt19 $con = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
25 var_dump(preg_match(",(127.0.0.1|localhost) via .*,i", mysqli_get_host_info($con)));
27 mysqli_close($con);
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_unix.c500 char *con, *new_con; in fpm_unix_init_child() local
502 if (aa_getcon(&con, NULL) == -1) { in fpm_unix_init_child()
507 new_con = malloc(strlen(con) + strlen(wp->config->apparmor_hat) + 3); // // + 0 Byte in fpm_unix_init_child()
510 free(con); in fpm_unix_init_child()
514 if (0 > sprintf(new_con, "%s//%s", con, wp->config->apparmor_hat)) { in fpm_unix_init_child()
516 free(con); in fpm_unix_init_child()
522 …s read and writeable and \"change_profile -> %s//*\" is allowed.", wp->config->name, new_con, con); in fpm_unix_init_child()
523 free(con); in fpm_unix_init_child()
528 free(con); in fpm_unix_init_child()
/PHP-8.2/tests/lang/
H A D039.phpt30 $con = fopen('/tmp/a_file_that_does_not_exist','r');
H A D038.phpt26 $con = fopen("/tmp/a_file_that_does_not_exist",'r');
/PHP-8.2/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt53 string(70) "This ????strin????g con????tains????

Completed in 13 milliseconds