Home
last modified time | relevance | path

Searched refs:code (Results 2951 – 2975 of 3339) sorted by relevance

1...<<111112113114115116117118119120>>...134

/PHP-7.3/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt7 * Source code: ext/standard/image.c
/PHP-7.3/ext/date/tests/
H A Dmktime_variation3.phpt7 * Source code: ext/date/php_date.c
H A DDateTime_construct_variation2.phpt7 * Source code: ext/date/php_date.c
H A Ddate_sunrise_variation2.phpt9 * Source code: ext/date/php_date.c
H A Ddate_variation2.phpt7 * Source code: ext/date/php_date.c
H A Dmktime_variation1.phpt7 * Source code: ext/date/php_date.c
H A Dmktime_variation2.phpt7 * Source code: ext/date/php_date.c
H A Dmktime_variation4.phpt7 * Source code: ext/date/php_date.c
H A Dmktime_variation5.phpt7 * Source code: ext/date/php_date.c
H A Dmktime_variation6.phpt7 * Source code: ext/date/php_date.c
/PHP-7.3/
H A DCONTRIBUTING.md51 We love getting new tests! PHP is a huge project and improving code coverage is
/PHP-7.3/TSRM/
H A Dthreads.m47 dnl 1. Redistributions of source code must retain the above copyright
/PHP-7.3/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation2.phpt7 * Source code: ext/standard/html.c
H A Dsprintf_variation34.phpt13 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation46.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation47.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation50.phpt7 * Source code: ext/standard/formatted_print.c
H A Dstrcspn_variation4.phpt10 * Source code: ext/standard/string.c
H A Dstripos_variation1.phpt7 * Source code: ext/standard/string.c
/PHP-7.3/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt7 * Source code: ext/standard/basic_functions.c
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt13 function tryandcatch($offset, $code) {
16 eval($code);
/PHP-7.3/ext/libxml/
H A Dlibxml.c500 error_copy.code = XML_ERR_INTERNAL_ERROR; in _php_list_set_error_structure()
1027 add_property_long(return_value, "code", error->code); in PHP_FUNCTION()
1063 add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code); in PHP_FUNCTION()
/PHP-7.3/ext/curl/
H A Dinterface.c3421 zend_long code = 0; in PHP_FUNCTION() local
3423 if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { in PHP_FUNCTION()
3424 RETURN_LONG(code); in PHP_FUNCTION()
3432 double code = 0.0; in PHP_FUNCTION() local
3434 if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { in PHP_FUNCTION()
3435 RETURN_DOUBLE(code); in PHP_FUNCTION()
3629 zend_long code; in PHP_FUNCTION() local
3633 Z_PARAM_LONG(code) in PHP_FUNCTION()
3636 str = curl_easy_strerror(code); in PHP_FUNCTION()
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in253 ; response is formatted as text/plain with a 200 response code.
304 ; %s: status (response code)
393 ; Setting to "no" will make all environment variables available to PHP code
401 ; execute php code.
/PHP-7.3/ext/xml/
H A Dxml.c183 ZEND_ARG_INFO(0, code)
1471 zend_long code; in PHP_FUNCTION() local
1474 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &code) == FAILURE) { in PHP_FUNCTION()
1478 str = (char *)XML_ErrorString((int)code); in PHP_FUNCTION()

Completed in 66 milliseconds

1...<<111112113114115116117118119120>>...134