Home
last modified time | relevance | path

Searched refs:s1 (Results 1 – 25 of 113) sorted by path

12345

/PHP-5.5/Zend/tests/
H A Dadd_006.phpt9 $s1 = "this is a string";
14 $c = $i + $s1;
26 $c = $s1 + $i;
H A Dadd_007.phpt8 $s1 = "some string";
10 $c = $a + $s1;
H A Dand_001.phpt7 $s1 = "234";
9 var_dump($s & $s1);
12 $s1 = "some";
14 var_dump($s & $s1);
17 $s1 = "some";
19 var_dump($s & $s1);
22 $s1 = "some long";
24 var_dump($s & $s1);
H A Dnot_001.phpt8 $s1 = "test";
14 $s1 = ~$s2;
15 var_dump(bin2hex($s1));
H A Dor_001.phpt7 $s1 = "2323.555";
9 var_dump($s | $s1);
10 var_dump($s1 | $s);
13 $s1 = "test";
15 var_dump($s | $s1);
H A Dshift_001.phpt7 $s1 = "test";
13 $s1 <<= 1;
14 var_dump($s1);
H A Dshift_002.phpt7 $s1 = "test";
13 $s1 >>= 1;
14 var_dump($s1);
H A Dxor_002.phpt7 $s1 = "234";
8 var_dump(bin2hex($s ^ $s1));
11 $s1 = "234";
12 var_dump(bin2hex($s ^ $s1));
15 $s1 = "test";
16 var_dump(bin2hex($s ^ $s1));
19 $s1 = "test";
20 var_dump(bin2hex($s ^ $s1));
23 $s1 = "test long";
24 var_dump(bin2hex($s ^ $s1));
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c480 char *s1; in ZEND_FUNCTION() local
483 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &s1, &s1_len) == FAILURE) { in ZEND_FUNCTION()
496 char *s1, *s2; in ZEND_FUNCTION() local
499 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &s1, &s1_len, &s2, &s2_len) == FAILURE)… in ZEND_FUNCTION()
503 RETURN_LONG(zend_binary_strcmp(s1, s1_len, s2, s2_len)); in ZEND_FUNCTION()
512 char *s1, *s2; in ZEND_FUNCTION() local
525 RETURN_LONG(zend_binary_strncmp(s1, s1_len, s2, s2_len, len)); in ZEND_FUNCTION()
534 char *s1, *s2; in ZEND_FUNCTION() local
541 RETURN_LONG(zend_binary_strcasecmp(s1, s1_len, s2, s2_len)); in ZEND_FUNCTION()
550 char *s1, *s2; in ZEND_FUNCTION() local
[all …]
H A Dzend_config.w32.h54 #define strcasecmp(s1, s2) stricmp(s1, s2) argument
55 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n) argument
H A Dzend_operators.c2011 if (s1 == s2) { in zend_binary_strcmp()
2027 if (s1 == s2) { in zend_binary_strncmp()
2044 if (s1 == s2) { in zend_binary_strcasecmp()
2066 if (s1 == s2) { in zend_binary_strncasecmp()
2087 if (s1 == s2) { in zend_binary_strcasecmp_l()
2109 if (s1 == s2) { in zend_binary_strncasecmp_l()
2127 return zend_binary_strcmp(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2)); in zend_binary_zval_strcmp()
2133 …return zend_binary_strncmp(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2), Z_LVAL_… in zend_binary_zval_strncmp()
2139 return zend_binary_strcasecmp_l(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2)); in zend_binary_zval_strcasecmp()
2145 …return zend_binary_strncasecmp_l(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2), Z… in zend_binary_zval_strncasecmp()
[all …]
H A Dzend_operators.h360 ZEND_API int zend_binary_zval_strcmp(zval *s1, zval *s2);
361 ZEND_API int zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3);
362 ZEND_API int zend_binary_zval_strcasecmp(zval *s1, zval *s2);
363 ZEND_API int zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3);
364 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2);
365 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
366 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2);
367 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len…
368 ZEND_API int zend_binary_strncasecmp_l(const char *s1, uint len1, const char *s2, uint len2, uint l…
370 ZEND_API void zendi_smart_strcmp(zval *result, zval *s1, zval *s2);
H A Dzend_strtod.c2043 CONST char *s, *s0, *s1; in zend_strtod() local
2137 s1 = s; in zend_strtod()
2140 if (s - s1 > 8 || L > 19999) in zend_strtod()
/PHP-5.5/ext/date/tests/
H A Dbug62852.phpt7 $s1 = 'O:8:"DateTime":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timez…
10 unserialize( $s1 );
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt13 <!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
14 <s1>foo</s1>';
H A DDOMDocument_standalone_basic.phpt13 <!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
14 <s1>foo</s1>';
45 <!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
46 <s1>foo</s1>
/PHP-5.5/ext/ereg/regex/
H A Dengine.c52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument
56 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1778 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp() argument
1786 const unsigned char *a = (const unsigned char *)s1; in file_strncmp()
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt29 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
31 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
33 Warning: finfo_open(): Failed to load magic database at '%s1'. in %s on line %d
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c100 ZEND_ARG_INFO(0, s1)
H A Dspoofchecker_main.c62 char *s1, *s2; in PHP_METHOD() local
67 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|z", &s1, &s1_len, in PHP_METHOD()
74 ret = uspoof_areConfusableUTF8(co->uspoof, s1, s1_len, s2, s2_len, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
/PHP-5.5/ext/intl/tests/
H A Dbug62070.phpt9 $s1 = 'Hello';
12 $res = collator_get_sort_key($coll, $s1);
H A Dbug62070_2.phpt8 $s1 = 'Hello';
11 $res = collator_get_sort_key($coll, $s1);
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp51932.c211 s1 = 0; in mbfl_filt_conv_wchar_cp51932()
221 if (s1 >= 0x8080) s1 = -1; /* we don't support JIS X0213 */ in mbfl_filt_conv_wchar_cp51932()
222 if (s1 <= 0) { in mbfl_filt_conv_wchar_cp51932()
227 s1 = -1; in mbfl_filt_conv_wchar_cp51932()
235 s1 = -1; in mbfl_filt_conv_wchar_cp51932()
242 s1 = 0x2140; in mbfl_filt_conv_wchar_cp51932()
244 s1 = 0x2141; in mbfl_filt_conv_wchar_cp51932()
246 s1 = 0x2142; in mbfl_filt_conv_wchar_cp51932()
256 s1 = -1; in mbfl_filt_conv_wchar_cp51932()
279 s1 = 0; in mbfl_filt_conv_wchar_cp51932()
[all …]
H A Dmbfilter_cp932.c101 s1 = c1; \
102 s1--; \
122 s1 = c1; \
137 s1++; \
236 s1 = 0; in mbfl_filt_conv_wchar_cp932()
253 if (s1 <= 0) { in mbfl_filt_conv_wchar_cp932()
268 s1 = 0x2140; in mbfl_filt_conv_wchar_cp932()
270 s1 = 0x2141; in mbfl_filt_conv_wchar_cp932()
284 s1 = -1; in mbfl_filt_conv_wchar_cp932()
306 s1 = 0; in mbfl_filt_conv_wchar_cp932()
[all …]

Completed in 62 milliseconds

12345