Home
last modified time | relevance | path

Searched refs:values (Results 1076 – 1096 of 1096) sorted by relevance

1...<<41424344

/php-src/
H A DNEWS124 . Implement request #48520 (openssl_csr_new - allow multiple values in DN).
H A D.gdbinit53 Prints the compiled variables and their values.
H A Dconfigure.ac73 dnl Allow version values to be used in Makefile.
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation5.phpt6 /* Testing fputcsv() to write to a file when default arguments values are considered */
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation5.phpt5 /* Testing fputcsv() to write to a file when default arguments values are considered */
H A Dfgetcsv_variation8.phpt6 Testing fgetcsv() to read from a file when provided with values of delimiter and
/php-src/ext/standard/
H A Darray.c6878 HashTable *values, *keys; local
6885 Z_PARAM_ARRAY_HT(values)
6889 num_values = zend_hash_num_elements(values);
6903 if (pos_values >= values->nNumUsed) {
6906 entry_values = ZEND_HASH_ELEMENT(values, pos_values);
H A Dstring.c5469 HashTable *values = php_fgetcsv(NULL, delim, enc, esc, ZSTR_LEN(str), ZSTR_VAL(str)); local
5470 if (values == NULL) {
5471 values = php_bc_fgetcsv_empty_line();
5473 RETURN_ARR(values);
H A Dvar_unserializer.re977 /* Use double for large zend_long values that were serialized on a 64-bit system */
/php-src/ext/random/tests/02_engine/
H A Dall_serialize_error.phpt67 // additional array values (1)
74 // additional array values (2)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5544 # some common bits/sample values
6910 # Need more values for WE32 DMD executables.
13785 # skip for values 2,2Ah,70h,73h,DFh
23922 # check that state is one of known values
27814 # start values normally 0~1st sheet A1
35104 0 string MMV PCP memory mapped values
39641 # only found values lower 0x0000ffff ??
39655 # only found values lower 0x00ffFFff
41003 # full 64-bit values.
41005 # Big-endian values
[all …]
H A Dmagic5544 # some common bits/sample values
6910 # Need more values for WE32 DMD executables.
13785 # skip for values 2,2Ah,70h,73h,DFh
23922 # check that state is one of known values
27814 # start values normally 0~1st sheet A1
35104 0 string MMV PCP memory mapped values
39641 # only found values lower 0x0000ffff ??
39655 # only found values lower 0x00ffFFff
41003 # full 64-bit values.
41005 # Big-endian values
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11284 ir_refs *values; /* we need this only for zval.w2 copy */ local
11291 ir_refs_init(values, 4);
11304 ir_refs_add(values, val);
11326 ir_refs_add(values, val2);
11343 ir_refs_add(values, val);
11350 val = ir_PHI_N(IR_ADDR, values->count, values->refs);
/php-src/docs/
H A Drelease-process.md96 `user.signingKey` values to use with your local PHP repositories. See
/php-src/Zend/
H A Dzend_vm_def.h8373 ZVAL_COPY_VALUE(&generator->values, val);
8377 Z_FE_POS(generator->values) = 0;
8429 ZVAL_OBJ(&generator->values, &iter->std);
H A Dzend_vm_execute.h5620 ZVAL_COPY_VALUE(&generator->values, val); in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
5624 Z_FE_POS(generator->values) = 0; in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
5674 ZVAL_OBJ(&generator->values, &iter->std); in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
15015 ZVAL_COPY_VALUE(&generator->values, val); in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
15019 Z_FE_POS(generator->values) = 0; in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
15071 ZVAL_OBJ(&generator->values, &iter->std); in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
40385 ZVAL_COPY_VALUE(&generator->values, val); in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
40389 Z_FE_POS(generator->values) = 0; in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
40439 ZVAL_OBJ(&generator->values, &iter->std); in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
/php-src/ext/date/lib/
H A Dparse_date.re2640 /* Convert ISO values */
/php-src/build/
H A Dlibtool.m44035 # careful not to overquote the AC_SUBSTed values. We take copies of the
4443 # Variables whose values should be saved in libtool wrapper scripts and
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc4770 /* 3. move the remaining memory and immediate values */
H A Dir_x86.dasc8634 /* 3. move the remaining memory and immediate values */
/php-src/tests/lang/
H A D024.phpt169 …$j=$i++; /* this should set $i to 1, but shouldn't change $j (it's assigned $i's previous values,…

Completed in 490 milliseconds

1...<<41424344