Home
last modified time | relevance | path

Searched refs:rc (Results 126 – 150 of 164) sorted by relevance

1234567

/PHP-8.0/ext/mysqli/tests/
H A D019.phpt18 $rc = mysqli_query($link,"CREATE TABLE insert_read(col1 tinyint, col2 smallint,
25 if (!$rc)
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_convert.c1061 int i, rc; in pcre2_pattern_convert() local
1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
1095 if (rc != 0) in pcre2_pattern_convert()
1098 return rc; in pcre2_pattern_convert()
1123 rc = convert_glob(options & ~PCRE2_CONVERT_GLOB, pattern, plength, utf, in pcre2_pattern_convert()
1129 rc = convert_posix(pattype, pattern, plength, utf, use_buffer, use_length, in pcre2_pattern_convert()
1138 if (rc != 0 || /* Error */ in pcre2_pattern_convert()
1141 return rc; in pcre2_pattern_convert()
H A Dpcre2_match.c268 int rc; in do_callout() local
326 return rc; in do_callout()
6106 int rc; in pcre2_match() local
6358 return rc; in pcre2_match()
6477 if (!allow_invalid || match_data->rc > 0) return match_data->rc; in pcre2_match()
7061 switch(rc) in pcre2_match()
7116 rc = MATCH_NOMATCH; in pcre2_match()
7182 (rc == MATCH_NOMATCH || rc == PCRE2_ERROR_PARTIAL)) in pcre2_match()
7212 if (rc == 0) in pcre2_match()
7222 else if (rc < 0) in pcre2_match()
[all …]
/PHP-8.0/ext/standard/tests/assert/
H A Dassert_variation.phpt51 var_dump($rc=assert_options(ASSERT_CALLBACK, "c1"));
58 var_dump($rc = assert_options(ASSERT_CALLBACK,array("c1","assert")));
66 var_dump($rc=assert_options(ASSERT_CALLBACK,array(&$o,"assert")));
/PHP-8.0/ext/filter/
H A Dlogical_filters.c472 int rc; in php_filter_validate_regexp() local
490rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, match_data, php_pcre_… in php_filter_validate_regexp()
494 if (rc < 0) { in php_filter_validate_regexp()
673 int rc; in php_filter_validate_email() local
702rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, match_data, php_pcre_… in php_filter_validate_email()
706 if (rc < 0) { in php_filter_validate_email()
/PHP-8.0/win32/build/
H A DMakefile39 MCFILE=$(BUILD_DIR)\wsyslog.rc
127 $(PHPDLL_RES): win32\build\template.rc
131 win32\build\template.rc
174 …_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.manif…
246 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
H A DMakefile.phpize31 …_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.dbg $…
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_result.c59 if (rc != PASS) { in MYSQLND_METHOD()
96 enum_func_status rc; in MYSQLND_METHOD() local
115 if (rc != PASS) { in MYSQLND_METHOD()
700 if (PASS != rc) { in MYSQLND_METHOD()
832 if (PASS != rc) { in MYSQLND_METHOD()
986 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
992 if (rc != PASS) { in MYSQLND_METHOD()
1076 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
1082 if (rc != PASS) { in MYSQLND_METHOD()
1159 enum_func_status rc; in MYSQLND_METHOD() local
[all …]
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_001.phpt68 $rc = new ReflectionClass($class);
70 print_r($rc->getStaticProperties());
72 print_r($rc->getDefaultProperties());
H A DReflectionClass_getProperty_004.phpt41 $rc = new ReflectionClass("C");
44 global $rc, $myC;
47 $rp = $rc->getProperty($name);
H A DReflectionClass_getInterfaces_001.phpt37 $rc = new ReflectionClass($class);
38 $interfaces = $rc->getInterfaces();
H A DReflectionClass_getProperty_003.phpt41 $rc = new ReflectionClass("C");
44 global $rc, $myC;
47 $rp = $rc->getProperty($name);
H A DReflectionClass_toString_001.phpt8 $rc = new ReflectionClass("ReflectionClass");
9 echo $rc;
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.init.d26 . /etc/rc.d/init.d/functions
H A Dphpdbg_out.c1267 int rc = 0; in phpdbg_rlog_internal() local
1285 rc = phpdbg_xml_vasprintf(&outbuf, format, 0, args); in phpdbg_rlog_internal()
1288 rc = phpdbg_mixed_write(fd, outbuf, rc); in phpdbg_rlog_internal()
1297 return rc; in phpdbg_rlog_internal()
/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c458 php_mb_regex_t *retval = NULL, *rc = NULL; in php_mbregex_compile_pattern() local
469 rc = zend_hash_str_find_ptr(&MBREX(ht_rc), (char *)pattern, patlen); in php_mbregex_compile_pattern()
470 …if (!rc || onig_get_options(rc) != options || onig_get_encoding(rc) != enc || onig_get_syntax(rc) … in php_mbregex_compile_pattern()
476 if (rc == MBREX(search_re)) { in php_mbregex_compile_pattern()
482 retval = rc; in php_mbregex_compile_pattern()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c575 int rc; local
756 rc = handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
757 if (rc != 0) {
758 if (rc < 0) {
765 rc = 0;
788 if (rc == 0) {
790 } else if (rc == 1) {
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_blacklist.c364 …int rc = pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_dat… local
365 if (rc >= 0) {
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c625 int rc; in pcre_get_compiled_regex_cache_ex() local
826 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE); in pcre_get_compiled_regex_cache_ex()
827 if (EXPECTED(rc >= 0)) { in pcre_get_compiled_regex_cache_ex()
832 } else if (rc == PCRE2_ERROR_NOMEMORY) { in pcre_get_compiled_regex_cache_ex()
839 pcre2_get_error_message(rc, error, sizeof(error)); in pcre_get_compiled_regex_cache_ex()
864 if (rc < 0) { in pcre_get_compiled_regex_cache_ex()
873 rc = pcre2_pattern_info(re, PCRE2_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache_ex()
874 if (rc < 0) { in pcre_get_compiled_regex_cache_ex()
956 int rc = 0; in php_pcre_create_match_data() local
960 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &capture_count); in php_pcre_create_match_data()
[all …]
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c103 int rc; in PHP_METHOD() local
133 rc = sqlite3_open_v2(fullpath, &(db_obj->db), flags, NULL); in PHP_METHOD()
134 if (rc != SQLITE_OK) { in PHP_METHOD()
1342 int rc; // Return code in PHP_METHOD() local
1359 rc = sqlite3_backup_step(dbBackup, -1); in PHP_METHOD()
1360 } while (rc == SQLITE_OK); in PHP_METHOD()
1363 rc = sqlite3_backup_finish(dbBackup); in PHP_METHOD()
1366 rc = sqlite3_errcode(source_obj->db); in PHP_METHOD()
1369 if (rc != SQLITE_OK) { in PHP_METHOD()
1370 if (rc == SQLITE_BUSY) { in PHP_METHOD()
[all …]
/PHP-8.0/ext/gd/
H A Dgd.c1162 RECT rc = {0}; in PHP_FUNCTION() local
1185 GetClientRect(window, &rc); in PHP_FUNCTION()
1186 Width = rc.right; in PHP_FUNCTION()
1187 Height = rc.bottom; in PHP_FUNCTION()
1190 Width = rc.right - rc.left; in PHP_FUNCTION()
1191 Height = rc.bottom - rc.top; in PHP_FUNCTION()
1230 RECT rc = {0}; in PHP_FUNCTION() local
1247 GetWindowRect(window, &rc); in PHP_FUNCTION()
1248 Width = rc.right - rc.left; in PHP_FUNCTION()
1249 Height = rc.bottom - rc.top; in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch575 - if (rc) {
1457 int rc;
1902 - int rc;
2531 - int rc, rv = -1;
2534 - if (rc) {
2610 - if (rx->rc == 0)
3402 - if (rc) {
3409 - rv = !rc;
3567 - int rc;
3582 - if (rc) {
[all …]
/PHP-8.0/ext/standard/
H A Dbrowscap.c556 int rc; in browser_reg_compare() local
611rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(agent_name), ZSTR_LEN(agent_name), 0, 0, match_data, php… in browser_reg_compare()
613 if (PCRE2_ERROR_NOMATCH != rc) { in browser_reg_compare()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c532 int rc; in cgi_getenv_win32() local
539 rc = _wgetenv_s(&size, NULL, 0, keyw); in cgi_getenv_win32()
540 if (rc || 0 == size) { in cgi_getenv_win32()
547 rc = _wgetenv_s(&size, valw, size, keyw); in cgi_getenv_win32()
548 if (!rc) { in cgi_getenv_win32()
/PHP-8.0/ext/hash/
H A Dhash_whirlpool.c87 rc[r]; in WhirlpoolTransform()

Completed in 103 milliseconds

1234567