Home
last modified time | relevance | path

Searched refs:value (Results 1951 – 1975 of 2100) sorted by relevance

1...<<71727374757677787980>>...84

/PHP-5.5/ext/standard/tests/file/
H A D005_variation.phpt29 named in the filename parameter to the value given in time.
147 /* set to default value, with Invalid timestamps */
H A Dfgetcsv_variation20.phpt12 when provided with default enclosure value
H A Dlstat_stat_basic.phpt70 // creating files and link, also dump the value of stats
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpos.phpt262 Notice: A non well formed numeric value encountered in %s on line %d
272 Notice: A non well formed numeric value encountered in %s on line %d
H A Durl_t.phpt74 'http://user:@pass@host/path?argument?value#etc',
762 --> http://user:@pass@host/path?argument?value#etc: array(7) {
774 string(14) "argument?value"
H A Dwordwrap_variation2.phpt32 // -ve value for width
56 // Null value
H A Dstr_repeat.phpt39 echo "\n\n*** Testing str_repeat() with various strings & multiplier value ***";
52 var_dump(str_repeat($str, chr(51))); // ASCII value of '3' given
133 *** Testing str_repeat() with various strings & multiplier value ***
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_basic2.phpt37 public $value = 100;
51 /* function name having boolean value */
119 array( @$temp_class_obj->value, 100 ),
H A Dgettype_settype_variation4.phpt126 -2147483648, // max -ne int value
131 0xF674593039, // a hex value > than max int
135 02224242434343152, // an octal value > than max int
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2688 - (void) fprintf(stderr, "%d", m->value.l);
2694 - (unsigned long long)m->value.q);
2709 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf));
2716 - file_fmttime(m->value.l, 0, tbuf));
2721 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf));
2727 - file_fmttime(m->value.q, 0, tbuf));
2738 - (void) fprintf(stderr, "%G", m->value.f);
2743 - (void) fprintf(stderr, "%G", m->value.d);
2750 - (void) fprintf(stderr, "'%s'", m->value.s);
3322 sbuf = m->value.s;
[all …]
/PHP-5.5/ext/xml/
H A Dxml.c200 ZEND_ARG_INFO(0, value)
376 static zval *_xml_resource_zval(long value) in _xml_resource_zval() argument
384 Z_LVAL_P(ret) = value; in _xml_resource_zval()
386 zend_list_addref(value); in _xml_resource_zval()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c4387 if (alt->value == 0) return ; in select_opt_map_info()
4388 if (now->value == 0) { in select_opt_map_info()
4393 v1 = z / now->value; in select_opt_map_info()
4394 v2 = z / alt->value; in select_opt_map_info()
4405 if (m->value <= 0) return -1; in comp_opt_exact_or_map_info()
4408 vm = COMP_EM_BASE * 5 * 2 / m->value; in comp_opt_exact_or_map_info()
4418 if (to->value == 0) return ; in alt_merge_opt_map_info()
4434 to->value = val; in alt_merge_opt_map_info()
4716 if (nopt.map.value > 0) in optimize_node_left()
4986 if (opt.map.value > 0 && in set_optimize_info_from_tree()
[all …]
H A Dregint.h786 …nd P_((hash_table_type* table, const UChar* str_key, const UChar* end_key, hash_data_type *value));
787 …end P_((hash_table_type* table, const UChar* str_key, const UChar* end_key, hash_data_type value));
/PHP-5.5/ext/phar/
H A Dphar_object.c1420 zval **value; in phar_build() local
1433 iter->funcs->get_current_data(iter, &value TSRMLS_CC); in phar_build()
1439 if (!value) { in phar_build()
1445 switch (Z_TYPE_PP(value)) { in phar_build()
1449 php_stream_from_zval_no_verify(fp, value); in phar_build()
1484 if (instanceof_function(Z_OBJCE_PP(value), spl_ce_SplFileInfo TSRMLS_CC)) { in phar_build()
1538 fname = Z_STRVAL_PP(value); in phar_build()
1539 fname_len = Z_STRLEN_PP(value); in phar_build()
5231 ZEND_ARG_INFO(0, value)
5393 #define REGISTER_PHAR_CLASS_CONST_LONG(class_name, const_name, value) \ argument
[all …]
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c318 if(FAIL==dbsetlversion(H->login, tdsver[i].value)) { in pdo_dblib_handle_factory()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt145 if (!stristr($content, 'Invalid value for resultmode'))
H A Dmysqli_report.phpt296 Warning: mysqli_kill(): processid should have positive value in %s on line %d
302 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Deach_variation1.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Darray_reverse_variation5.phpt2 Test array_reverse() function : usage variations - assoc. array with diff. value for 'array' argume…
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation2.phpt2 Test dir() function : usage variations - unexpected value for 'context' argument
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt91 --> http://user:@pass@host/path?argument?value#etc : NULL
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES38 same value as the SCRIPT_FILENAME server variable when it is not populated
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h303 union VALUETYPE value; /* either number or string */ member
/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c631 int value) { in codec_ctl() argument
632 const vpx_codec_err_t res = vpx_codec_control_(enc, id, value); in codec_ctl()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1241 ZEND_ARG_INFO(0, value)
2814 zval *value; in SPL_METHOD() local
2823 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz", &arKey, &nKeyLength, &value) == FAILURE… in SPL_METHOD()
2827 Z_ADDREF_P(value); in SPL_METHOD()
2828 …zend_symtable_update(HASH_OF(intern->u.caching.zcache), arKey, nKeyLength+1, &value, sizeof(value)… in SPL_METHOD()
2839 zval **value; in SPL_METHOD() local
2852 …if (zend_symtable_find(HASH_OF(intern->u.caching.zcache), arKey, nKeyLength+1, (void**)&value) == … in SPL_METHOD()
2857 RETURN_ZVAL(*value, 1, 0); in SPL_METHOD()

Completed in 145 milliseconds

1...<<71727374757677787980>>...84