Home
last modified time | relevance | path

Searched refs:s2 (Results 51 – 75 of 110) sorted by relevance

12345

/PHP-8.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt29 $s2 = new ExtendedStruct(new SOAPStruct("s2",2,2.2),2,"arg",-3,5);
34 "param2" => $s2,
43 …s2:shortMessage></ns1:param1><ns1:param2><ns2:structMessage><ns2:varString>s2</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_010w.phpt29 $s2 = new ExtendedStruct(new SOAPStruct("s2",2,2.2),2,"arg",-3,5);
34 "param2" => $s2,
43 …s2:shortMessage></ns1:param1><ns1:param2><ns2:structMessage><ns2:varString>s2</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_009w.phpt29 $s2 = new ExtendedStruct(new SOAPStruct("s2",2,2.2),2,"arg",-3,5);
34 "param2" => $s2,
43 …s2:shortMessage></ns1:param1><ns1:param2><ns2:structMessage><ns2:varString>s2</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_004w.phpt17 $s2 = new BaseStruct(new SOAPStruct('arg2',34,325.325),12);
21 "param2" => $s2));
H A Dr4_groupH_complex_doclit_006w.phpt17 $s2 = new BaseStruct(new SOAPStruct('arg2',34,325.325),12);
21 "param2" => $s2));
H A Dr4_groupH_complex_doclit_005w.phpt17 $s2 = new BaseStruct(new SOAPStruct('arg2',34,325.325),12);
21 "param2" => $s2));
/PHP-8.2/ext/date/lib/
H A Dtimelib_private.h179 int timelib_strcasecmp(const char *s1, const char *s2);
180 int timelib_strncasecmp(const char *s1, const char *s2, size_t n);
/PHP-8.2/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt76 $s2 = oci_parse($c,$sql2);
77 if (!oci_bind_by_name($s2, ":curs1", $cur1, -1, SQLT_RSET)) {
80 if (!oci_bind_by_name($s2, ":c1", $c1, -1, SQLT_INT)) {
83 if (!oci_bind_by_name($s2, ":c2", $c2, 20, SQLT_CHR)) {
123 if (!oci_bind_by_name($s2,":curs1",$cur1,-1,SQLT_RSET)) {
126 oci_execute($s2);
H A Dimp_res_get_2.phpt69 $s2 = oci_get_implicit_resultset($s);
70 while (($row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS))) {
76 oci_free_statement($s2);
H A Dbug37581.phpt30 $s2 = oci_parse($c, $p2);
32 oci_execute($s2);
H A Dconnect_scope1.phpt41 $s2 = f();
51 oci_execute($s2);
H A Dconnect_scope2.phpt41 $s2 = f();
51 oci_execute($s2);
H A Ddefine6.phpt51 $s2 = oci_parse($c, $sql);
53 oci_bind_by_name($s2, ":curs", $cursor2, -1, OCI_B_CURSOR);
54 oci_execute($s2);
H A Dimp_res_get_all.phpt44 $s2 = oci_get_implicit_resultset($s);
45 oci_fetch_all($s2, $res);
H A Drefcur_prefetch_1.phpt109 $s2 = oci_parse($c,$sql2);
110 if (!oci_bind_by_name($s2,":curs1",$cur1,-1,SQLT_RSET)) {
113 if (!oci_bind_by_name($s2,":c1",$c1,-1,SQLT_INT)) {
116 if (!oci_bind_by_name($s2,":c2",$c2,20,SQLT_CHR)) {
119 oci_execute($s2);
H A Dbug51291_1.phpt73 $s2 = oci_parse($c, 'select 1 from dual');
74 $r = oci_execute($s2, OCI_DEFAULT);
82 var_dump(oci_error(), oci_error($c), oci_error($s), oci_error($s2));
111 $s2 = oci_parse($c, 'select reallynothere from dual');
112 $r = oci_execute($s2, OCI_DEFAULT);
120 var_dump(oci_error(), oci_error($c), oci_error($s), oci_error($s2));
/PHP-8.2/Zend/tests/
H A Dbug79934.phpt13 eval("\$s2 = <<<HEREDOC\n a\n\n b\n HEREDOC;");
14 var_dump(addcslashes($s2, "\n"));
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_alloc.c100 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_MALLOC_AMOUNT:STAT_MEM_EMALLOC_AMOUNT; in _mysqlnd_pemalloc()
102 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pemalloc()
142 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_CALLOC_AMOUNT:STAT_MEM_ECALLOC_AMOUNT; in _mysqlnd_pecalloc()
144 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pecalloc()
186 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_REALLOC_AMOUNT:STAT_MEM_EREALLOC_AMOUNT; in _mysqlnd_perealloc()
188 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, new_size); in _mysqlnd_perealloc()
/PHP-8.2/Zend/
H A Dzend_operators.h462 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2);
463 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3);
464 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l…
466 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size…
471 ZEND_API bool ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2);
472 ZEND_API int ZEND_FASTCALL zendi_smart_strcmp(zend_string *s1, zend_string *s2);
824 static zend_always_inline bool zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings() argument
826 if (s1 == s2) { in zend_fast_equal_strings()
828 } else if (ZSTR_VAL(s1)[0] > '9' || ZSTR_VAL(s2)[0] > '9') { in zend_fast_equal_strings()
829 return zend_string_equal_content(s1, s2); in zend_fast_equal_strings()
[all …]
H A Dzend_string.c385 …_REPLACE_SONAME_FNNAME_ZU(NONE,zend_string_equal_val)(const zend_string *s1, const zend_string *s2) in I_REPLACE_SONAME_FNNAME_ZU()
387 return !memcmp(ZSTR_VAL(s1), ZSTR_VAL(s2), ZSTR_LEN(s1)); in I_REPLACE_SONAME_FNNAME_ZU()
392 …inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const zend_string *s2) in zend_string_equal_val() argument
395 size_t delta = (const char*)s2 - (const char*)s1; in zend_string_equal_val()
430 …inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const zend_string *s2) in zend_string_equal_val() argument
433 size_t delta = (const char*)s2 - (const char*)s1; in zend_string_equal_val()
H A Dzend_builtin_functions.c302 zend_string *s1, *s2; in ZEND_FUNCTION() local
306 Z_PARAM_STR(s2) in ZEND_FUNCTION()
309 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
316 zend_string *s1, *s2; in ZEND_FUNCTION() local
321 Z_PARAM_STR(s2) in ZEND_FUNCTION()
330 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
337 zend_string *s1, *s2; in ZEND_FUNCTION() local
341 Z_PARAM_STR(s2) in ZEND_FUNCTION()
344 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
351 zend_string *s1, *s2; in ZEND_FUNCTION() local
[all …]
H A Dzend_operators.c2959 if (s1 == s2) { in zend_binary_strcmp()
2975 if (s1 == s2) { in zend_binary_strncmp()
2992 if (s1 == s2) { in zend_binary_strcasecmp()
3014 if (s1 == s2) { in zend_binary_strncasecmp()
3035 if (s1 == s2) { in zend_binary_strcasecmp_l()
3057 if (s1 == s2) { in zend_binary_strncasecmp_l()
3075 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()
3081 …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()
3093 (ret2 = is_numeric_string_ex(s2->val, s2->len, &lval2, &dval2, false, &oflow2, NULL))) {
3141 (ret2 = is_numeric_string_ex(s2->val, s2->len, &lval2, &dval2, false, &oflow2, NULL))) {
[all …]
/PHP-8.2/ext/mbstring/
H A Dmb_gpc.c189 for (const char *s2 = info->separator; *s2; s2++) { in _php_mb_encoding_handler_ex() local
190 if (*s1 == *s2) { in _php_mb_encoding_handler_ex()
/PHP-8.2/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S86 sd s2, 0x70(sp)
124 ld s2, 0x70(sp)
/PHP-8.2/ext/standard/
H A Dphp_string.h61 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
62 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);

Completed in 52 milliseconds

12345