Home
last modified time | relevance | path

Searched refs:cc (Results 51 – 75 of 77) sorted by relevance

1234

/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt53 'cc' => 'text/plain',
347 'cc' => 'text/plain',
649 'cc' => 'text/plain',
H A Dphar_setdefaultstub.phpt73 'cc' => 'text/plain',
368 'cc' => 'text/plain',
663 'cc' => 'text/plain',
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt250 LATIN CAPITAL LETTER I WITH GRAVE: Ì => cc
251 Ì => cc
H A Dhtml_entity_decode_macroman.phpt359 Ã => cc
385 LATIN CAPITAL LETTER A WITH TILDE: Ã => cc
H A Dhtml_entity_decode_iso8859-5.phpt250 CYRILLIC CAPITAL LETTER SOFT SIGN: Ь => cc
H A Dhtml_entity_decode_win1251.phpt382 CYRILLIC CAPITAL LETTER EM: М => cc
H A Dhtml_entity_decode_cp866.phpt378 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT: ╠ => cc
H A Dhtml_entity_decode_koi8-r.phpt378 CYRILLIC SMALL LETTER EL: л => cc
H A Dbug49785.phpt230 string(2) "cc"
/php-src/ext/phar/tests/files/
H A Dopenssl.phar18 'cc' => 'text/plain',
H A Dopenssl256.phar18 'cc' => 'text/plain',
H A Dopenssl512.phar18 'cc' => 'text/plain',
H A Dinclude_path2.phar18 'cc' => 'text/plain',
H A Dnophar.phar18 'cc' => 'text/plain',
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar18 'cc' => 'text/plain',
H A Dopenssl.phar18 'cc' => 'text/plain',
/php-src/ext/gd/libgd/
H A Dgd.c1182 #define BLEND_COLOR(a, nc, c, cc) \ argument
1183 nc = (cc) + (((((c) - (cc)) * (a)) + ((((c) - (cc)) * (a)) >> 8) + 0x80) >> 8);
/php-src/build/
H A Dltmain.sh606 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
788 *.cc) xform=cc ;;
H A Dphp.m4254 …*.cpp|*.cc|*.cxx[)] ac_comp="$b_cxx_pre $ac_inc $b_cxx_meta $3 -c $ac_srcdir$ac_src -o $ac_bdir$ac…
430 dnl Can be passed to native cc/libtool
434 dnl cc-specific
H A Dconfig.guess126 for driver in cc gcc c89 c99 ; do
H A Dlibtool.m4147 test -z "$CC" && CC=cc
1809 …sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/…
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.lua242 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
/php-src/Zend/Optimizer/
H A Dzend_inference.c3918 …const zend_class_constant *cc = zend_fetch_class_const_info(script, op_array, opline, &is_prototyp… in _zend_update_type_info() local
3919 if (!cc || !ZEND_TYPE_IS_SET(cc->type)) { in _zend_update_type_info()
3923 UPDATE_SSA_TYPE(zend_convert_type(script, cc->type, &ce), ssa_op->result_def); in _zend_update_type_info()
/php-src/
H A Dconfigure.ac130 AC_PROG_CC([cc gcc])
142 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)
/php-src/Zend/
H A Dzend_compile.c1815 zend_class_constant *cc; in zend_try_ct_eval_class_const() local
1819 cc = zend_hash_find_ptr(&CG(active_class_entry)->constants_table, name); in zend_try_ct_eval_class_const()
1823 cc = zend_hash_find_ptr(&ce->constants_table, name); in zend_try_ct_eval_class_const()
1835 if (!cc || !zend_verify_ct_const_access(cc, CG(active_class_entry))) { in zend_try_ct_eval_class_const()
1839 c = &cc->value; in zend_try_ct_eval_class_const()

Completed in 161 milliseconds

1234