/PHP-7.1/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 889 if (pc->output >= pc->start) { in collector_strpos() 895 if (pc->needle_pos >= pc->needle_len) { in collector_strpos() 1225 pc.needle_len = pc.needle.pos; in mbfl_substr_count() 1287 if (pc->output >= pc->stop) { in collector_substr() 1291 if (pc->output >= pc->start) { in collector_substr() 1834 (*pc->decoder->filter_function)(c, pc->decoder); in collector_strimwidth() 1837 if (pc->outchar >= pc->from) { in collector_strimwidth() 1840 if (pc->outwidth > pc->width) { in collector_strimwidth() 1842 pc->endpos = pc->device.pos; in collector_strimwidth() 1933 pc.device.pos = pc.endpos; in mbfl_strimwidth() [all …]
|
/PHP-7.1/ext/oci8/tests/ |
H A D | statement_cache.phpt | 15 $pc = oci_pconnect($user, $password, $dbase); 17 $stmt = oci_parse($pc, "select 1+3 from dual"); 21 $stmt = oci_parse($pc, "select 1+3 from dual");
|
H A D | select_null.phpt | 10 $pc = oci_pconnect($user, $password, $dbase); 12 $stmt = oci_parse($pc, "select NULL from dual");
|
H A D | execute_mode.phpt | 10 $pc = oci_pconnect($user, $password, $dbase); 12 $stmt = oci_parse($pc, "select NULL from dual");
|
/PHP-7.1/ |
H A D | config.guess | 298 echo alpha-pc-interix 856 echo x86_64-pc-mks 862 echo i586-pc-interix 1098 pc:*:*:*) 1105 echo i586-pc-msdosdjgpp 1108 echo i386-pc-mach3 1226 echo i586-pc-beos 1229 echo i586-pc-haiku 1291 UNAME_MACHINE=pc 1296 echo i386-pc-qnx [all …]
|
H A D | config.sub | 363 basic_machine=$basic_machine-pc 745 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 749 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 753 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 757 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gdft.c | 629 int x, y, row, col, pc, pcr; local 640 pc = row * bitmap.pitch; 641 pcr = pc; 648 for (col = 0; col < bitmap.width; col++, pc++) { 654 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 698 pc = row * bitmap.pitch; 699 pcr = pc; 701 pc *= 8; /* pc is measured in bits for monochrome images */ 710 for (col = 0; col < bitmap.width; col++, pc++) { 717 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1); [all …]
|
/PHP-7.1/ext/curl/tests/ |
H A D | check_win_config.phpt | 49 Host => %s-pc-win32
|
/PHP-7.1/ext/reflection/tests/ |
H A D | property_exists.phpt | 63 $pc = array($oA, 'A', 'B', 'C', $oC); 66 foreach($pc as $p1) {
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | README | 424 . libpcre16.pc ) 425 . libpcre32.pc ) 476 libpcre16.pc 477 libpcre32.pc 478 libpcre.pc 479 libpcreposix.pc 952 libpcre16.pc.in template for libpcre16.pc for pkg-config 953 libpcre32.pc.in template for libpcre32.pc for pkg-config 954 libpcre.pc.in template for libpcre.pc for pkg-config 955 libpcreposix.pc.in template for libpcreposix.pc for pkg-config [all …]
|
H A D | pcre_compile.c | 5015 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch() local 5020 if (posix_substitutes[pc] != NULL) in compile_branch() 5023 ptr = posix_substitutes[pc] - 1; in compile_branch()
|
H A D | ChangeLog | 2279 6. No libpcreposix.pc file was created for pkg-config; there was just 2280 libpcre.pc and libpcrecpp.pc. The omission has been rectified. 2334 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp, 2335 libpcrecpp.pc and pcre-config when PCRE is not compiled as a shared 4066 1. The file libpcre.pc.in did not have general read permission in the tarball. 4299 19. libpcre.pc was being incorrectly installed as executable.
|
/PHP-7.1/build/ |
H A D | shtool | 1726 pc=99 1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile 1739 pc=`expr $pc - 1`
|
H A D | libtool.m4 | 2546 pc)
|
/PHP-7.1/ext/json/ |
H A D | json_scanner.re | 72 php_json_ctype *pc = s->cursor - start; 74 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
|
H A D | json_scanner.c | 73 php_json_ctype *pc = s->cursor - start; in php_json_ucs2_to_int_ex() local 75 code |= php_json_hex_to_int(*(pc--)) << (i * 4); in php_json_ucs2_to_int_ex()
|
/PHP-7.1/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 47701 pc = 0; 47709 aOp[pc+2] += aOp[pc+3]; 47721 pc += nx; 64655 if( pc<iFree ){ put2byte(pAddr, pc+sz); } 64674 if( pc<iCellFirst || pc>iCellLast ){ 64677 assert( pc>=iCellFirst && pc<=iCellLast ); 64766 pc = get2byte(&aData[pc]); 65147 if( pc<iCellFirst || pc>iCellLast ){ 73040 if( pc<contentOffset || pc>usableSize-4 ){ 73113 btreeHeapInsert(heap, (pc<<16)|(pc+size-1)); [all …]
|
/PHP-7.1/ext/hash/tests/ |
H A D | fnv1a32.phpt | 163 array( 'BQMQ[1|F1]Lk]|pc&WD5buo|ab|D+*}', '5d600f5e' ),
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 9522 unsigned long long pc, in parse_insn_tilegx() argument 9569 opval = (raw_opval * TILEGX_BUNDLE_SIZE_IN_BYTES) + pc; in parse_insn_tilegx()
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | HISTORY | 18 2013/04/04: [dist] add oniguruma.pc.in file. (for pkg-config)
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 7834 # grub-1.94/kern/i386/pc/startup.S 11564 # http://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt 18096 >>6 string \\pc IBM PC, code page 437 19248 # http://www.ullrich.es/job/service-menue/panasonic/panasonic-sendersortierung-sat-am-pc/
|
H A D | magic私はガラスを食べられます | 7834 # grub-1.94/kern/i386/pc/startup.S 11564 # http://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt 18096 >>6 string \\pc IBM PC, code page 437 19248 # http://www.ullrich.es/job/service-menue/panasonic/panasonic-sendersortierung-sat-am-pc/
|