Home
last modified time | relevance | path

Searched refs:from (Results 1351 – 1375 of 1523) sorted by relevance

1...<<5152535455565758596061

/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt35 // get the contents from the internal output buffer
H A Dsetlocale_basic1.phpt35 // get the contents from the internal output buffer
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt7 Description: Gets line from file pointer and parse for CSV fields
H A Dfread_error.phpt7 Description: reads up to length bytes from the file pointer referenced by handle.
H A Dfgetss_basic1.phpt9 Description: Gets line from file pointer and strip HTML tags
H A Dsymlink_link_linkinfo_is_link_variation4.phpt38 $data_from_link = file_get_contents($linkname); // data read from $filename
H A D005_variation-win32.phpt90 echo "\n-- Checking different times, after reading from the file --\n";
182 -- Checking different times, after reading from the file --
/PHP-7.4/tests/lang/
H A Dbug20175.phpt86 * comes from). First there is the global counter $oop_global again which
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt95 $s = $dbh2->prepare("select col1 from pdo_ac_tab");
/PHP-7.4/ext/standard/tests/array/
H A Darsort_object1.phpt7 Elements will be arranged from highest to lowest when this function has completed.
H A Darray_unique_variation2.phpt6 * Description: Removes duplicate values from array
H A Dasort_object1.phpt7 Elements will be arranged from lowest to highest when this function has completed.
H A Darray_merge_variation4.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt78 // remove the "p:<host>" from the host variable
H A Dmysqli_stmt_num_rows.phpt56 …// Note: for statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_r…
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc17 * commands. It will be used from command line/console
110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
125 .'if necessary. And finally this switch will add the file phar.inc from '
445 "excluded from the list of input files/dirs." .
926 * Delete an entry from a phar information.
932 return 'Delete entry from a PHAR archive';
950 * Execute the deleting of the file from the phar archive.
1289 return "Get meta information of a PHAR entry or a PHAR package in serialized from. " .
/PHP-7.4/Zend/
H A Dzend_generators.c611 void zend_generator_yield_from(zend_generator *generator, zend_generator *from) in zend_generator_yield_from() argument
613 zend_generator_add_child(from, generator); in zend_generator_yield_from()
615 generator->node.parent = from; in zend_generator_yield_from()
617 GC_DELREF(&from->std); in zend_generator_yield_from()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c140 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from) /* {{{ */ in spl_fixedarray_copy() argument
143 for (i = 0; i < from->size; i++) { in spl_fixedarray_copy()
144 ZVAL_COPY(&to->elements[i], &from->elements[i]); in spl_fixedarray_copy()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt2 MySQL PDOStatement - inserting BLOB from stream
/PHP-7.4/ext/spl/tests/
H A Dunserialize_errors.phpt2 Errors from __unserialize() with invalid data
/PHP-7.4/build/
H A Dlibtool.m4548 # Copy echo and quote the copy suitably for passing to libtool from
1574 *) # from 4.6 on, and DragonFly
2773 # are all built from PIC.
3257 # There doesn't appear to be a way to prevent this compiler from
3259 # from the output so that they don't get included in the library
3339 # There doesn't appear to be a way to prevent this compiler from
3812 # Figure out "hidden" library dependencies from verbose
4013 # TAGNAME from the matching tagged config vars.
4320 # Create an old-style archive from a shared archive.
4544 # Regexp to match symbols that can be accessed directly from C.
[all …]
/PHP-7.4/docs/
H A Dparameter-parsing-api.md11 Borrowing from Python's example, there is a set of functions that given the
52 reading the arguments from the stack, it receives a single zval to convert
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c197 #define CHECKMEMCPY(from,length) \ argument
211 memcpy(buffer + buff_offset, from, CU2BYTES(length)); \
/PHP-7.4/ext/gd/libgd/
H A Dgd.c654 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy() argument
659 if (to->trueColor || from->trueColor) { in gdImagePaletteCopy()
672 xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]); in gdImagePaletteCopy()
678 for (i = 0; i < from->colorsTotal; i++) { in gdImagePaletteCopy()
679 to->red[i] = from->red[i]; in gdImagePaletteCopy()
680 to->blue[i] = from->blue[i]; in gdImagePaletteCopy()
681 to->green[i] = from->green[i]; in gdImagePaletteCopy()
682 to->alpha[i] = from->alpha[i]; in gdImagePaletteCopy()
686 for (i = from->colorsTotal; i < to->colorsTotal; i++) { in gdImagePaletteCopy()
690 to->colorsTotal = from->colorsTotal; in gdImagePaletteCopy()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c51 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush() argument
54 _sync_cache_range((caddr_t)from, (int)((size_t)to - (size_t)from)); in ppc_cache_flush()
58 while (from < to) { in ppc_cache_flush()
62 : : "r"(from) in ppc_cache_flush()
64 from++; in ppc_cache_flush()
71 while (from < to) { in ppc_cache_flush()
76 : : "r"(from) in ppc_cache_flush()
78 from++; in ppc_cache_flush()

Completed in 113 milliseconds

1...<<5152535455565758596061