| /PHP_5_4/ext/oci8/tests/ |
| H A D | conn_attr.inc | 58 $s2 = oci_parse($conn,$sel_stmt); 59 oci_execute($s2,OCI_DEFAULT); 60 while (oci_fetch($s2)) { 61 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n"; 122 $s2 = oci_parse($conn,$sel_stmt); 123 oci_execute($s2,OCI_DEFAULT); 124 while (oci_fetch($s2)) { 125 echo "The value of current EDITION is ".oci_result($s2,1)."\n"; 133 $s2 = oci_parse($conn,$sel_stmt); 134 oci_execute($s2,OCI_DEFAUL [all...] |
| H A D | drcp_functions.inc | 41 $s2 = oci_parse($conn,$sel_stmt); 42 oci_execute($s2,OCI_DEFAULT); 43 while(oci_fetch($s2)) { 44 echo "The value of DEPT for id 105 is ".oci_result($s2,1)."\n"; 51 $s2 = oci_parse($conn, $sel_stmt); 52 oci_define_by_name($s2,'f1',$ret_num); 53 oci_execute($s2); 54 while(oci_fetch($s2)) { 55 echo " The value of the package variable is ".oci_result($s2,1)."\n"; 89 $s2 [all...] |
| /PHP_5_4/ext/phar/ |
| H A D | makestub.php | 29 $s2 = substr($s, strlen($s1) + strlen('index.php')); variable 30 $s2 = substr($s2, 0, strpos($s2, 'XXXX')); variable 31 $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php')); 86 $stub .= "\tstatic const char newstub2[] = \"" . $s2 . "\";
|
| /PHP_5_4/ext/soap/tests/interop/Round4/GroupH/ |
| H A D | round4_groupH_complex_rpcenc.inc | 16 function echoMultipleFaults1($which, $s1, $s2) { 18 return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $s2, "ComplexFault2"); 24 function echoMultipleFaults2($which, $s1, $s2, $s3) { 26 return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s2, "ComplexFault2");
|
| /PHP_5_4/ext/standard/html_tables/ |
| H A D | html_table_gen.php | 524 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable 527 $mstable[$s1][$s2][$s3] = ""; 529 $mstable[$s1][$s2][$s3] = $el[0];
|
| /PHP_5_4/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_win32.h | 13 # define strcasecmp(s1, s2) stricmp(s1, s2)
|
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_fopen_index_encrypted.c | 55 struct zip_source *src, *s2; 118 if ((s2=enc_impl(za, src, ZIP_EM_TRAD_PKWARE, 0, 124 src = s2; 127 if ((s2=comp_impl(za, src, za->cdir->entry[fileno].comp_method, 133 src = s2; 137 if ((s2=zip_source_crc(za, src, 1)) == NULL) { 142 src = s2; 53 struct zip_source *src, *s2; local
|
| H A D | zip_source_pkware.c | 75 struct zip_source *s2; 101 if ((s2=zip_source_layered(za, src, pkware_decrypt, ctx)) == NULL) { 106 return s2; 72 struct zip_source *s2; local
|
| H A D | zip_close.c | 360 struct zip_source *s2; 374 if ((s2=zip_source_crc(za, src, 0)) == NULL) { 375 zip_source_pop(s2); 387 zip_source_pop(s2); 390 if ((s2=comp_impl(za, s2, ZIP_CM_DEFLATE, ZIP_CODEC_ENCODE)) 393 zip_source_pop(s2); 398 s2 = src; 402 ret = copy_source(za, s2, ft); 404 if (zip_source_stat(s2, 356 struct zip_source *s2; local [all...] |
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_env.c | 105 static char * nvmatch(char *s1, char *s2) /* {{{ */ argument 107 while(*s1 == *s2++) 110 return s2; 113 if(*s1 == '\0' && *(s2-1) == '=') { 114 return s2;
|
| /PHP_5_4/ext/intl/spoofchecker/ |
| H A D | spoofchecker_main.c | 62 char *s1, *s2; local 68 &s2, &s2_len, &error_code)) { 74 ret = uspoof_areConfusableUTF8(co->uspoof, s1, s1_len, s2, s2_len, SPOOFCHECKER_ERROR_CODE_P(co));
|
| /PHP_5_4/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_cp932.c | 99 #define SJIS_ENCODE(c1,c2,s1,s2) \ 109 s2 = c2; \ 112 s2--; \ 114 s2 += 0x20; \ 116 s2 += 0x7e; \ 120 #define SJIS_DECODE(c1,c2,s1,s2) \ 130 s2 = c2; \ 131 if (s2 < 0x9f) { \ 132 if (s2 < 0x7f) { \ 133 s2 149 int c1, s, s1, s2, w; local 234 int c1, c2, s1, s2; local [all...] |
| H A D | mbfilter_iso2022jp_mobile.c | 90 #define SJIS_ENCODE(c1,c2,s1,s2) \ 100 s2 = c2; \ 103 s2--; \ 105 s2 += 0x20; \ 107 s2 += 0x7e; \ 111 #define SJIS_DECODE(c1,c2,s1,s2) \ 121 s2 = c2; \ 122 if (s2 < 0x9f) { \ 123 if (s2 < 0x7f) { \ 124 s2 322 int c1, c2, s1, s2; local [all...] |
| H A D | mbfilter_sjis.c | 102 #define SJIS_ENCODE(c1,c2,s1,s2) \ 112 s2 = c2; \ 115 s2--; \ 117 s2 += 0x20; \ 119 s2 += 0x7e; \ 123 #define SJIS_DECODE(c1,c2,s1,s2) \ 133 s2 = c2; \ 134 if (s2 < 0x9f) { \ 135 if (s2 < 0x7f) { \ 136 s2 152 int c1, s1, s2, w; local 217 int c1, c2, s1, s2; local [all...] |
| H A D | mbfilter_sjis_2004.c | 86 #define SJIS_ENCODE(c1,c2,s1,s2) \ 96 s2 = c2; \ 99 s2--; \ 101 s2 += 0x20; \ 103 s2 += 0x7e; \ 107 #define SJIS_DECODE(c1,c2,s1,s2) \ 117 s2 = c2; \ 118 if (s2 < 0x9f) { \ 119 if (s2 < 0x7f) { \ 120 s2 137 int c1, c2, s, s1, s2, w = 0, w1; local 487 int c1, c2, s1 = 0, s2; local 680 int k, c1, c2, s1, s2; local [all...] |
| H A D | mbfilter_sjis_mac.c | 85 #define SJIS_ENCODE(c1,c2,s1,s2) \ 95 s2 = c2; \ 98 s2--; \ 100 s2 += 0x20; \ 102 s2 += 0x7e; \ 106 #define SJIS_DECODE(c1,c2,s1,s2) \ 116 s2 = c2; \ 117 if (s2 < 0x9f) { \ 118 if (s2 < 0x7f) { \ 119 s2 135 int c1, s, s1, s2, w; local 283 int c1, c2, s1, s2, mode; local [all...] |
| H A D | mbfilter_sjis_mobile.c | 198 #define SJIS_ENCODE(c1,c2,s1,s2) \ 208 s2 = c2; \ 211 s2--; \ 213 s2 += 0x20; \ 215 s2 += 0x7e; \ 219 #define SJIS_DECODE(c1,c2,s1,s2) \ 229 s2 = c2; \ 230 if (s2 < 0x9f) { \ 231 if (s2 < 0x7f) { \ 232 s2 608 int c1, s, s1, s2, w; local 788 int c1, c2, s1, s2; local [all...] |
| H A D | mbfilter_sjis_open.c | 99 #define SJIS_ENCODE(c1,c2,s1,s2) \ 109 s2 = c2; \ 112 s2--; \ 114 s2 += 0x20; \ 116 s2 += 0x7e; \ 120 #define SJIS_DECODE(c1,c2,s1,s2) \ 130 s2 = c2; \ 131 if (s2 < 0x9f) { \ 132 if (s2 < 0x7f) { \ 133 s2 148 int c1, s, s1, s2, w; local 233 int c1, c2, s1, s2; local [all...] |
| /PHP_5_4/ext/mbstring/tests/ |
| H A D | common.inc | 40 's2' => 'English Text' 46 public $s2 = 'English Text';
|
| /PHP_5_4/Zend/ |
| H A D | zend_config.w32.h | 54 #define strcasecmp(s1, s2) stricmp(s1, s2) 55 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
|
| H A D | zend_operators.c | 1940 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ argument 1944 if (s1 == s2) { 1947 retval = memcmp(s1, s2, MIN(len1, len2)); 1956 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length) /* {{{ */ argument 1960 if (s1 == s2) { 1963 retval = memcmp(s1, s2, MIN(length, MIN(len1, len2))); 1972 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ argument 1977 if (s1 == s2) { 1984 c2 = zend_tolower((int)*(unsigned char *)s2++); 1994 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uin argument 2015 zend_binary_zval_strcmp(zval *s1, zval *s2) argument 2021 zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) argument 2027 zend_binary_zval_strcasecmp(zval *s1, zval *s2) argument 2033 zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) argument 2039 zendi_smart_strcmp(zval *result, zval *s1, zval *s2) argument [all...] |
| /PHP_5_4/ext/mbstring/ |
| H A D | mb_gpc.c | 198 const char *s1, *s2; local 221 for (s2=info->separator; *s2 != '\0'; s2++) { 222 if (*s1 == *s2) {
|
| /PHP_5_4/ext/standard/ |
| H A D | lcg.c | 65 MODMULT(52774, 40692, 3791, 2147483399L, LCG(s2)); 67 z = LCG(s1) - LCG(s2); 86 LCG(s2) = (long) tsrm_thread_id(); 88 LCG(s2) = (long) getpid(); 91 /* Add entropy to s2 by calling gettimeofday() again */ 93 LCG(s2) ^= (tv.tv_usec<<11);
|
| H A D | levenshtein.c | 30 static int reference_levdist(const char *s1, int l1, const char *s2, int l2, int cost_ins, int cost_rep, int cost_del ) argument 55 c0 = p1[i2] + ((s1[i1] == s2[i2]) ? 0 : cost_rep);
|
| H A D | php_lcg.h | 28 php_int32 s2; member in struct:__anon245
|