Home
last modified time | relevance | path

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

/PHP-7.1/ext/interbase/tests/
H A D002.phpt14 $con = ibase_connect($test_base);
17 ibase_close($con);
18 unset($con);
/PHP-7.1/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-7.1/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-7.1/sapi/fpm/fpm/
H A Dfpm_unix.c411 char *con, *new_con; in fpm_unix_init_child() local
413 if (aa_getcon(&con, NULL) == -1) { in fpm_unix_init_child()
418 new_con = malloc(strlen(con) + strlen(wp->config->apparmor_hat) + 3); // // + 0 Byte in fpm_unix_init_child()
424 if (0 > sprintf(new_con, "%s//%s", con, wp->config->apparmor_hat)) { in fpm_unix_init_child()
430 …s read and writeable and \"change_profile -> %s//*\" is allowed.", wp->config->name, new_con, con); in fpm_unix_init_child()
434 free(con); in fpm_unix_init_child()
/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt59 string(70) "This ????strin????g con????tains????
/PHP-7.1/
H A DREADME.namespaces66 $con = \mysql_connect(...);
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt496 with the command line option -16, patterns and subject strings are con-
824 with the command line option -32, patterns and subject strings are con-
913 build a separate library, called libpcre16, in which strings are con-
2525 pcre_exec() or pcre_dfa_exec(). However, a pcre_extra block also con-
3287 However, the pattern [\r\n]A does match that string, because it con-
3415 tled Error return values from pcre_exec() below). If startoffset con-
4331 alternation bar. If the pattern contains a conditional group whose con-
5211 or digit. By default, the definition of letters and digits is con-
5628 That is, they test for a particular condition being true without con-
5770 class that starts with a circumflex is not an assertion; it still con-
[all …]

Completed in 38 milliseconds