Home
last modified time | relevance | path

Searched refs:s2 (Results 76 – 87 of 87) sorted by relevance

1234

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua681 for _,s2 in ipairs(s) do
682 out:write(format(" %-12s %s\n", name, s2))
H A Dminilua.c6232 char*s2;
6235 n=strtoul(s1,&s2,base);
6236 if(s1!=s2){
6237 while(isspace((unsigned char)(*s2)))s2++;
6238 if(*s2=='\0'){
7322 const char*s2,size_t l2){
7331 if(memcmp(init,s2+1,l2)==0)
7375 const char*s2=lmemfind(s+init,l1-init,p,l2);
7376 if(s2){
7377 lua_pushinteger(L,s2-s+1);
[all …]
/php-src/ext/standard/
H A Dvar.c1117 char *s2 = zend_print_long_to_buf(b2 + sizeof(b2) - 1, serialized_length); in php_var_serialize_intern() local
1118 size_t l2 = b2 + sizeof(b2) - 1 - s2; in php_var_serialize_intern()
1125 res = zend_mempcpy(res, s2, l2); in php_var_serialize_intern()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c3603 unsigned int s3, s2, s1, s0; local
3622 s2 = s[2];
3624 len = (s3 << 24) | (s2 << 16) | (s1 << 8) | s0;
3629 s2 = s[2];
3631 len = (s0 << 24) | (s1 << 16) | (s2 << 8) | s3;
H A Dsoftmagic.c1993 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp() argument
2003 const unsigned char *b = RCAST(const unsigned char *, s2); in file_strncmp()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c518 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt() argument
522 *buffer++= *s1++ ^ *s2++; in php_mysqlnd_crypt()
/php-src/ext/spl/
H A Dspl_observer.c378 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info() local
380 return zend_compare(&s1->inf, &s2->inf); in spl_object_storage_compare_info()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst82 - - ``zend_string_concat2(s1, l1, s2, l2)``
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h204 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/php-src/ext/mbstring/
H A Dmbstring.c654 char *s, *s2; in php_mb_rfc1867_basename() local
663 s2 = php_mb_safe_strrchr(filename, '/', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
665 if (s && s2) { in php_mb_rfc1867_basename()
666 if (s > s2) { in php_mb_rfc1867_basename()
669 return ++s2; in php_mb_rfc1867_basename()
673 } else if (s2) { in php_mb_rfc1867_basename()
674 return ++s2; in php_mb_rfc1867_basename()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3880 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
H A Dmagic3880 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b

Completed in 209 milliseconds

1234