| /PHP_5_3/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_3/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_3/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_3/ext/sqlite/libsqlite/src/ |
| H A D | vacuum.c | 44 dynStr s1, s2; /* Two dynamic strings */ member in struct:vacuumStruct 115 p->s2.nUsed = 0; 116 appendText(&p->s2, "INSERT INTO ", -1); 117 appendQuoted(&p->s2, p->zTable); 118 appendText(&p->s2, " VALUES", -1); 120 appendText(&p->s2, zSep, 1); 123 appendText(&p->s2, "NULL", 4); 125 appendQuoted(&p->s2, argv[i]); 128 appendText(&p->s2,")", 1); 129 p->rc = execsql(p->pzErrMsg, p->dbNew, p->s2 [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_win32.h | 13 # define strcasecmp(s1, s2) stricmp(s1, s2)
|
| /PHP_5_3/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_deflate.c | 70 struct zip_source *s2; 91 if ((s2=zip_source_layered(za, src, 99 return s2; 68 struct zip_source *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_3/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_3/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_iso2022_jp_ms.c | 295 int c1, c2, s1, s2; local 298 s2 = 0; 317 s2 = 1; 343 if ((s1 <= 0) || (s1 >= 0xa1a1 && s2 == 0)) { /* not found or X 0212 */
|
| H A D | mbfilter_sjis.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, s1, s2, w; local 214 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 149 int c1, s, s1, s2, w; local 234 int c1, c2, s1, s2; local [all...] |
| /PHP_5_3/ext/mbstring/tests/ |
| H A D | common.inc | 40 's2' => 'English Text' 46 public $s2 = 'English Text';
|
| /PHP_5_3/ext/mbstring/ |
| H A D | mb_gpc.c | 198 const char *s1, *s2; local 229 for (s2=info->separator; *s2 != '\0'; s2++) { 230 if (*s1 == *s2) {
|
| /PHP_5_3/ext/standard/ |
| H A D | http_fopen_wrapper.c | 429 char *s2, *tmp_c = estrdup(tmp); local 433 if ((s2 = memchr(s, '\n', tmp_c + l - s))) { 434 int b = tmp_c + l - 1 - s2; 435 memmove(tmp, tmp + (s2 + 1 - tmp_c), b); 436 memmove(tmp_c, s2 + 1, b); 444 if ((s2 = memchr(s, '\n', tmp_c + l - s))) { 445 memmove(tmp, tmp + (s2 + 1 - tmp_c), tmp_c + l - 1 - s2);
|
| 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:__anon218
|
| /PHP_5_3/ext/zlib/ |
| H A D | zlib.c | 496 char *data, *s2; local 508 s2 = (char *) emalloc(l2); 509 if (!s2) { 514 status = compress2(s2, &l2, data, data_len, level); 516 status = compress(s2, &l2, data, data_len); 520 s2 = erealloc(s2, l2 + 1); 521 s2[l2] = '\0'; 522 RETURN_STRINGL(s2, l2, 0); 524 efree(s2); 539 char *data, *s1=NULL, *s2=NULL; local 584 char *data, *s2; local 646 char *data, *s1=NULL, *s2=NULL; local 859 char *data, *s2; local [all...] |
| /PHP_5_3/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 | 1904 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ argument 1908 retval = memcmp(s1, s2, MIN(len1, len2)); 1917 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length) /* {{{ */ argument 1921 retval = memcmp(s1, s2, MIN(length, MIN(len1, len2))); 1930 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ argument 1939 c2 = zend_tolower((int)*(unsigned char *)s2++); 1949 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint length) /* {{{ */ argument 1958 c2 = zend_tolower((int)*(unsigned char *)s2++); 1968 ZEND_API int zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ argument 1970 return zend_binary_strcmp(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_ 1974 zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) argument 1980 zend_binary_zval_strcasecmp(zval *s1, zval *s2) argument 1986 zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3) argument 1992 zendi_smart_strcmp(zval *result, zval *s1, zval *s2) argument [all...] |
| H A D | zend_operators.h | 310 ZEND_API int zend_binary_zval_strcmp(zval *s1, zval *s2); 311 ZEND_API int zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3); 312 ZEND_API int zend_binary_zval_strcasecmp(zval *s1, zval *s2); 313 ZEND_API int zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3); 314 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2); 315 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length); 316 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2); 317 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint length); 319 ZEND_API void zendi_smart_strcmp(zval *result, zval *s1, zval *s2);
|