Home
last modified time | relevance | path

Searched refs:rc1 (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/standard/tests/versioning/
H A Dversion_compare.phpt92 1.0rc1 = 1.0rc1
558 1.0rc1 lt 1.0rc1 : false
559 1.0rc1 < 1.0rc1 : false
560 1.0rc1 le 1.0rc1 : true
561 1.0rc1 <= 1.0rc1 : true
562 1.0rc1 gt 1.0rc1 : false
564 1.0rc1 ge 1.0rc1 : true
565 1.0rc1 >= 1.0rc1 : true
566 1.0rc1 eq 1.0rc1 : true
567 1.0rc1 = 1.0rc1 : true
[all …]
/php-src/ext/opcache/tests/jit/
H A Dassign_003.phpt13 $a = array(); // [rc1, array]
14 $a = 1; // [rc1, long, reg]
/php-src/ext/reflection/tests/
H A DReflectionClass_getInterfaceNames_basic.phpt16 $rc1 = new ReflectionClass("Baz");
17 var_dump($rc1->getInterfaceNames());
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c158 RETCODE rc, rc1; in odbc_stmt_execute() local
195 rc1 = SQLPutData(S->stmt, Z_STRVAL_P(parameter), in odbc_stmt_execute()
197 if (rc1 != SQL_SUCCESS && rc1 != SQL_SUCCESS_WITH_INFO) { in odbc_stmt_execute()
198 rc = rc1; in odbc_stmt_execute()
202 rc1 = SQLPutData(S->stmt, S->convbuf, ulen); in odbc_stmt_execute()
203 if (rc1 != SQL_SUCCESS && rc1 != SQL_SUCCESS_WITH_INFO) { in odbc_stmt_execute()
204 rc = rc1; in odbc_stmt_execute()
242 rc1 = SQLPutData(S->stmt, buf, len); in odbc_stmt_execute()
243 if (rc1 != SQL_SUCCESS && rc1 != SQL_SUCCESS_WITH_INFO) { in odbc_stmt_execute()
244 rc = rc1; in odbc_stmt_execute()
/php-src/Zend/tests/
H A Dbug80255.phpt2 Bug #80255: Opcache bug (bad condition result) in 8.0.0rc1
/php-src/ext/pcre/
H A Dphp_pcre.c542 int rc1, rc2; in make_subpats_table() local
544 rc1 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMETABLE, &name_table); in make_subpats_table()
546 if (rc1 < 0 || rc2 < 0) { in make_subpats_table()
547 php_error_docref(NULL, E_WARNING, "Internal pcre2_pattern_info() error %d", rc1 < 0 ? rc1 : rc2); in make_subpats_table()
/php-src/
H A Dconfigure.ac68 AC_ARG_VAR([PHP_EXTRA_VERSION],[Extra PHP version label suffix, e.g. '-dev', 'rc1', '-acme'])dnl

Completed in 25 milliseconds