Lines Matching refs:actual
1336 zend_string *actual = NULL; local
1347 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, &actual);
1349 if (actual) {
1350 fname = ZSTR_VAL(actual);
1351 fname_len = ZSTR_LEN(actual);
1359 if (actual) {
1360 zend_string_release(actual);
1365 if (actual) {
1366 zend_string_release(actual);
1372 if (actual) {
1373 zend_string_release(actual);
1489 zend_string *actual; local
1509 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, &actual);
1517 if (actual) {
1518 zend_string_release(actual);
1523 if (actual) {
1524 fname = ZSTR_VAL(actual);
1525 fname_len = ZSTR_LEN(actual);
1530 if (actual) {
1531 zend_string_release(actual);
2275 zend_string *actual = NULL; local
2307 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, &actual);
2313 if (actual) {
2314 zend_string_release(actual);
2319 if (actual) {
2320 fname = ZSTR_VAL(actual);
2321 fname_len = ZSTR_LEN(actual);
2326 if (actual) {
2327 zend_string_release(actual);