Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 163) sorted by path

1234567

/PHP-7.4/
H A DCODING_STANDARDS.md52 7. Use `PHP_*` macros in the PHP source, and `ZEND_*` macros in the Zend part of
111 2. If they are part of a "parent set" of functions, that parent should be
208 1. Functions that are part of the external API should be named
341 code can be reasonably be kept as part of the codebase. See the `README` in the
H A DNEWS320 . Fixed bug #81015 (Opcache optimization assumes wrong part of ternary
1482 . The hash extension is now an integral part of PHP and cannot be disabled
H A DREADME.REDIST.BINS45 Email local part: ph10
59 Email local part: hzmester
70 Email local part: hzmester
174 as part of a software package, or anywhere else to improve security,
399 Sponsored in part by the Defense Advanced Research Projects
514 G. Lane. This software is based in part on the work of the
591 This function is part of libzip, a library to manipulate ZIP archives.
H A DUPGRADING36 was a simple (CV) variable and did not occur as part of the list().
316 . The username and password can now be specified as part of the PDO DSN for
598 . The hash extension cannot be disabled anymore and is always an integral part
H A DUPGRADING.INTERNALS286 - Obsolescant checks for headers and functions that are part of C89 have
/PHP-7.4/Zend/tests/
H A Dbug32596.phpt6 public $error = "please fix this thing, it wasted a nice part of my life!\n";
25 please fix this thing, it wasted a nice part of my life!
H A Dbug63173.phpt6 // the important part here are the indexes 1 and 2
H A Dconstant_expressions_self_referencing_array.phpt2 Self-referencing constant expression (part of a constant AST)
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
H A Dlive_range_phi_leak.phpt2 Missing live range if part of phi
H A Dns_025.phpt2 025: Name ambiguity (class name & part of namespace name)
H A Dns_027.phpt2 027: Name ambiguity (class name & part of extertnal namespace name)
/PHP-7.4/Zend/tests/typehints/
H A Dor_null.phpt6 …y_missing_return_type` functions which produces an "or null"/"or be null" part in its error message
/PHP-7.4/build/
H A Dlibtool.m41325 # assumed that no part of a normal pathname contains ";" but that should
4122 # This file is part of GNU Libtool:
4140 # distribute this file as part of a program that contains a
H A Dphp.m41574 dnl LIBS. This should be called in the ACTION-IF-NOT-FOUND part of
H A Dphp_cxx_compile_stdcxx.m477 dnl The relevant part of the unchanged original implementation is below.
H A Dpkg.m423 dnl distribute this file as part of a program that contains a
/PHP-7.4/docs/
H A Dparameter-parsing-api.md54 part of the conversion process.
H A Dstreams.md355 Once you have that part figured out, you can write your implementation and
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE183 table, the facility still operates, and performs whatever part of
198 distribute the same sections as part of a whole which is a work based
201 entire whole, and thus to each and every part regardless of who wrote
227 This option is useful when you wish to copy part of the code of
256 that is part of the Library, the object code for the work may be a
349 that part of it is a work based on the Library, and explaining
H A DREADME.md35 point regardless of the number of digits in the integer part. GMP floats have
/PHP-7.4/ext/curl/
H A Dinterface.c2162 curl_mimepart *part; in build_mime_structure_from_hash() local
2246 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
2247 if (part == NULL) { in build_mime_structure_from_hash()
2251 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in build_mime_structure_from_hash()
2252 …|| (form_error = curl_mime_data_cb(part, filesize, read_cb, seekfunc, free_cb, cb_arg)) != CURLE_OK in build_mime_structure_from_hash()
2253 || (form_error = curl_mime_filename(part, filename ? filename : ZSTR_VAL(postval))) != CURLE_OK in build_mime_structure_from_hash()
2254 || (form_error = curl_mime_type(part, type ? type : "application/octet-stream")) != CURLE_OK) { in build_mime_structure_from_hash()
2280 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
2281 if (part == NULL) { in build_mime_structure_from_hash()
2286 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in build_mime_structure_from_hash()
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re254 add_error(s, "Missing expected time part");
/PHP-7.4/ext/exif/tests/
H A Dbug50845.phpt45 …vehicles were loaded to support a theater security cooperation event as a part of a MEU readiness …
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2198 - /* take dir part */

Completed in 56 milliseconds

1234567