|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-04-04 06:50 UTC] aharvey@php.net
-Status: Open
+Status: Not a bug
-Type: Bug
+Type: Documentation Problem
[2012-04-04 06:50 UTC] aharvey@php.net
[2012-04-04 07:12 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 22 03:00:01 2026 UTC |
Description: ------------ the new arguments is: if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|bl", &filename, &filename_len, &process_sections, &scanner_mode) == FAILURE) { RETURN_FALSE; } Test script: --------------- none Expected result: ---------------- nonenone Actual result: -------------- none