Skip to content

issues Search Results · repo:syyongx/php2go language:Go

Filter by

33 results
 (58 ms)

33 results

insyyongx/php2go (press backspace or delete to remove)

What happened? The Strstr function is expected to return the entire haystack string when the haystack and needle parameters are identical. However, in the current implementation, it returns only the last ...
  • moonjihae
  • Opened 
    on Feb 27, 2024
  • #46

// Empty empty() func Empty(val interface{}) bool { //if val == nil { // return true //} //v := reflect.ValueOf(val) //switch v.Kind() { //case reflect.String, reflect.Array: // return v.Len() == 0 //case ...
  • yemaozi999
  • 1
  • Opened 
    on Aug 1, 2022
  • #42

need function call_user_func_array( ), thans for you.
  • feng99
  • 1
  • Opened 
    on Dec 28, 2021
  • #40

need function __call(), thans for you.
  • feng99
  • 1
  • Opened 
    on Dec 28, 2021
  • #39

defer syscall.Close(rawFd)
  • mmpSoHot
  • 1
  • Opened 
    on Dec 17, 2021
  • #38

怎么不更新了呢 铁汁
  • smallsha123
  • 1
  • Opened 
    on Jun 21, 2021
  • #36

image image
  • cxjhk
  • 1
  • Opened 
    on Oct 29, 2020
  • #35

package main import ( fmt strconv ) // Hex2bin hex2bin() func Hex2bin(data string) (string, error) { i, err := strconv.ParseInt(data, 16, 0) if err != nil { return , err } return strconv.FormatInt(i, ...
  • zhoupufelix
  • 2
  • Opened 
    on Sep 4, 2020
  • #33
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub