Home
last modified time | relevance | path

Searched refs:value (Results 1926 – 1950 of 2016) sorted by relevance

1...<<7172737475767778798081

/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt708 --> http://user:@pass@host/path?argument?value#etc: array(7) {
720 string(14) "argument?value"
H A Dparse_url_unterminated.phpt710 --> http://user:@pass@host/path?argument?value#etc: array(7) {
722 string(14) "argument?value"
/PHP-7.4/main/streams/
H A Dstreams.c1377 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option() argument
1382 ret = stream->ops->set_option(stream, option, value, ptrparam); in _php_stream_set_option()
1390 stream->chunk_size = value; in _php_stream_set_option()
1395 if (value == PHP_STREAM_BUFFER_NONE) { in _php_stream_set_option()
/PHP-7.4/ext/spl/tests/
H A Dbug55701.phpt75 // Some of them throw a RuntimeException while others just return an invalid value
/PHP-7.4/ext/standard/tests/strings/
H A Dexplode1.phpt22 TRUE, // boolean value
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file.phpt65 ;These chars have a special meaning when used in the value,
H A Dbasename.phpt49 /* paths with binary value to check if the function is binary safe*/
H A Dfgetcsv_variation25.phpt2 Test fgetcsv() : usage variations - with negative length value along with enclosure and delimiter
15 echo "*** Testing fgetcsv() : with negative length value ***\n";
94 *** Testing fgetcsv() : with negative length value ***
H A Dfgetcsv_variation27.phpt2 Test fgetcsv() : usage variations - with negative length value along with delimiter and no enclosure
15 echo "*** Testing fgetcsv() : with negative length value ***\n";
94 *** Testing fgetcsv() : with negative length value ***
H A Dfgetcsv_variation28.phpt2 Test fgetcsv() : usage variations - with negative length value along with neither enclosure and nor…
15 echo "*** Testing fgetcsv() : with negative length value ***\n";
94 *** Testing fgetcsv() : with negative length value ***
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt63 ;These chars have a special meaning when used in the value,
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt59 // Don't rely on any return value!
/PHP-7.4/ext/dba/
H A Ddba.c103 ZEND_ARG_INFO(0, value)
109 ZEND_ARG_INFO(0, value)
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1412 #define LOOKUP_CLEAN_RETURN(value) array_cleanup(cur_arr, cur_arr_len); return (value) argument
/PHP-7.4/Zend/
H A Dzend_opcode.c319 zval_ptr_dtor_nogc(&c->value); in destroy_zend_class()
388 zval_internal_ptr_dtor(&c->value); in destroy_zend_class()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c3876 zval *value, zend_bitset visited) { in can_convert_to_double() argument
3907 if (Z_ISUNDEF_P(value)) { in can_convert_to_double()
3925 ZVAL_COPY_VALUE(&orig_op1, value); in can_convert_to_double()
3926 ZVAL_DOUBLE(&dval_op1, (double) Z_LVAL_P(value)); in can_convert_to_double()
3938 ZVAL_COPY_VALUE(&orig_op2, value); in can_convert_to_double()
3939 ZVAL_DOUBLE(&dval_op2, (double) Z_LVAL_P(value)); in can_convert_to_double()
3998 if (!can_convert_to_double(op_array, ssa, phi->ssa_var, value, visited)) { in can_convert_to_double()
4029 zval *value = CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants); in zend_type_narrowing() local
4032 if (can_convert_to_double(op_array, ssa, v, value, visited)) { in zend_type_narrowing()
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc176 …self::error("Parameter value '$arg' not one of '" . join("', '", array_keys($cfg['select'])) . "'.…
/PHP-7.4/Zend/tests/
H A Dtemporary_cleaning_013.phpt2 Exceptions thrown in operand cleaning must cause leak of return value
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c325 zend_persist_zval_calc(&c->value); in zend_persist_class_constant_calc()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname()
/PHP-7.4/ext/spl/
H A Dspl_observer.c461 zval *value = &element->inf; in SPL_METHOD() local
463 ZVAL_COPY_DEREF(return_value, value); in SPL_METHOD()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c112 #define INI_DEFAULT(name,value)\ argument
113 ZVAL_STRING(tmp, value, 0);\
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c276 #error IJG JPEG library BITS_IN_JSAMPLE value must be 8 or 12 in _gdImageJpegCtx()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md101 double* arguments, respectively. A non-zero value will be written to the
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt149 /* test is broken too: we bind "integer" but value is a float

Completed in 77 milliseconds

1...<<7172737475767778798081