PHP to write its own extended built-in function error I want to write a PHP extension brothers to see some

Source: Internet
Author: User
Keywords Php
Php

Php_function (ccvita_string)
{
int *a;
int argc = Zend_num_args ();
int *result;

if (zend_parse_parameters(argc TSRMLS_CC, "a", &a) == FAILURE)     return;int i=0;int j;int t;for(i=0;i<10;i++){    for(j=0;j<10-i-1;j++)    {        if(a[j]>a[j+1])        {            t=a[j];            a[j]=a[j+1];            a[j+1]=t;        }    }}   

}

./configure--with-php-config=/usr/local/php/bin/php-config no problem.
There's no problem with make.

I think it's time to ask the big God about this code problem.

I wrote it myself. Bubble sort want to become built-in function

PHP Call Resource ( -1217317404) of type (Unknown) this error!!

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.