Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 754) sorted by last modified time

12345678910>>...31

/PHP-7.4/
H A DNEWS1695 . Implemented FR #77377 (No way to handle CTRL+C in Windows). (Anatol)
2536 . Fixed bug #77110 (undefined symbol zend_string_equal_val in C++ build).
H A Dconfigure.ac65 extern "C++" {
1428 dnl PHP_REQUIRE_CXX). Otherwise AC_PROG_LIBTOOL fails if there is no working C++
/PHP-7.4/ext/gd/
H A Dgd.c3708 char *C; in php_imagechar() local
3715 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllsl", &IM, &SIZE, &X, &Y, &C, &C_len, &COL) == FAIL… in php_imagechar()
3726 ch = (int)((unsigned char)*C); in php_imagechar()
3728 str = (unsigned char *) estrndup(C, C_len); in php_imagechar()
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt41 dimanche 1 janvier 2012 ap. J.-C. à 03:00:00 heure de Kaliningrad
51 dimanche 1 janvier 2012 ap. J.-C. à 00:00:00 Temps universel coordonné
H A Ddateformat_get_set_calendar_variant_icu70.phpt40 dimanche 1 janvier 2012 ap. J.-C. à 03:00:00 heure de Kaliningrad
50 dimanche 1 janvier 2012 ap. J.-C. à 00:00:00 temps universel coordonné
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt16 $db->exec("SET LC_MESSAGES='C'");
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2501 - rx->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
2506 - rx->old_lc_ctype = setlocale(LC_CTYPE, "C");
3173 - c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
3178 - char *old_lc_ctype = setlocale(LC_CTYPE, "C");
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt32 FFI\ParserException: undefined C type 'oid' at line 1
33 FFI\ParserException: undefined C type 'oid' at line 1
34 FFI\ParserException: undefined C type 'some_not_declared_type' at line 3
/PHP-7.4/build/
H A Dpkg.m4141 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
H A Dphp.m4184 dnl the compiler. Sources can be either written in C or C++ (filenames shall end
933 dnl "cxx" can be used to indicate that a C++ shared module is desired.
2187 dnl Detect Intel C++ Compiler and unset $GCC if ICC found.
2374 …CFLAGS="\$(CFLAGS_CLEAN)" dtrace -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@.bak && \$(SED) -e 's,PH…
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c658 if (C->is_long) { in odbc_stmt_get_col()
668 rc = SQLGetData(S->stmt, colno+1, C->is_unicode ? SQL_C_BINARY : SQL_C_CHAR, C->data, in odbc_stmt_get_col()
669 256, &C->fetched_len); in odbc_stmt_get_col()
691 buf = estrndup(C->data, 256); in odbc_stmt_get_col()
695 C->fetched_len = 0; in odbc_stmt_get_col()
717 used = used + C->fetched_len; in odbc_stmt_get_col()
733 if (C->is_unicode) { in odbc_stmt_get_col()
752 } else if (C->fetched_len >= 0) { in odbc_stmt_get_col()
754 *ptr = C->data; in odbc_stmt_get_col()
755 *len = C->fetched_len; in odbc_stmt_get_col()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt45 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
50 …esult() cannot be tested, because one would need to cause an error inside the C function to test it
H A Dmysqli_report_wo_ps.phpt53 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
57 …esult() cannot be tested, because one would need to cause an error inside the C function to test it
H A Dmysqli_last_insert_id.phpt14 values. Check the MySQL C API reference manual for details.
H A Dmysqli_fetch_assoc_oo.phpt42 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
77 ["C"]=>
H A Dmysqli_fetch_all.phpt70 … if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
77 if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 AS b, 3 AS c, 4 AS C")) {
444 ["C"]=>
H A Dmysqli_fetch_all_oo.phpt71 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
78 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS b, 3 AS c, 4 AS C")) {
424 ["C"]=>
H A Dmysqli_fetch_array.phpt43 … if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
50 if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 AS b, 3 AS c, 4 AS C")) {
357 ["C"]=>
H A Dmysqli_fetch_array_oo.phpt42 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
49 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS b, 3 AS c, 4 AS C")) {
345 ["C"]=>
H A Dmysqli_fetch_assoc.phpt41 4 AS C,
90 ["C"]=>
/PHP-7.4/Zend/tests/
H A Dbug66719.phpt21 class C
34 C::test();
/PHP-7.4/appveyor/
H A Dtest_task.bat31 "C:\Program Files\MySql\MySQL Server 5.7\bin\mysql.exe" --user=%MYSQL_TEST_USER% -e "CREATE DATABAS…
40 "C:\Program Files\PostgreSQL\10\bin\createdb.exe" test
50 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
51 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
53 set OPENSSLDIR="C:\Program Files\Common Files\SSL"
55 set OPENSSLDIR="C:\Program Files (x86)\Common Files\SSL"
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_53280.phpt13 $dbh->exec('CREATE TABLE testz(A VARCHAR(30), B VARCHAR(30), C VARCHAR(30))');
14 $dbh->exec("INSERT INTO testz VALUES ('A', 'B', 'C')");
18 $stmt2 = "SELECT B, C FROM testz WHERE A = ? AND B = ?";
48 ["C"]=>
49 string(1) "C"
51 string(1) "C"
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc355 case "C":
/PHP-7.4/ext/pcre/tests/
H A Dctype_back_to_c.phpt2 Changing LC_CTYPE back to C
11 var_dump(setlocale(LC_CTYPE, "C") !== false);

Completed in 60 milliseconds

12345678910>>...31