Home
last modified time | relevance | path

Searched refs:code (Results 2876 – 2900 of 3220) sorted by relevance

1...<<111112113114115116117118119120>>...129

/PHP-5.6/ext/curl/
H A Dinterface.c3156 long code = 0; in PHP_FUNCTION() local
3158 if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { in PHP_FUNCTION()
3159 RETURN_LONG(code); in PHP_FUNCTION()
3167 double code = 0.0; in PHP_FUNCTION() local
3169 if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { in PHP_FUNCTION()
3170 RETURN_DOUBLE(code); in PHP_FUNCTION()
3370 long code; in PHP_FUNCTION() local
3373 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &code) == FAILURE) { in PHP_FUNCTION()
3377 str = curl_easy_strerror(code); in PHP_FUNCTION()
/PHP-5.6/ext/xml/
H A Dxml.c182 ZEND_ARG_INFO(0, code)
1531 long code; in PHP_FUNCTION() local
1534 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &code) == FAILURE) { in PHP_FUNCTION()
1538 str = (char *)XML_ErrorString((int)code); in PHP_FUNCTION()
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in247 ; response is formatted as text/plain with a 200 response code.
298 ; %s: status (response code)
368 ; Setting to "no" will make all environment variables available to PHP code
376 ; exectute php code.
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput526 Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 7
29 Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 9
32 Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 7
35 Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 9
1589 Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 7
1592 Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 7
1873 Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 5
/PHP-5.6/ext/intl/doc/
H A DTutorial.txt81 tiebreaker. The Unicode code point values of the NFD form of each string are
84 used sparingly, as only code point values differences between two strings is an
124 customizable mechanism called "tailoring". Tailoring overrides the default order of code points
/PHP-5.6/ext/date/tests/
H A Ddate_sun_info_variation1.phpt7 * Source code: ext/standard/data/php_date.c
H A Ddate_sun_info_variation2.phpt7 * Source code: ext/standard/data/php_date.c
H A Ddate_sun_info_variation3.phpt7 * Source code: ext/standard/data/php_date.c
H A Ddate_time_set_variation2.phpt7 * Source code: ext/date/php_date.c
H A Dtimezone_open_variation1.phpt7 * Source code: ext/date/php_date.c
/PHP-5.6/ext/ereg/tests/
H A Dsplit_variation_001.phpt7 * Source code: ext/standard/reg.c
H A Dspliti_variation_001.phpt7 * Source code: ext/standard/reg.c
/PHP-5.6/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt13 * Source code: ext/mbstring/mbstring.c
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation3.phpt13 * Source code: ext/mcrypt/mcrypt.c
H A Dmcrypt_cbc_variation4.phpt13 * Source code: ext/mcrypt/mcrypt.c
/PHP-5.6/ext/standard/tests/array/
H A Darray_product_variation5.phpt7 * Source code: ext/standard/array.c
H A Darray_reverse_variation5.phpt9 * Source code: ext/standard/array.c
H A Darray_udiff_assoc_variation1.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_assoc_variation2.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_assoc_variation4.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_uassoc_variation1.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_uassoc_variation2.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_uassoc_variation5.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_variation1.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_variation2.phpt7 * Source code: ext/standard/array.c

Completed in 75 milliseconds

1...<<111112113114115116117118119120>>...129