Home
last modified time | relevance | path

Searched refs:rc (Results 151 – 168 of 168) sorted by relevance

1234567

/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt8 $rc = new ReflectionClass("ReflectionClass");
9 echo $rc;
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_result.c453 enum_func_status rc = set->m.row_decoder( in MYSQLND_METHOD() local
456 if (PASS != rc) { in MYSQLND_METHOD()
566 enum_func_status rc; in MYSQLND_METHOD() local
569 rc = result->stored_data->m.row_decoder(&set->row_buffers[set->current_row], in MYSQLND_METHOD()
575 if (rc != PASS) { in MYSQLND_METHOD()
/PHP-8.1/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 (rc >= 0) { in browser_reg_compare()
H A Dvar_unserializer.re1089 * rc>1 array. This is okay, since the array is, ostensibly, only visible to
/PHP-8.1/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.1/ext/hash/
H A Dhash_whirlpool.c87 rc[r]; in WhirlpoolTransform()
H A Dphp_hash_whirlpool_tables.h22 static const uint64_t rc[R + 1] = { variable
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4931 int rc; in add_to_class_internal() local
4937 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class_internal()
4941 if (rc > 0) n8 += add_list_to_class_internal(classbits, uchardptr, options, cb, in add_to_class_internal()
4942 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()
10275 recurse_cache rc[RSCAN_CACHE_SIZE]; in pcre2_compile() local
10290 if (groupnumber == rc[p].groupnumber) in pcre2_compile()
10292 rgroup = rc[p].group; in pcre2_compile()
10300 if (groupnumber > rc[p].groupnumber) search_from = rc[p].group; in pcre2_compile()
10312 rc[start].groupnumber = groupnumber; in pcre2_compile()
10313 rc[start].group = rgroup; in pcre2_compile()
H A Dpcre2_intmodedep.h663 int rc; /* The return code from the match */ member
/PHP-8.1/build/
H A Dshtool460 rc="$1"
464 exit $rc
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c828 int rc; in init_lve_ex() local
840 rc = (*fp_lve_instance_init)(NULL); in init_lve_ex()
841 s_lve = malloc(rc); in init_lve_ex()
843 rc = (*fp_lve_instance_init)(s_lve); in init_lve_ex()
844 if (rc != 0) in init_lve_ex()
/PHP-8.1/ext/zip/
H A Dphp_zip.c748 int rc; in php_zip_pcre() local
783rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, m… in php_zip_pcre()
786 if (rc < 0) { in php_zip_pcre()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c4915 const TValue*rc,TMS op){
4919 (c=luaV_tonumber(rc,&tempc))!=NULL){
4932 else if(!call_binTM(L,rb,rc,ra,op))
4933 luaG_aritherror(L,rb,rc);
4943 …TValue*rc=RKC(i);if(ttisnumber(rb)&&ttisnumber(rc)){lua_Number nb=nvalue(rb),nc=nvalue(rc);setnval…
5097 TValue*rc=RKC(i);
5099 if(equalobj(L,rb,rc)==GETARG_A(i))
/PHP-8.1/ext/spl/
H A Dspl_iterators.c1805 int rc; in PHP_METHOD() local
1840rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, match_data, php_pcre_… in PHP_METHOD()
1841 RETVAL_BOOL(rc >= 0); in PHP_METHOD()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c4643 int rc;
4757 rc = php_request_startup();
4761 if (rc == SUCCESS) {
/PHP-8.1/docs/
H A Drelease-process.md143 Example: When packaging an RC, set the `rc` with appropriate information for
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic7338 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
H A Dmagic私はガラスを食べられます7338 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable

Completed in 368 milliseconds

1234567